List-Style / Height issue
Hi Guys,
I've created a new bullet of an unordered list and the image is 35px high.
How do I get the text to align in the middle (height wise)?
This is what I have used:-
Code:
#usp {
list-style-image:url(images/pill35.gif);
line-height: 35px;
vertical-align: middle;
}
Needless to say it doesn't work.
The other thing is :- should I really be going there with fixing line height? What happens if an user enlarges the font for accessibility, will it break? Should I really avoid?
Thanks in advance.