Enable vertical scrollbars in Firefox permanently with CSS2
Sometimes we build websites with both long and short pages. Some of them dont need scrollbars and browsers dont display scrollbars as default. But if you have centered container Firefox change tha x-place(margin to left) depends on scrollbars. It looks like design/position problem. To prevent this we need permanent enabled scrollbars but not horizontally. We can enable xy scrollbars with "body { overflow: scroll; }". There is no property for just y in css2. In css3 there are properties like overflow-y, overflow-x etc. Use following code to fix it:
html { height: 101%; } Similar entries
- DropDown / Rollover Menu with pure CSS / HTML
- Pure CSS Mouseover Menu without Javascript
- Comparison of Mozilla Firefox 4 and Microsoft Internet Explorer 9
- Web 2.0 Style two Side Background, Dark to Light Effect
- Web2 Style CSS Dynamic Menu with Arrows and Background-Images
- CSS vertical text for mozilla-firefox?
- Mouseover images with CSS
- Why tableless design, DIV vs. TABLE
- web development tool Firebug for Firefox
- How can I disable Firefox Pop-up blocker for local html files?
- Redirect webpages with HTML, PHP, .htaccess, Java+Script, CGI-Perl, ASP.NET and ColdFusion
- Cool Drupal Themes with preview to download directly
- High tech design/ layout rules
- Common HTML / Web colors
- Easy access webpage
- Howto read/export firefox cookies in linux
- Ajax Error when using Drupal with Firefox
- Basic HTML Table with rounded corners
- How to add very long text to Drupal 6x?
- Photo Album / Picture Gallery Script with PHP

Post new comment