Log in

View Full Version : CSS Script photo gallary using GoLive CS2



kataskyfox
01-05-2008, 09:08 PM
Hello,
I am the owner of a construction company and I'm trying to build a website with a portfolio of images of the work we have done. I found a script that seems to do what I want it to, but i'm unsure how to integrate it.

Link is here

http://sonspring.com/journal/hoverbox-image-gallery

I initially built the page in photoshop, then moved it into fireworks, and now am in golive.

I understand how to bring up the CSS editor, but i'm clueless from here. I was trying to teach myself this stuff, but apparently have snagged up.

Can someone help me?

euphoriastudio
01-05-2008, 10:31 PM
I'm assuming you downloaded the program. You will have to upload it to your webhost. there you can rename the index.html file whatever you like. after that just delete all the images in the "img" folder and upload your own. be sure when you do this you correct the links in the "index.html" file

example:

this is what the original code in the "index.html" file looks like


<a href="#"><img src="img/photo01.jpg" alt="description" /><img src="img/photo01.jpg" alt="description" class="preview" /></a>

you will need to change the file name "img/photo01.jpg" so it links to your photo instead. if you have more questions feel free to email me euphoria.studio@gmail.com

BLiZZaRD
01-06-2008, 09:29 AM
if you have more questions feel free to email me


Or better yet, post them here for future persons needing similar help ;)

Besides, we don't solicit our services here, now do we?