Results 1 to 2 of 2

Thread: Best Way To Set Up A Picure Gallery

  1. #1
    Join Date
    Oct 2008
    Posts
    163

    Best Way To Set Up A Picure Gallery

    I am trying to figure out the best way to set up a picture gallery of sorts. I have several pictures that I would like to display on a page and have them linked to a larger version.

    Is a table the best route to go with this or is there an easier way?

    My pics are in two different sizes (1 size is 247px wide & 140px high, and the other is 93px wide and 140px high). I am trying to get a 247px wide, then 2 93px wide then a 247px wide all on the same row.

    Maybe I've just been working at this toooo long or maybe I'm having a major brain fart, but I just don't seem to be able to get it to work.

    Any of the experts here have what I am sure is a very simple suggestion to fix my problem?

    Many thanks,
    Vance

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    To link to a larger version there are lots of css hover popups methods that show a line of thumbnails which popup in a different place. See
    http://www.wickham43.net/hoverpopups.php

    If you have different size images and want them all to be the same size in a row, use resizing like:-
    <img style="width: 247px;" src="image.jpg" alt="Image description"> which will resize the width and the height in proportion (so the top or bottom may not line up with the others).
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. Photo Gallery
    By newlyned2 in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 07 Dec 2008, 02:46 PM
  2. Dramatically Speed Up Sites with caching on Apache
    By apachedude in forum Web Hosting and Domain Names
    Replies: 0
    Last Post: 18 Jan 2007, 01:43 AM
  3. 4 Steps to Attract Site Visitors to Image Gallery
    By useful in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 29 Aug 2006, 03:04 AM

Posting Permissions

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