I'm doing a project for IE6 and I'm having trouble with my bullet alignment. The ul bullets sit too high against the text, as though they were super-scripted. I've tried this, that, and the other thing but my CSS skillz are not up to whatever the heck is going on here.
Here's an example:
IE6 is on the left; all other browsers on the right. How do I kick these darn bullets down a bit and make them line up properly?
ul li {
display: list-item;
list-style-type:disc;
vertical-align:text-top;
}Danke.



