hardik_982 wrote:
can anybody say
how i can change in s:tabbedpanel tabs color of tab and style
thanks in advance
Override the CSS.

In Firefox, install the Web Developer Toolbar and inspect the generated source when you have tabs visible. You'll be able to see the styles on the html tags and notice Dojo uses the "CSS sliding doors" approach for rounded corners and gradients. Use the Edit CSS feature to play with live CSS. Use FireBug to inspect the elements if you like. You should be able to find and understand the styles pretty quickly that way.

PS. The styles may be documented somewhere at www.dojotoolkit.org for 0.4.0 but I don't recall ever seeing it.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to