force an scrollbar with css

by pietman 28. October 2008 15:28

To force e.g. a horizontal scrollbar with CSS, use the following CSS code: 

    overflow-y: scroll;

 

to force vertical scrollbar use the following CSS code:

    overflow-x: scroll;

 

to force them both off:

 

    overflow-y: none;
    overflow-x: none;

 

 

Tags:

CSS

Add c0mment




  Country flag
biuquote
  • Comment
  • Preview
Loading


About ...

pietman celliersPietman Celliers
Bitlink  Ltd
bitlinkit.com