Howdy, list:
I'm normally pretty clever with CSS, but the IE6/IE7 rendering of this page
is giving me issues:

http://smmirror.jaycarlson.net/?ajax

I want nice, big bullets, but normal-sized text on the sidebars, so I'm
doing something like:

<li><span>Heading</span></li>

li {
font-size:something big
}

li span {
Font-size:something regular
}

And although the exact sizes have had to be tweaked between Gecko, WebKit,
Presto, and IE8, the CSS doesn't seem to work at all in IE6 or IE7 -- the
bullets are tiny, and the line-height is messed up. I can't seem to fix it
for the life of me.

I'd appreciate someone smart swooping in and explaining why li font-size
doesn't seem to work...

Thanks!


______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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