Hi,
I managed to get the TAB element titles to the bottom of the TAB area.
It is aligned to the left now. How can i center align this element?
I used the following code:
#top .tab_titles {
position: absolute;
bottom: 0; }
#top .tabcontainer {
padding-bottom: 50px; }
THX Freek
I managed to center the TAB title with this code:
.tab_titles {
text-align: center !important;
}
.tab_titles .tab {
display: inline-block !important;
float: none !important;
}
case closed!
THX Freek