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:-
Needless to say it doesn't work.Code:#usp { list-style-image:url(images/pill35.gif); line-height: 35px; vertical-align: middle; }
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.






Remember that ie will not alter text sizes from the browser controls if they are in pixels.

Bookmarks