You are on page 1of 1

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.or g/TR/xhtml1/DTD/xhtml1-transitional.

dtd"> <html> <head> <style type="text/css"> *{margin:0px;padding:0px;} #suggestPost { background:transparent url(suggest-post.png) no-repeat scroll 0px 0px; height:170px; left:0; position:fixed; top:150px; width:40px; } div#suggestPost:hover { background-position:-41px 0px; } #suggestPost a { display:block; height:170px; width:40px; } </style> </head> <body> <div id="suggestPost"><a href="#" ></a></div> </body> </html>

You might also like