User:Sem2490/wiki/sandeep.css
From 2009.igem.org
(Difference between revisions)
Line 19: | Line 19: | ||
} | } | ||
- | # | + | #buttonProject a:hover { |
- | + | background-image: url( 'http://itscalledwebdesign.com/files/gif_hover/bg03.gif' ) top center no-repeat; | |
- | + | ||
+ | } |
Revision as of 09:05, 9 October 2009
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; } #buttonProject a:hover { background-image: url( 'http://itscalledwebdesign.com/files/gif_hover/bg03.gif' ) top center no-repeat; }