Is there any way that I can “Stack” the jQuery UI Tabs Header? Please allow me to explain: I have tabs which may require two or more words for the titles to be self-explanatory. For instance:
“PDP Undeveloped”
My problem is that I am running out of space when adding a bunch of tabs. So instead of writing the tab as
PDP Undeveloped
I would like it to show as
PDP
Undeveloped
Is that possible? If not then are there alternate ways of solving this problem?
Thanks in advance.
Bharat
I would recommend using
<br />tags. Since you only want them to take effect when you’re short on space I’d recommend using media queries to turn on the multi line display.Live example: http://jsfiddle.net/vvpeF/