Have a look at this thread: http://groups.google.com/group/google-web-toolkit/browse_thread/thread/cad105fb7b33c745/3ae25f73b841777e#3ae25f73b841777e
The scrollbar CSS will only work in Internet Explorer. There is no support for the other browsers. -Rob On Mar 24, 5:46 am, jayalakshmi jahagirdar <[email protected]> wrote: > Hi,U can use the below css. > > body { > > SCROLLBAR-FACE-COLOR: #abc;; > SCROLLBAR-HIGHLIGHT-COLOR: abc; > SCROLLBAR-SHADOW-COLOR: #abc; > SCROLLBAR-ARROW-COLOR: abc; > SCROLLBAR-TRACK-COLOR: #abc; > SCROLLBAR-DARKSHADOW-COLOR: #abc;} > > regards > Jayalakshmi > > > > On Wed, Mar 24, 2010 at 11:08 AM, Sekhar <[email protected]> wrote: > > Is there a way (ideally with CSS) to customize the scrollbar for > > ScrollPanel? > > > -- > > 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 > > athttp://groups.google.com/group/google-web-toolkit?hl=en.- Hide quoted > > text - > > - Show quoted text - -- 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.
