- Jun 6, 2005
- 935
- 0
- 0
Here is the code to make a photo do a vertical flip, but how do you make it so it only affects one photo on the page?
<style type="text/css">img { filter: FlipV; }<br />
a:link img { filter: none; }<br />
a:hover img { filter: FlipV; }</style><br />
<style type="text/css">img { filter: FlipV; }<br />
a:link img { filter: none; }<br />
a:hover img { filter: FlipV; }</style><br />