html { overflow: -moz-scrollbars-vertical; }
Tested in Firefox 1.0 and above.
12372 users tagging and storing useful source code snippets
Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
html { overflow: -moz-scrollbars-vertical; }
scrolling="yes" style="overflow-x:auto"to your <frame> Tag, and scrollbars in Firefox work like scrollbars in Internet Explorer.
You need to create an account or log in to post comments to this site.
It seems to be impossible to configure Firefox with IE's default behaviour (vertical scrollbar always present, horizontal scrollbar shown only when required).