Luca,
You have to weight your css so that they override the ui classes only
when you want them to. See
http://www.webteacher.ws/2008/05/19/tip-calculate-the-specificity-of-css-selectors/
Or try something like this:
div.tabs_section_label_info div, div.tabs_section_label_info h3,
div.tabs_section_label_info p { //your css here}
Hth,
Dave
On Sep 17, 5:20 am, qwertysan <[email protected]> wrote:
> hi! :)
> i have a lots of problems with the styling of my html..for example:
>
> a div like this
> <div class="tabs_section_label_info"> ciao ! </div>
> inside another div using accordion with smoothness theme, doesn't take
> all -tabs_section_label_info- properties.
> it only take properties like -margin- or -font-style- but -background-
> color- or -color- doesnt wirk, they're overwrote by the smoothness
> css!
>
> so...how can i stylize my document? :( i must change the smoothness
> related css?
>
> thanks a lot in advance for any reply..bye!
> Luca
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---