The specific problem is that your inline CSS occurs before your link to
tabs.css, so tabs.css overrides yours. Switch the order!
I don't think you should be importing tabs.css yourself - dojo will
import it for you (check in Firebug, it'll be listed twice if it's not
needed). I've never imported it myself.
hardik_982 wrote:
<style type="text/CSS">
.dojoTab div {...
}
</style>
...
<link rel="stylesheet" type="text/css" href="<s:url
value="/struts/tabs.css"/>">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]