I added the width to the <li> tags, so that should be fixed. 

-----------------------
The issues with IE 5 Mac are dead easy to fix.
The <li> around those 4 buttons is floated, but you don't specify a width
for it.
Remember that IE 5 Mac is a CSS 2.0 browser, and that a width is
**required** on floated boxes.
<http://www.l-c-n.com/IE5tests/float2misc/>
<http://www.w3.org/TR/REC-CSS2/visuren.html#floats>

The Opera issues are puzzling.

IE 7 has been released recently and will be pushed through software update
soon.
It doesn't look as bad as on your screenshots.
<http://emps.l-c-n.com/bm/pacificfox.png>
The main issue seem with those grey headings and the more button.
div.h3 seems to have a width of 0 (zero).
-----------------------

Added the width, so that should also be ok. 
How do you guys know all these things? It seems almost impossible to keep
track of all of this, I automatically assume that if my pages validate, they
should display properly....
Thanks...





*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to