• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Customised scroll bar within Div tag?

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Members,

Im painting a HTML table within a Div tag,


Im using StyleSheet property to have scrollbar,


But the scroll bar looks so odd in the middle of application, so i need to customize it, i need the scrollbar width shoule be reduced...

Please help me in this....

Looking forward for your reply...

Need some sample code for this issue...

Regards,
Prabhu.
[ August 11, 2008: Message edited by: Bear Bibeault ]
 
prabhu pandurangan
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Members,

The customized code should be working in both Firefox 2.0 and IE7.

Regards,
Prabhu.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well if you want to not have a regular scrollbar, you would have to google for Custom Scrollbar JavaScript. There are plenty of scripts out there, but I think most people just live with normal scrollbars in the page since they are more user friendly and reliable.

Eric
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I concur with Eric. Leave the scrollbars be.
 
reply
    Bookmark Topic Watch Topic
  • New Topic