/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.imgback{ background:#299DCF; } .imghover:hover{ filter:alpha(opacity=100); opacity: 1; moz-opacity:.1; khtml-opacity:.1; } .imghover{ filter:alpha(opacity=50); opacity: .7; moz-opacity:.7; khtml-opacity:.7; }