PDA

View Full Version : Verticle align in CSS



Swinkid
28-08-2008, 11:52 PM
Hey all.

I want to verticle align some text in CSS but problem is, it wont work in FF.

If i do


display:table-cell;
vertical-align:middle;


It will cut off like 75% of my marquee = background witch is annoying. Is there a alternative?

Thanks, Swinkid.

Decode
29-08-2008, 09:37 AM
display:table-cell;
margin-top: auto;
margin-bottom: auto;

Decode
29-08-2008, 09:38 AM
display:table-cell;
margin-top: auto;
margin-bottom: auto;

Want to hide these adverts? Register an account for free!