Re: [css-d] ul li IE madness

2005-11-14 Thread Gunlaug Sørtun
Schalk wrote:

> Please have a look at the following page: http://www.volume4.com/tc/
> 
> When looking at this using Firefox, every thing is perfect(for now),
> but IE has a different idea of how it interprets my CSS. Any ideas.
> Is this time for conditional tags or am I missing something. Thanks!


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.

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/


[css-d] ul li IE madness

2005-11-14 Thread Schalk
Greetings All

Please have a look at the following page: http://www.volume4.com/tc/

When looking at this using Firefox, every thing is perfect(for now), but 
IE has a different idea of how it interprets my CSS. Any ideas. Is this 
time for conditional tags or am I missing something. Thanks!

-- 
Kind Regards
Schalk Neethling
Web Developer.Designer.Programmer.President
Volume4.Business.Solution.Developers


__
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/