SyntaxFix
Write A Post
Hire A Developer
Questions
How about this...
<style type="text/css"> div.frame { background-color: #000; } img.pic:hover { opacity: .6; filter:alpha(opacity=60); } </style> <div class="frame"> <img class="pic" src="path/to/image" /> </div>