User:Sem2490/wiki/sandeep.css
From 2009.igem.org
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
body { margin: 0; padding: 0; line-height: 1.4; color: red; font-family: Verdana,Helvetica, Arial; font-size-adjust: 0.70; } #mainPage{ position: absolute; top: 100px; right: 200px; } #buttonProject{ position: absolute; top: 160px; left: 246px; } #nav { height: 35px; width: 500px; } div.button { float: left; width: 100px; height: 35px; margin: 0 3px 0 0; background: #fff; border: 1px solid #000; } div.button a { display: block; margin: 0; padding:0; width:100%; height:100%; overflow:hidden; font: bold 13px Georgia, serif; color:#039; text-decoration: none; background: #fff; } div.button span { display: block; margin:0; padding: 9px 0 0 0; text-align: center; } div.button a:hover { background: url( 'http://itscalledwebdesign.com/files/gif_hover/bg03.gif' ) top center no-repeat; color: yellow; }