Hi, Holly!

Thank you for mentioning the error in my code... I found it and have
rectified that.

I tried applying your suggestion for the "Earlybird" problem just to my
local IE5 styles, since that is the only place the problem remains.  Didn't
change it at all as far as I could tell.  If it worked on your end and not
on mine... is it possible that I may not be seeing the changes for some
reason because I am testing on local files?  (I realize that shouldn't be
the case, but weirder things have been known to happen...)

~~J. Hodge


-----Original Message-----
From: Holly Bergevin [mailto:[EMAIL PROTECTED] 
Sent: Saturday, August 13, 2005 6:49 PM
To: css-d@lists.css-discuss.org; [EMAIL PROTECTED]
Subject: RE: [css-d] Last Win IE display issues


>I *would* dearly love to fix this for IE5.x, 

#content2 ul.logistics h6 {float: left;}
#content2 ul.logistics li ul li ul {padding-bottom: 0;}

comes close. IE6 can't see the float, though.

Also for

Your original "Earlybird" problem with IE is actually because of an error in
your style sheet in the following selector, I believe - 

ul#navigation, #content2 ul .logistics li ul {
        margin-left: 0;
}

There is a space between [ul] and [.logistics] which, based on all your
other selectors, should not be there [ul.logistics].

Remove that space and my original suggestion for - ul {margin: 0;} - is
moot.

hth,

~holly 
 
                   

______________________________________________________________________
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