On Feb 8, 2006, at 8:04 AM, Maarten Reynders wrote:

> Ticture and text alignment at the right top content is correct for 
> FireFox
> and Internet Explorer, but doesn't work properly in  for Internet 
> Explorer
> on Mac. When you look at this page, the pages text is being placed 
> below the
> image instead of the leftside, like it should be.
>
> URL  : http://www.amberigt.nl/index.php?item=archief&topic=8
> CSS : http://www.amberigt.nl/default.css

I think the problem is here
--------
<div style="clear:both; ...">
----------

ie/mac (because of a bug) inherits the clear into the children of this 
div.  I don't think you need it to achieve your layout.

While you are at it, you might want to remove the align="right" from 
the image and use css to float it right instead.  It is often most 
useful to keep inline styles and presentational attributes out of the 
html.  It makes it easier to change your mind later, and makes it 
easier to debug.

-- 
Roger Roelofs
"Remember, if you’re headed in the wrong direction,
        God allows U-turns!"
          ~Allison Gappa Bottke
______________________________________________________________________
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/

Reply via email to