[css-d] Problem with IE for Mac

2006-09-07 Thread JhnCaton
Dear css-discuss
I have a problem with the IE browser for Mac.
The page can be seen at:
http://www.sheldrake.org/homepage.html
which will eventually be the new index page for this website.
The page works ok on IE 6.0 for Windows, Firefox 1.0.1 and Safari 1.2 for 
Mac.
On IE for Mac the page structure breaks down, the fern image appears right of 
the Nav bar instead of below, and the navigation links don't work.
The problem seems to be associated with the css scripting for the nav bar 
(within head section of page). 
Help much appreciated.
John Caton.
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Problem with IE for Mac

2006-09-07 Thread Philippe Wittenbergh

On Sep 7, 2006, at 8:52 PM, [EMAIL PROTECTED] wrote:

 I have a problem with the IE browser for Mac.
 The page can be seen at:
 http://www.sheldrake.org/homepage.html
 which will eventually be the new index page for this website.
 The page works ok on IE 6.0 for Windows, Firefox 1.0.1 and Safari  
 1.2 for
 Mac

I would suggest as a first step to validate your html
http://validator.w3.org/detailed.html
your Doctype is on the 3rd line instead of the first one,...
(I tried to save your page locally, but my browser happily made a mess).

The clean up the comments in your css section. I saw a least one miss- 
nested comment there, under div#listmenu, you start a comment that is  
not closed.

Some browsers are quite relaxed on those things, IE Mac can be very  
picky.

If you still have problems with IE Mac, browse around this site:
http://www.l-c-n.com/IE5tests/

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




__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/