just to clarify:
"clear:none" means "don't clear anything - position this element next
to floated blocks according to normal flow".
"clear:left" means "if this element would normally be positioned next
to a float:left block, put it below the float:left block instead".
"clear:right" means "if this element would normally be positioned next
to a float:right block, put it below the float:right block instead".
"clear:both" means "if this element would normally be positioned next
to any floated block/s, put it below the floated block/s instead".


On Wed, 27 Oct 2004 00:02:50 +1000, Craig Millman
<[EMAIL PROTECTED]> wrote:
> Hi, sorry it has taken a while to get back, I have been away.
> 
> I am not sure I understand how to solve the problem.  I think I am more
> confused after reading the bugs for IE5 Mac.
> 
> Should I put in my XHTML
> <div id="clearer"></div>
> 
> then in the CSS
> #clearer{clear:none;}
> 
> again the page is http://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 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 a navigation bar that you need to clear). It may need to be
> a full div. Not ideal, but it does the trick.
> 
> For more info, see
> http://www.macedition.com/cb/ie5macbugs/#floatclearbug , as well as the
> entry it links to from Philippe Wittenbergh.
> 
> Hope this helps. (If this message looks familiar, it's another cut and
> paste from a posting some time ago.)
> 
> -Hugh Todd
> 
> > I have downloaded Firefox and have started from scratch.
> >
> > The page is at www.pacifichomeloans.com.au and css at
> > www.pacifichomeloans.com.au/styleshome.css
> >
> > The page is looking fine in Firefox (apart from my #maintitle not
> > starting
> > at the top of the page) and IE on Windows.  However I did the
> > browsercam and
> > it isn't coming out right in IE on Mac.  Most other browsers it seems
> > fine.
> >
> > The XHTML and CSS validates fine.
> >
> > I would appreciate any 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
> ******************************************************
> 
> ******************************************************
> 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
******************************************************

Reply via email to