Am 30.11.2006 um 05:18 schrieb <[EMAIL PROTECTED]>
<[EMAIL PROTECTED]>:
Hi Marcus,
Try overriding the default style class for active and inactive
cells, like this:
.myFaces_panelTabbedPane_activeHeaderCell input {
background-color: transparent !important;
... }
.myFaces_panelTabbedPane_inactiveHeaderCell input {
background-color: transparent !important;
...
}
Hope this hepls.
Thank you! but:
The problem is that Safari and some other browsers do not support
a non-button look of buttons. A button in such a browser will always
look like a (Mac OS X) button, no matter what CSS you try to apply.
The only CSS attribute to "input" buttons that is not ignored is font-
size.
So what I really need is tabs without buttons. Maybe plain <a href ...
Is that possible with t:panelTabbedPane?
thanx!
Marcus