Basically, when you test something with CSS, you should always make  
sure that no DOM interactions are actually active, that is, you should  
remove all JS files from your page. Then you can start testing.
Since you said that all elements have layout, I guess it's something  
related to element dimensions and floats.
I can't see your CSS code right here in IE, but try to use this:

http://www.css-zibaldone.com/code/jquery/ie6fix/

since you're familiar with JS scripting, this could help you with  
testing. Once you've found out what's wrong with IE, you can move the  
CSS declarations from the ie6fix plugin to your IE6 css file. HTH

Gabriele Romanato



______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to