
Some parts of this message have been removed.
Learn more about Nabble's
security policy.
You need to make your CSS selectors more specific. Right now, they have equal specificity to the selectors in the TabContainer CSS file, so the rules that get loaded last (the TabContainer CSS) win.
For example, instead of using ".dojoTabPaneWrapper", use "body .dojoTabPaneWrapper" to make it more specific. Google "css specificity" if you have no idea what I'm talking about.
Michael
_______________________________________________
Dojo FAQ:
http://dojo.jot.com/FAQDojo Book:
http://manual.dojotoolkit.org/DojoDotBookDojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest