PDA

View Full Version : Looking For A Gallery Script


dunlop03
21st July 09, 11:39 PM
Hi guys im looking for a gallery script that i can add to my website , just something simple that looks good lol , anybody got anything i can use ?

Im a complete novice as far as html/css goes , but im doing my best to find out how all this works.

thanks alot , hope someone can provide me with something. :)

Rayzur
24th July 09, 11:27 PM
just something simple that looks good lol , anybody got anything i can use ?

Well it's not a script, it is a css side scroling gallery.
http://www.css-lab.com/demos/image-display/side-scroll-gallery.html

dunlop03
25th July 09, 01:58 PM
great stuff , how do i edit it and add it to my site (put it inside a div)

Rayzur
25th July 09, 02:38 PM
great stuff , how do i edit it and add it to my site (put it inside a div)
It's already in a div named #slide-wrap. View the page source for the html and css.

<div id="slide-wrap">
</div>

Just locate that div where you want it in your page.