You must Sign In to post a response.
  • Category: JavaScript

    Sample css for popup

    hi all,
    To display the pop up message i am using http://tristanedwards.me/sweetalert it is working fine
    but i want write my own css to display the pop up
    Give me the sample css code


    thanks in advance
  • #756823
    hi

    Try this css


    .modalBackground
    {
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
    }
    .modalPopup
    {
    background-color: #FFFFFF;
    border-width: 3px;
    border-style: solid;
    border-color: black;
    padding-top: 10px;
    padding-left: 10px;
    width: 300px;
    height: 140px;
    }

    Name : Dotnet Developer-2015
    Email Id : kumaraspcode2009@gmail.com

    'Not by might nor by power, but by my Spirit,' says the LORD Almighty.


  • Sign In to post your comments