Results 1 to 3 of 3

Thread: CSS Script photo gallary using GoLive CS2

  1. #1
    Join Date
    Jan 2008
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question CSS Script photo gallary using GoLive CS2

    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?

  2. #2
    Join Date
    Jan 2008
    Location
    Colorado
    Posts
    38
    Thanks
    5
    Thanked 0 Times in 0 Posts

    Default

    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
    Code:
    <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

  3. #3
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    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?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •