What's happening is that, for example, the
rule .parentDecorator .bottomLeft {} targets all <element
class="bottomLeft"> that are children of it, so it matches

.parentDecorator
  .bottomLeft

as well as

.parentDecorator
  .childDecorator
     .bottomLeft

Sorry, could you actually paste the generated HTML? I should have
asked for that instead of the java :x. Child selectors may fix your
problem (http://meyerweb.com/eric/articles/webrev/200006b.html) but if
I can see the HTML I'll have a better idea.

If you're not already, use firebug (http://getfirebug.com/) to inspect
elements and see what styles are being applied from where.

z

On Oct 1, 4:43 pm, Memo Sanchez <[email protected]> wrote:
> .
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" 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/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to