Sorry again people but how can i put this in the horizontal?
Heres the full code:
code:
<style type="text/css">
a.about {
background-image: url('images/about.jpg');
width: 59px;
height: 41px;
border:none;
display: block;
cue-after:none;
}
a.about:hover {
background-image: url('images/abouthover.jpg');
}
</style>
<div id="about">
<a class="about" href="http://www.google.pt" ></a> <a class="about" href="http://www.google.pt" ></a></div>