PDA

View Full Version : Changing the Style of certain Tabs onClick



Integer
25 Mar 2007, 3:18 PM
Hi everybody,

how can I change the style of a certain tab element onClick?

I have already registered a function that listens on a onClick button event. But i am now a little bit confused what the best way is, to set the style of a certain tab within my tabbed pane.
I don´t know how to get a certain tab and set a new style onto its header (e.g. make the fonts of the header bigger), without having a look at the generated DHTML code.

JeffHowden
25 Mar 2007, 4:03 PM
You're just going to have to use firebug and inspect the generated code.