Well done.
One last thing: the navigation list is 60px off to the left in IE 5 Mac & Win.
You need to explicitly set both the padding and margins for lists and list
items to get them to behave consistently across browsers, as they have
different default values.
To fix:
1. remove the 60px left padding from #column
2. put a left margin on the images in #column.
(e.g. wrap them in <p></p> and set
#column p {margin:0 0 10px 60px; padding:0;}
3. add a 60px left margin to #navigation, *and* set padding:0;
4. set margin:0 for #navigation li
Hope this helps,
Geoff.
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Adam Morris
> Sent: Friday, 21 October 2005 12:14 AM
> To: [email protected]
> Subject: Re: [WSG] Strange width/padding/margin issue with IE5 for Mac
>
>
> Right, I've now got the pages looking IDENTICAL in FF on MAC and
> Windows XP with NO HACKS!!
> Will now try to tidy it up a little, still with no hacks. Clearing the
> floats was the very useful advice, and nesting one of the floats too.
> The rest, I just started from scratch.
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************