Philippe Wittenbergh <[EMAIL PROTECTED]>

> On Mar 5, 2008, at 4:04 AM, David Laakso wrote:
> 
> > http://css-class.com/test/beta-0-1.htm
> >
> > .
> > Mac
> > IE/5.2 screenshot:
> > <http://www.chelseacreekstudio.com/ca/cssd/ag.png>
> > I can only suggest you seek a fix at Code Bitch or Philippe
> > Wittenbergh's site (and validate some of the CSS).
> > (btw, the pink band is a no-show in Mac/FF)
> 
> the 'text-overlap' (or column overlap) is doe to the width applied to  
> the <dd>. IE Mac not liking this. And no need for width anyway.
> 
> ---
> Philippe Wittenbergh
> http://l-c-n.com/

Thank you David, Phillipe and Robin for your help.

Yes Philippe your right. It was my IE5~6/IE rule

* html dd {width:100%;}

which was bugging IE/Mac.

>From Robin's screenshots and surfing I realized that due to me supporting 
>IE5/~IE6/Win I was feeding so much  poison to IE/Mac by the star html hacks. I 
>have now seperated IE5~6/Win from IE/Mac completely.

IE/Win rules:

http://css-class.com/cssscript/test-ie

IE/Mac rules:

http://css-class.com/cssscript/test-ie.css

and combined IE7/Win and IE5/Mac rules which support sibling selectors:

http://css-class.com/cssscript/test-ie-all.css

And now the test (fingers crossed).

http://css-class.com/test/beta-0-1.htm

May I please have a check again in IE/Mac. Now the sidebar in IE5/Mac should 
sit correctly besides the content since I hidden the margin-right:100px (for 
IE5~6/Win) from the floated inner wrapper from IE/Mac. And the div containing 
the menu should be placed directly underneath the banner. I have correctly got 
IE/Mac to position my header correctly by absolute positioning by this

#wrapper1+*+div {position:absolute;top:0;left:0}

but then I had to remove the margin-top:120px on the div#navwrap for IE/Mac 
which was now position relative 120px down from the absolute positioned block.

#navwrap {margin-top:0px;}

Now everything should hopefully work in IE/Mac. It would be much easier to drop 
support for IE/Win all together and just support IE/Mac. :-)

This whole thing also reminds me to purchase a Mac for IE/Mac testing.

Alan

http://css-class.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to