Question:

Scrollbar problem..can someone help me ???

by Guest60195  |  earlier

0 LIKES UnLike

the page contains a disabled scroll bar . So I wanted to remove it to give more space in the page for other stuff..

how can i get riddof it ?!

thanks

 Tags:

   Report

1 ANSWERS


  1. With IE 6 in standards mode the <html> element is the one for which overflow influences the window scrollbars so if you use

    html, body { overflow: hidden; } you should get what you want independent of the rendering mode. IE also knows overflow-x and overflow-y so maybe you only want html, body { overflow-y: hidden; }/

    Css Trick: Hide Disabled Internet Explorer Vertical Scrollbar - http://www.trap17.com/index.php/css-tric...

    Ron

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions