Schalk wrote:
> Greetings All
> 
> Please have a look at: www.volume4.com/tc/
> 
> One problem I am aware of and would like suggestions on is the top 
> navigation. In Firefox it is perfect but, in IE the padding, margin,
>  background color etc. is totally wrong. Thanks!
> 

Sent this earlier as a solution for the same problem...
----
No 'cond-com' needed. IE/win will get it right on your page if you apply
'width' to those li.

#head-left ul li {width: 185px;}

...is pretty close in IE6.
FYI: it's the 'hasLayout'[1] bug/feature in IE/win that's both the
problem and the solution here.

You may have to tune values for older IE/win if you support those. I
didn't test. Other browsers are fine with the added width.
----

BTW: you have triggered "the extreme font-resizing" bug in IE/win.
Add...

html {font-size: 100%;}

...if you want it fixed.

regards
     Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html

-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to