hello,
anybody that could help me with this slideshow
http://www.nordicknits.no/
I checked the code already but can't find any author.
Thanks for your help!
GIL
Printable View
hello,
anybody that could help me with this slideshow
http://www.nordicknits.no/
I checked the code already but can't find any author.
Thanks for your help!
GIL
I may be splitting hairs, but that's not really a "slideshow" (IMHO). Basically, it appears as though the content is wider than the browser, making the horizontal slidebar appear at the bottom, and there is something covering the left side of the screen that is stationary and has a higher z-index than the rest of the content, giving the illusion of a slideshow.
I could be wrong, however.
hello,
yeah you're right,
I found this
#content {
width:8755px;
height:600px;
background-color:#FFF;
}
Basically I'm just trying to sort out the scrolling js/jquery behavior!
Thanks mate