ClioSport.net

Register a free account today to become a member!
Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

  • When you purchase through links on our site, we may earn an affiliate commission. Read more here.

JaveScript Help.



Hello kind people who want to help me..

This is my 'site' http://www.dankphotography.co.uk/ but atm it's just a couple of images until I build something properly.

I want this http://devkick.com/lab/galleria/demo_01.htm#img/grass-blades.jpg in the black box in the middle. (code here http://devkick.com/lab/galleria/)

Sounds simple enough but I can't do it. I've tried and tried and tried. I want to be able to do some of it myself so I'm not asking for someone to do the whole thing.

If you'd like to just make me a basic page and save it with the images and zip it, so I can modify it myself, that would be awesomeness personified!

Thanks :D
 
  306 TD Slut
View source then just copy the code and the relative JS files.

Then change the paths to your images where nessesary.

<ul class="gallery_demo_unstyled">
<li><img src="img/flowing-rock.jpg" alt="Flowing Rock" title="Flowing Rock Caption"></li>
<li><img src="img/stones.jpg" alt="Stones" title="Stones - from Apple images"></li>
<li class="active"><img src="img/grass-blades.jpg" alt="Grass Blades" title="Apple nature desktop images"></li>
<li><img src="img/ladybug.jpg" alt="Ladybug" title="Ut rutrum, lectus eu pulvinar elementum, lacus urna vestibulum ipsum"></li>
<li><img src="img/lightning.jpg" alt="Lightning" title="Black &amp; White"></li>
<li><img src="img/lotus.jpg" alt="Lotus" title="Fusce quam mi, sagittis nec, adipiscing at, sodales quis"></li>
<li><img src="img/mojave.jpg" alt="Mojave" title="Suspendisse volutpat posuere dui. Suspendisse sit amet lorem et risus faucibus pellentesque."></li>
<li><img src="img/pier.jpg" alt="Pier" title="Proin erat nisi"></li>
<li><img src="img/sea-mist.jpg" alt="Sea Mist" title="Caption text from title"></li>
</ul>
 


Top