• 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

movable scroll pane with iframe

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all

I have to display a tree structure on the left side of my JSP page and I'm using IFRAMEs for it. Also, there should NOT be any horizontal scroll bar.

The problems I'm facing are:

1)I don't want to use the typical 6mm thick scroll bar but instead a 2mm thin bar with no up/down arrows at the ends

2)The scroll bar should be horizontly movable .

Can someone help me with this?
The existing code is:

Rgds
Varun
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can not change the scroll bar thickness, that is part of the browser. You need to do something like this: http://www.ghtml.com/showoff/scrollbar/index.html

Eric
 
Varun Dikshit
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not able to view the page. Guess the server is down.
Shall try later.

Thanks anyways
Varun
 
reply
    Bookmark Topic Watch Topic
  • New Topic