Tag Archives: jquery

Simple JQuery Framed Slideshow

Here is a simple javascript/jquery slideshow that uses z-indexing in the CSS to create a frame. It also pulls links off of the link= property of the slideshow image elements (<img link=http://whatever.com src=whatever>) and dynamically sets the slideshow’s link to that link. Download You need JQuery #ss_wrapper{ position:relative; display:block; left:0px; top:0px; border:0px; padding:0px; margin:0px; width:400px; [...]