BJ wrote:

<http://kickasswebdesign.com/test/test2.htm>

Hopefully it's playing nicely with Mac Browsers.

Fine in Safari and iCab.
"trail" is a few pixels off to the right in IE/Mac, and Footer has no
background-color. Otherwise OK.

Then there's IE.

I have been staring at every aspect of this css and xhtml for hours now and cannot for the life of me figure out why IE has decided to indent the list items on the lower left hand column list despite everything I've tried to do to get it to stop.

you may try:
ul.bloglist li {display: inline-block;}

Now, trying to be a forward thinking site designer, I'd like to feed any IE hacks from a separate stylesheet for IE only through a conditional comment in html, since this will be a dynamic page and it's just one file that the conditional comment will reside in.

Is this what you have in mind?

<link rel="stylesheet" href="allbrowsers.css" type="text/css" />
<!--[if lte IE 6]>
<link rel="stylesheet" href="iefix.css" type="text/css" />
<![endif]-->

...should be pretty future proof.

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

Reply via email to