Hi Scott, Thanks for the reply. I can't use a background image because there is an image that is floated left of the list (as shown in http://stephentang.info/listtest/test.html) . The list is supposed to wrap around the image, but the <li> tags take up the width of its parent container. Thus, using a background image on the li will just cause the bullets to be on the extreme left of the parent container (as shown in http://stephentang.info/floattest/test.html).
I'm going to try your other suggestions. --Stephen On Thu, May 28, 2009 at 11:23 AM, <[email protected]> wrote: > // Is there any way to adjust the vertical alignment for IE? > > Not for list images (as far as I can remember). I wouldn't be too picky > about stuff like that, but if you really want it to look centered you > have a few options. > > 1) Bigger (vertically) image that does look centered. > 2) Use a background image on the li instead (with a little left > padding). > 3) Adjust the font-size and assume the user won't noodle with this. > > I think #1 is the way to go. > ______________________________________________________________________ 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/
