tong, The parent element must have the first class in the CSS selector and the element (child of parent) must have the second CSS selector class.
i.e. <div class="gwt-MenuBar"> <div class="gwt-MenuBarItem"></div> </div> Note also that you don't want to use the '.' character that was in the selector in the actual CSS class name in HTML. Sincerely, Joseph -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/Ka7BBc8TzhoJ. 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.
