Re: A gwt-CSS problem for Advanced problem solvers
The space is correct since it is a decendant selector. In order for
the no space to work the div you are trying to select would have to be
a member of both classes.
There are 2 options for a solution...
1) splitter is the id of the split div:
.gwt-HorizontalSplitPanel #splitter {}
2) hsplitter is the class of the splitter table:
.gwt-HorizontalSplitPanel .hsplitter {}
On Oct 22, 10:15 am, Hilco Wijbenga <hilco.wijbe...@gmail.com> wrote:
> On 22 October 2010 08:45, alexoffspring <alessales...@gmail.com> wrote:
>
> > .gwt-HorizontalSplitPanel .splitter {
>
> Should that be ".gwt-HorizontalSplitPanel.splitter" (i.e. no space)?
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home