How to enlargen the image when we click that image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kashhere
    New Member
    • Feb 2008
    • 21

    How to enlargen the image when we click that image

    hi
    actually i need a help on image enlargening
    i had an image
    if i click on that image then that image should be opened in a small fixed child window
    and that tooo enlargened
    how can i do that
    please guide me towards the solution

    thanks in advance

    kash
  • Ranjan kumar Barik
    New Member
    • Aug 2007
    • 95

    #2
    Originally posted by kashhere
    hi
    actually i need a help on image enlargening
    i had an image
    if i click on that image then that image should be opened in a small fixed child window
    and that tooo enlargened
    how can i do that
    please guide me towards the solution

    thanks in advance

    kash
    I think it's a javascript related problem(If I'm not wrong). So please post it in javascript forum.

    :)

    Comment

    • AutumnsDecay
      New Member
      • Mar 2008
      • 170

      #3
      Not necessarily.

      You could always use a neat little CSS / Javascript 'application' called lightbox.

      I'm sure you've seen it before.

      Just google: Lightbox.

      Comment

      • Ranjan kumar Barik
        New Member
        • Aug 2007
        • 95

        #4
        Originally posted by AutumnsDecay
        Not necessarily.

        You could always use a neat little CSS / Javascript 'application' called lightbox.

        I'm sure you've seen it before.

        Just google: Lightbox.
        Yah! Thanks I found a good lightbox package here....

        Lightbox is a script used to overlay images on the current page. It's a snap to setup and works on all modern browsers.


        But still all the animations are handled by javascript and css is to just style the image. Doesn't it?

        :))

        Comment

        Working...