RE: [WSG] site layout problems, specifically in Mac IE

2004-10-26 Thread Craig Millman
://www.pacifichomeloans.com.au CSS http://www.pacifichomeloans.com.au/styleshome.css thanks -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Hugh Todd Sent: Friday, October 22, 2004 3:32 PM To: [EMAIL PROTECTED] Subject: Re: [WSG] site layout problems, specifically

Re: [WSG] site layout problems, specifically in Mac IE

2004-10-26 Thread Matt Andrews
layout problems, specifically in Mac IE Craig, The main issue would appear to be as follows: Mac IE 5 wrongly clears floats inside clearing block elements, and you can't fix it with clear:none;. The easy way to solve it is to add a standalone clearer to your HTML (say after

Re: [WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread J Rodgers
Have you looked at it in Firefox? Or Safari? It looks even further off ;) Might want to not call the image in the background and use that to keep the content down where you want it. I think it's cause you are relying on the list of links in the top to push things down and the font renders awfully

Re: [WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread Nick Gleitzman
On 22 Oct 2004, at 12:17 AM, Craig Millman wrote: This is my first post, I have been silently gobbling up info. I have designed a website for a friend www.pacifichomeloans.com.au which seems to look ok in IE on Windows, however not in Mac IE. The css is at

RE: [WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread Craig Millman
: Friday, October 22, 2004 8:53 AM To: [EMAIL PROTECTED] Subject: Re: [WSG] site layout problems, specifically in Mac IE On 22 Oct 2004, at 12:17 AM, Craig Millman wrote: This is my first post, I have been silently gobbling up info. I have designed a website for a friend

Re: [WSG] site layout problems, specifically in Mac IE

2004-10-21 Thread Hugh Todd
Craig, The main issue would appear to be as follows: Mac IE 5 wrongly clears floats inside clearing block elements, and you can't fix it with clear:none;. The easy way to solve it is to add a standalone clearer to your HTML (say after a navigation bar that you need to clear). It may need to be