i am preparing my site for http://www.massstumble.com/ launch, i created bullets for listing my softwares features it works well in IE but not in firefox. anyone have a fix?
I can't imagine a sane reason for not marking up the bulleted list as a, well, a list. This will fix your alignment: td { vertical-align: middle; } Code (markup): cheers, gary
Agreed. Try putting them inside <ul> tags as a list like this: <UL STYLE="list-style-image: url(/image/bullets2.gif)"> <LI>Random user name suggestion</LI> <LI>checks stumbleupon username availiability</LI> </UL> etc ...