Hi,
I'm trying to simplify and cut down on images and so decided to see if possible to have an image that then rolls over to just css text. So I did this and the issue is that the text is showing up on top of the image.
Also wonder if I can just define the color of all the buttons and the text that you will see when rolling over at only one place.
CSS
#menu-acuarele {
display: block;
width: 200px;
height: 53px;
background: url('menu-acuarele.jpg');
}
#menu-acuarele:hover {
background: #ffffff; color: #e23c29;
font: bold 0.8em;
}
HTML
<td width="207" align="center"><a href="#" id="menu-acuarele">acuarele</a></td>
THANKS!



Reply With Quote

Bookmarks