PDA

View Full Version : (CSS) vertical-align doesn't seem to work


msimmons
07-26-2002, 05:47 PM
Vertical-align doesn't seem to work. I am using it in a span.

vertical-align:text-bottom;


Michael

boxer_1
07-26-2002, 06:03 PM
See here for the specs on vertical align: http://www.w3.org/TR/REC-CSS2/visudet.html#line-height (scroll down). Have you tried:

vertical-align: bottom;

Do you have a link to the page on which you have this code?

msimmons
07-26-2002, 07:06 PM
I tried bottom and text-bottom, both with the same result. I can't post a link (security issues) but posted some code here:
http://www.codingforums.com/showthread.php?s=&postid=12782#post12782

Michael

msimmons
07-26-2002, 08:27 PM
I solved two problems by using a table. I don't like to do it but lets hear it for workarounds ;)
Michael