problem with style of modalpopupextender

Last post 11-10-2009 11:08 AM by MetalAsp.Net. 1 replies.

Sort Posts:

  • problem with style of modalpopupextender

    11-10-2009, 10:51 AM
    • Member
      2 point Member
    • sgracie
    • Member since 06-11-2009, 11:57 AM
    • Posts 11

    hello,

    i tried to follow this tutorial:

    http://mattberseth.com/blog/2007/07/modalpopupextender_example_for.html

    but got stuck when trying to set the style attributes: opacity, filter

    it just won't work, getting an error that they don't exist.

     

    my web page has a master page and i placed this code:

    <style>
            .modalBackground {
                background-color:Gray;
                filter:alpha(opacity=70);
                opacity:0.7;
            }
        </style>

    inside the head ContentPlaceHolder

     

    help anyone?

    thanks in advance

  • Re: problem with style of modalpopupextender

    11-10-2009, 11:08 AM
    Answer

    They may not exists, but they work.  That's what I've used and it works.

Page 1 of 1 (2 items)