CSS Library: Image CSS: Here
CSS Popup Image Viewer
Author: Dynamic Drive
Enable arbitrary links or image thumbnails to pop up an enlarged (different) image onMouseover by using this CSS code. With the help of CSS's ":hover" pseudo class, combined with relative and absolute positioning, the enlarged images are simply included on the page as normal HTML, "popping" up on demand. CSS is behaving more and more like scripting!
Demo:
One of my favorite foods is sushi
Doesn't this look good?, and it's good for you too! Coffee and sushi probably don't mix well, but I like some Zoka Coffee
Zoka Coffee to boot! Here are some thumbnails from my trip to La la land:
![]()

Simply beautiful.
![]()

So real, it's unreal. Or is it?
The CSS:
Got a question or need help customizing this CSS code? Post it in the CSS Forums. If you have a comment or suggestion instead, post it in the comments section below.
Comment Pages 34 of 44 pages « First < 32 33 34 35 36 > Last »
http://www.stansburyparkguitar.com/PixTeensClass.htm
Please help.
Thank you
<body>
<IMG NAME="Gentek_Frame_0201" SRC="Excalibur/Gentek_0201/Gentek_Frame.jpg" WIDTH="500" HEIGHT="732" BORDER="2" USEMAP="#Gentek_Frame">
<map name="Gentek_Frame">
<a class ="thumbnail" href="#thumb"><area shape="rect" COORDS="96, 13, 393, 69" HREF="490042XX.jpg"><span>
490042XX.jpg
Head Expander: UI0050XX / 490042XX</span></a>
</map>
</body>
Why do we get no answer?
Comment Pages 34 of 44 pages « First < 32 33 34 35 36 > Last »









When I look at this page and hover over the example text & images, the pop ups work fine and the text caption on the pop up does not appear as an underlined hyperlink. However, when I copy the code and use it, the text in the popup image is always underlined as a hyperlink.
How can we make the text caption in the popup image NOT be underlined?