User:Emma/common.css

< User:Emma
Revision as of 21:37, January 16, 2012 by Emma (talk | contribs)
Want an adless experience? Log in or Create an account.

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl+F5 or Ctrl+R (Command+R on a Mac)
  • Google Chrome: press Ctrl+Shift+R (Command+Shift+R on a Mac)
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl+F5
  • Konqueror: click Reload or press F5
  • Opera: clear the cache in Tools → Preferences
#container {
	position: relative;
	overflow: hidden;
	width: 200px;
}
 
#scrollable_content {
	overflow: auto;
	height: 200px;
	padding-right: 24px;
}
 
#scrollbar {
	background: blue;
	height: 100%;
	width: 30px;
	position: absolute;
	right: 0px;
	top: 0px;
}
#slider {
	background: gray;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}