Hello, I'd like the social icons
here in the header (so far only FB icon) to be opaque when the mouse is not on the image.
If the mouse goes on the icon, it should show in original.
I'd like it to work with Chrome, FF and IE8 and IE9.
THE HTML right now is:
Code:
<div class="spanfbbt contact nomargin">
<a href="https://www.facebook.com/pages/BGLAM/242250987285" target="_blank">
<img src="http://bglam.pl/themes/wellcommerce_fashion_copy/assets/img/facebook.png" alt="Facebook bglam">
</a></div>
The CSS:
Code:
.contact.spanfbbt {
width: 64px;
margin-top: 6px !important;
position:relative !important;}
I hope somebody can help
Thank you