How?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • KiwiBrian

    How?

    I have a column of thumbnails down the left side of the page.
    I would like to be able to select any one and have a larger version
    displayed to it's right, and of course automatically removing the previous
    large displayed image which would be a little higher on the page.
    Can this be done using CSS?

    Thanks
    Brian Tozer



  • Curt Balluff

    #2
    Re: How?

    On Fri, 18 Feb 2005 15:37:41 +1300, "KiwiBrian" <briantoz@ihug. co.nz>
    wrote:
    [color=blue]
    >I have a column of thumbnails down the left side of the page.
    >I would like to be able to select any one and have a larger version[/color]
    [...]

    something like this?


    I did it by iFrames. It's quite easy that way.
    Maybe in CSS it will be more classy?

    Sorry I couldn't help. But I'm also curious how it can be done in CSS.
    I think there will be a bulk of layers to be managed (visible on
    mousecontact/ invisible when mouse is leaving)

    Curt

    Comment

    • Gus Richter

      #3
      Re: How?

      KiwiBrian wrote:[color=blue]
      > I have a column of thumbnails down the left side of the page.
      > I would like to be able to select any one and have a larger version
      > displayed to it's right, and of course automatically removing the previous
      > large displayed image which would be a little higher on the page.
      > Can this be done using CSS?[/color]

      Here is another way using onmouseover and onmouseout:


      --
      Gus

      Comment

      Working...