marquee
Page 1 of 1
marquee
hi all,i want to link multiple images in marquee.i hv created some images in marquee but dont know how to link each image.can anyone help me?
Re: marquee
just use anchor element like this- Code: Select all
<marquee>
<a href="linkpath"><img src="path_to_image" /></a>
<a href="linkpath"><img src="path_to_image" /></a>
<a href="linkpath"><img src="path_to_image" /></a>
</marquee>
but i will recommend you to use pre made Jquery plugin or script for marquee purpose because the marquee element is not deprecated and its use is not not recommended.
you can find it and its help on following link
http://www.logicbox.net/jquery/simplyscroll/custom.html
Page 1 of 1