Posts by Sirius_Black • 111 points
1 post
-
1
votes4
answers33008
viewsA: How to create a raise image effect by hovering the mouse over
has in javascript <script> function bigImg(x) { x.style.height="64px"; x.style.width="64px"; } function normalImg(x) { x.style.height="32px"; x.style.width="32px"; } </script> <img…
cssanswered Sirius_Black 111