Active
Project:
Tabbed Block
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
24 Sep 2008 at 10:37 UTC
Updated:
2 Oct 2008 at 03:33 UTC
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!
Comments
Comment #1
joetsuihk commenteddisable the float:left in tab class
Comment #2
slinc commentedHi,
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?
多谢
Comment #3
joetsuihk commentedi see.
add css:
vertical-align:center;
to the tab