Absolute DIV over a html-select (IE6 BUG)


/ Published in: HTML
Save to your folder(s)

In Internet Explorer 6 (IE6) there is a bug to make div absolute positioned over select. The select will show over the div.
One solution is to place a empty iframe behind the div with same size.

The source below is a div as container to positioned it. In it there is a iframe und over it a div with the content.

It works fine with IE6, IE7 and FireFox3.5

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.