How to show the scollbar on the rightside of the webpage when increasing the content.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • deegeorge
    New Member
    • Nov 2008
    • 58

    How to show the scollbar on the rightside of the webpage when increasing the content.

    Hi,
    I have a webpage which has both sides(left and right) fixed menus. If the content of the webpage(in middle) is increasing then in that frame(middle) I dont want the scrollbar. Instead of that scrollbar, I need the scrollbar on the right side of the webpage. Pls help me. Its very urgent.


    Rani
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    I believe that you can set autoscroll to off. HTH.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      I'm not clear on your problem.

      Since you have 2 menus on either side of your web content, do you want the scroll bar to only affect the web content?

      When the web content grows past the height of your web browser a scroll bar will automatically appear on the right side of the browser....

      Are you trying to make a scroll bar appear on the right side of your web content (between your web content and your menu)?

      If so, place the content into a Panel or div and set the CSS "overflow:a uto" property so that scroll bars will automatically appear according to the web content within the Panel/div.

      Comment

      Working...