Images

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • business angel
    New Member
    • Jun 2007
    • 2

    Images

    Hi - can anyone help? I want to create a gallery page with a column of thumbnails down the left hand side, which when clicked on, will open a larger version on the right hand side... It's the clicking bit to open a larger version that I can't do!
  • improvcornartist
    Recognized Expert Contributor
    • May 2007
    • 303

    #2
    How are you trying to do this? HTML only? Javascript?

    Comment

    • bettor
      New Member
      • Jun 2007
      • 27

      #3
      Smells like some advanced JS (close to AJAX:) needed here!

      Comment

      • business angel
        New Member
        • Jun 2007
        • 2

        #4
        Originally posted by improvcornartis t
        How are you trying to do this? HTML only? Javascript?
        Hiya - I'm using Dreamweaver and Fireworks and can do basic html stuff and basic css. I'm sure Fireworks can do this, but not sure what heading to look for in the help menu... HLEP!!

        Comment

        • GluteHam
          New Member
          • Jul 2007
          • 40

          #5
          This can be done in CSS ... basically, you can mimic the behavior of a drop down navigation ... check out how the right nav works on this site:

          http://alanschindler.c om/

          Basically, the "main nav" is a list ... the "sub nav" has a default position of, say, left -2000px ... then on hover it's positioned, say, left 400px ... so it's "invisible" until rolled over.

          Make sure you set your body margins and line heights in the CSS so that the picture will appear in the same place on various browsers.

          Comment

          • harshmaul
            Recognized Expert Contributor
            • Jul 2007
            • 490

            #6
            you could just use an iframe

            Comment

            Working...