Results 1 to 2 of 2

Thread: Css Opacity

  1. #1
    Join Date
    Jul 2010
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Css Opacity

    How to set opacity or filter in Smooth Navigational Menu for transperancy in submenu background in IE?
    when i set ddsmoothmenu.css as

    .ddsmoothmenu ul li
    {
    position: relative;
    display: inline;
    float: left;
    background: #0a449e;
    opacity: 0.9;
    filter :alpha(opacity=90);
    zoom: 1;

    }

    its woeking in chrome and FF but submenus are not displaying in IE. Why? Plss give the solution, if knows
    Last edited by anukerala; 07-14-2010 at 09:58 AM.

  2. #2
    Join Date
    Mar 2005
    Location
    Western Australia
    Posts
    148
    Thanks
    24
    Thanked 4 Times in 4 Posts

    Default

    Opacity is not IE supported - none of the IE versions do (not sure about IE9 though)
    1st rule of web development - use Firefox and Firebug
    2nd rule - see the first rule
    --
    I like Smilies

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •