User:Felice/browserIE6.css

From OLPC
Jump to: navigation, search

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 (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
{{OLPC}}
<pre>

/* ---[ Formatting Navigation IE6 Hover ]------------------------------- */
ul#navigation li a {
	height: 1px;
	padding-bottom: 1em;
	}
	
ul#navigation li a span {
	height: 2em;
	position: absolute;
	
	}
	
/* ---[ Body Content Min Height Patch ]----------------------------------- */
	div.sections div.section,
	#main-content #sub-content, 
	#main-content #content {
		height: 390px;
		}
	#main-content #tools {
		display: inline;	
		height: 390px;
		}		
		
#main-content li {
	height: 1%;
	}
		
/* People */
div.people {
	height: 110px;
	}
	
a.more {
	display: inline-block;
	}

/* Footer */
footer1 {
	margin-top: 0px;
	}

</pre>
[[Category:Laptop.org]]