Jump to content

Dropdown control showing through CSS popup window


K_Drive

Recommended Posts

Hello. I am helping develop a web app using C# and ASP.Net. One strange thing that a developer is experiencing is that a dropdown control on the main page is showing through a popup window on that page created by using CSS and Javascript. We have an image map on a page with a mouseOver event that changes the CSS setting for a <div> element that displays a small popup window by changing the CSS display attribute from "none" to "block". I have posted a screenshot of what is happenin here:http://www.geocities.com/boredcatowners/index.html(I had to block out the text for confidentiality reasons.) The developer is using IE 6. Since some users of this website may have IE 6, it may be an issue.There are no z-indexs set on anything.

Link to comment
Share on other sites

Hello. I am helping develop a web app using C# and ASP.Net. One strange thing that a developer is experiencing is that a dropdown control on the main page is showing through a popup window on that page created by using CSS and Javascript. We have an image map on a page with a mouseOver event that changes the CSS setting for a <div> element that displays a small popup window by changing the CSS display attribute from "none" to "block". I have posted a screenshot of what is happenin here:http://www.geocities.com/boredcatowners/index.html(I had to block out the text for confidentiality reasons.) The developer is using IE 6. Since some users of this website may have IE 6, it may be an issue.There are no z-indexs set on anything.
It's a known bug in IE6 that a Select will show through a block element in this way. See for example here for more info.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...