On May 9, 2006, at 3:05 AM, 1802 wrote:

I'm preparing a new version of my site, and I've decided to go on strict (yes, it's time). Beta is "under costruction", but it seems to run well on Firefox, Safari, Opera and Internet Explorer 6/PC. The problem is Internet Explorer 5/Mac: I can't see nothing with this apps.
Here the link
http://homepage.mac.com/matteo.discardi/beta/home.html
(lot of page are OK, but I have to ceck syntax; css are ready on 70-80%)

Hi Mateo,

Your site loads fine on my side in IE Mac 5.23.

The one problem I see is the menu. You use the float property on the #menu li, but you don't specify a width. IE 5 Mac is a CSS 2.0 browser, and CSS 2.0 *requires* a width for floats [1].

You can work around this:

* html>body #menu li {width: 1px; white-space:nowrap}
* html>body #menu li a {display:inline-block}

[1] <http://www.l-c-n.com/IE5tests/float2misc/#flwidth>

Philippe
---
Philippe Wittenbergh
<http://emps.l-c-n.com>



******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to