paperless
Veteran Member
Saved by the bell
Posts: 1113 Reputation: 37
35 / /
Joined: Apr 2003
Status: Away
|
O.P. Sorry for being noob but..
What is wrong in here!?
code: <style type="text/css">
#a.about {
background-image: url(images/about.jpg);
width: 59px;
height: 41px;
border:none;
display: block;
}
#a.about:hover {
background-image: url(images/abouthover.jpg);
}
</style>
<div id="about">
<a class="about" href="http://www.google.pt" ></a>
</div>
It isnt working .. :/
This post was edited on 07-11-2006 at 10:05 PM by paperless.
|
|