PDA

View Full Version : IE6 - hover over li makes elements disappear


Grobulous
01-02-2007, 04:23 PM
Okay... I have never had this problem before.

on my page: http://www.sabukudo.com/sk2/final/literature.htm
In IE6, when you hover over the menu in the archives box, the menu itself disappears and the h3 (Subconscious Writing - Ice, Indigo) disappears. I don't want this.

Is this some kind of bug? Is there something wrong with my coding? I validated the html and the css and the only error came up where I have the transparent png function.

img {
behavior: url(pngbehavior.htc);
}I'm pretty sure that's not affecting it in any way. but still, I need help.

the html: http://www.sabukudo.com/sk2/final/literature.htm
the css: http://www.sabukudo.com/sk2/final/themes/white/css.css

thanks. :)

_Aerospace_Eng_
01-02-2007, 07:42 PM
Add position:relative; to the CSS for the elements that are disappearing. Also this should have been in the html/css forum. Please pay attention to where you post in the future.

Grobulous
01-02-2007, 07:46 PM
okay. thanks. :)

And I will pay closer attention to where I post. I was just in a hurry that's all.