oh sorry, you need the firebug plugin for FF, or developer toolbar plugin, for IE or Chrome's built-in inspector; essential for front-end work so you can actually see the html and css inserted by ajax magic in the browser.
2009/4/7 Miloš Ranđelović <[email protected]>: > > Well, when I view the source in the browser, I only get the GWT html > page with references to the JS files, so I don't know how to check > that :/ > > On Apr 6, 3:14 pm, alan m <[email protected]> wrote: >> the HorizontalSplitPanel html that gets served out to the browser, >> that you're trying to use your css on, of course :-) >> >> 2009/4/6 Miloš Ranđelović <[email protected]>: >> >> >> >> > Hi, >> >> > I'm not sure which HTML do you refer to... ? >> >> > On Apr 6, 2:33 pm, alan m <[email protected]> wrote: >> >> What's the HTML for this? >> >> >> 2009/4/6 Miloš Ranđelović <[email protected]>: >> >> >> > Hi, >> >> >> > What's the correct way of setting the image of the >> >> > HorizontalSplitPanel splitter through CSS? I've tried several >> >> > different methods, none worked. This is what I have currently: >> >> >> > .gwt-HorizontalSplitPanel .hsplitter { >> >> > background: #42453D; >> >> > background-image: url(img/horizontalSplitPanelThumb.png) >> >> > } >> >> >> > I'm using GWT 1.6 RC2. >> >> >> > Thanks! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
