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?
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?