Adam,
I had a quick look in IE 5.0, 5.1, 5.2 and both pages looked the same on all
three.
On IE6 Win the heading drops below the main photo, but on FF it doesn't. I
would start by getting the rendering the same on IE6 and FF and then see what's
happening with IE5 Mac.
General comments:
1. Where are your paragraph tags? Why are you using <br /><br /> instead?
2. What is the point of all the class="list" in your list items? Drop the class
and style them with '#navigation li {...}'
3. You are really making things tough for yourself with the excessive CSS
hacks. As far as I can see, You don't need any of the min-height stuff - just
clear:both your columns and you'll be fine. Secondly, you are using "html>body"
selectors for FF pretty much everywhere you've set a padding on an element.
Here's a tip: don't set width and padding for the same element, and you won't
need box model hacks. In your case, set the width of the columns, then set
*margins* on the column contents (including the missing <p> tags).
I suspect your original problem will disappear if you fix these other things
first.
Cheers,
Geoff
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Adam Morris
> Sent: Tuesday, 18 October 2005 4:47 AM
> To: [email protected]
> Subject: [WSG] Strange width/padding/margin issue with IE5 for Mac
>
>
> For some strange reason, the only way I can get this block of text to
> behave in Mac IE is by putting a block element at the top of it! i.e.
> I can tame its width by sticking an h5 title on the top. In the block
> of text, everything before a list stretched and ignored my
> instructions. But, after a list appeared, the block of text listened
> to what I was trying to tell it to do! So I stuck the h5 there and
> everything below it began to behave! WHY!!!!?????????
> The pages validate.
> The page is here: http://www.megustalatelevision.com/uwish/philip.php
> The page without the h5 is here:
> http://www.megustalatelevision.com/uwish/philiptest.php
>
> the css I'm using for the mac is ie51.css
> Thanks in advance.
>
> Adam
> ******************************************************
> The discussion list for http://webstandardsgroup.org/
>
> See http://webstandardsgroup.org/mail/guidelines.cfm
> for some hints on posting to the list & getting help
> ******************************************************
>
>
******************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************