Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. opacity issue with ie6

opacity issue with ie6

Scheduled Pinned Locked Moved Web Development
help
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rakeshs312
    wrote on last edited by
    #1

    i have a div and style .modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; } . This is for when loading a popup , disabling the background. but in IE6 all the dropdowns are enabled, What i can do for this Thanks in Advance Rk

    U Richard DeemingR 2 Replies Last reply
    0
    • R rakeshs312

      i have a div and style .modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; } . This is for when loading a popup , disabling the background. but in IE6 all the dropdowns are enabled, What i can do for this Thanks in Advance Rk

      U Offline
      U Offline
      User 10014679
      wrote on last edited by
      #2

      {
      background-color: Gray;
      filter: alpha(opacity=70);
      opacity: 0.7;
      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";

      }

      http://www.quirksmode.org/css/opacity.html[^]

      Maulik Bhojani Software Developer

      R 1 Reply Last reply
      0
      • U User 10014679

        {
        background-color: Gray;
        filter: alpha(opacity=70);
        opacity: 0.7;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";

        }

        http://www.quirksmode.org/css/opacity.html[^]

        Maulik Bhojani Software Developer

        R Offline
        R Offline
        rakeshs312
        wrote on last edited by
        #3

        Still the dropdowns are enabled when the popup appears

        1 Reply Last reply
        0
        • R rakeshs312

          i have a div and style .modalBackground { background-color: Gray; filter: alpha(opacity=70); opacity: 0.7; } . This is for when loading a popup , disabling the background. but in IE6 all the dropdowns are enabled, What i can do for this Thanks in Advance Rk

          Richard DeemingR Offline
          Richard DeemingR Offline
          Richard Deeming
          wrote on last edited by
          #4

          This is a well-known bug in IE6 and earlier. A search for "ie6 select z-index" will give you more information and possible workarounds. If you're using jQuery, you might want to look at the bgiframe plugin[^].


          "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer

          "These people looked deep within my soul and assigned me a number based on the order in which I joined" - Homer

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups