Hi all,
I need to make each tab on an AjaxTabbedPanel have round corners. No big
deal so far:
*div.tabpanel div.tab-row li* {
background:url("my-round-corner-tab-background.png") no-repeat left top;
}
But what if I want to have a "resizable" round cornered tab. Therefore if i
have a tab title "hi" and another "good bye and have a wonderful weekend!!!"
I wouldn't need to have two different background images: one for small
normal titles and another background for huge horrible ones.
I believe the technique is to have the two corners edges (left and right)
and have the middle space with the same colored background.
so, any ideas on how, and if I could implement that without touching so much
the AjaxTabbedPanel implementation (extending).
I think I might be able to put the left corner background image on the
*div.tabpanel
div.tab-row li a *and the right one on the *div.tabpanel div.tab-row li a
span
*This would be, uggly even if I could do it.
So, any better way of doing this without having to extend the current
AjaxTabbedPanel?
thanks,
f(t)