Vertical Aligment of Text inside a tab
slinc - September 24, 2008 - 10:37
| Project: | Tabbed Block |
| Version: | 5.x-1.3 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi there,
Thanks for making such a useful module!
Anyways, I'm wondering whether it is possible to vertical align (and center) the text inside a tab.
I've tried using vertical-align: middle; in the css and it is still not working.
(See http://www.imagebam.com/image/b01ca614041379 for more details.)
Thanks for your help!

#1
disable the float:left in tab class
#2
Hi,
Your suggestion aligns the actual tabs themselves.
Sorry if you misunderstood, what I want to do is to VERTICALLY CENTER the TEXT INSIDE the tab.
How would I do so?
多谢
#3
i see.
add css:
vertical-align:center;
to the tab