Hi,
I have a graphic menu on a site I am developing that has transparent pngs and a css hover behind them that changes colour.
It works in ie6/7/8 (ie6 with a hack), ff 3 and opera but will not work in safari (pc or mac) or chrome 2.
I have attached one of the png’s that is used and the css and a code sample are below. Its nothing complex which is why I`m confused as to why it doesn’t work.
css
.ImgLink a:hover {
display:block;
width:140px;
background-color: #99CC00;
}
html
<td class="ImgLink" height="65"><div align="center"><a href="category.php?value=01"><img src="Images/Menu/New/1-1.png" alt="1-1" width="140" height="56" /></a></div></td>