jquery javascript effect
vishalkhialani - July 4, 2009 - 17:54
Hi,
One comes across certain banner ads on sites where if you click them the whole ad enlarges and presents the users with more details regarding the product/service.
I would like to implement that feature on my site but as I am new to drupal , javascript I don't know the name of this effect.
I will appreciate it if someone can educate me as to what its called and some reference for my study.
Cheers,
Vishal

The effect is often call
The effect is often call "lightbox". If you use the Content Construction Kit (CCK) to construct a new content type plus image field to add the images you can use image cache and lightbox 2 to display the images a thumbnails (image cache) and configure them so when clicked a larger version is displayed (lightbox 2).
Lightbox 2
lightbox 2 opens up the image in a separate frame and you can view a much large picture of the same.
I am looking for an effect where the user clicks the image banner and the image banner itself without changing focus enlarges itself and reveals more text information about it.
Cheers,
Vishal