an icon sort of thing for myspace. that changes to different pictures and is also a link?
How can i make a....?
Try using an image inside a link
%26lt;a href="your_link.html"%26gt;%26lt;img src="mypic.gif" /%26gt;%26lt;/a%26gt;
Then you can use javascript or CSS to change the picture
javascript : use the onmouseover and onmouseout events
CSS : use the
a:link
a:visited
a:hover
a:active
No comments:
Post a Comment