Click to See Complete Forum and Search --> : UL Bullet Images


Beach Bum
08-24-2003, 08:40 PM
For a UL you can specify the bullet to be used in css as follows:

ul {
list-style-image: url("diamond.gif");
}

However, the default seems to align the image with the TOP of the line. I would like to align the image with the BOTTOM of the line.

Anyone know how to do that?

Fang
08-25-2003, 07:39 AM
vertical-align : bottom; or text-bottom

Beach Bum
08-25-2003, 08:40 AM
Originally posted by Fang
vertical-align : bottom; or text-bottom

That works in NS7.1 but not IE6

Well . . . that is half the solution . . . better than I was.