Hi,

have you tried to influence the active panel tab? There can be a
styleClass applied to it like: activeTabStyleClass="activePanelTab"

Than with:

.activePanelTab input {
..
}

you can access the input, in this case the button.

Try it with playing around with background-color and some other styles
in order to get rid of the button, like:

.activePanelTab input {
     color: #465f8c;
     padding: 2px 5px;
     border: 2px solid;
     border-color: #7bf #07c #07c #7bf;
     background-color: #f0d4ff;
     font-family: Georgia, serif;
     font-size: 18px;
     display: block;
}

I can remember an issue with IE in this case, which should be fixed.
The workaround was something like this.

Hope this helps also in Safari,

cheers,

Gerald

On 11/29/06, Marcus Beyer <[EMAIL PROTECTED]> wrote:

Hi,

If have some trouble with <t:panelTabbedPane>.
The tabs display as buttons on Safari.
This causes some problems,
e.g. because the buttons do not scale very well.

Is there any possibility to have those tabbed panes
without <input type="button>?
<a href> would be great ...

Thank you in advance!
Marcus




--
http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to