Image pop-up enlargement of thumbnail

Hi.
In DW CS4.
I am working on setting up a page of thumbnails & I'd like each thumbnail to enlarge when rolled over. I have tried this site for help:
http://www.moneytreesystems.com/css/picpopup.html
I am not sure what I am doing wrong & I was wondering if it has anything to do with div tags as I don't believe the example in the site is in a div tag and or doesn't have a div id like all the thumbs do in my page layout. Please see below my code for one thumbnail:
<div id="image1"> <a href="#thumb"><img src="../images/thumbs/t_print_ad_1.jpg" alt="" width="100" height="100" border="0" a class="thumbnail" />
    /><span><img src="../images/portfolio-images/print_ad_1.jpg" /><br />
    Simply beautiful.</span></a>/></div>
This is the code on that site above that works (I tried it beforehand with my own images. See below):
<a class="thumbnail" href="#thumb"><img src="file:///C|/Users/Namehere/Documents/portfolio-stuff/images/portfolio-images/testsmall.jpg" alt="" width="100" height="50" /><span><img src="file:///C|/Users/Namehere/Documents/portfolio-stuff/images/portfolio-images/testlarge.jpg" /><br />Simply beautiful.</span></a>
Please direct me how I can achieve this enlargement of a thumbnail when the mouse is rolled over.
I also tried going to this site: http://www.dynamicdrive.com/style/csslibrary/item/css-popup-image-viewer
Thank you.

This is the CSS to that that I got from that site:
<style type="text/css">
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.thumbnail{
position: relative;
z-index: 0;
.thumbnail:hover{
background-color: transparent;
z-index: 50;
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
</style>

Similar Messages

  • Gallery style images? Thumnails enlarging -- how do I do this?

    Hi,
    Just got iWeb this evening, and having a gas w/ it. Very cool, and I'm really surprised at all the customization that can be done.
    I'm an illustrator and have depended on a buddy all these years that does my web site. iWeb is the chance for me to take the reigns. Despite being a professional, my needs are simple....
    The meat of my site needs to be a portfolio of my illustrations (which Lord knows I don't have stuffed in iPhoto!). I have selected the photo page template, and dropped in several images -- making thumbnails (at least that's what I think they are). Okay, now I want the viewer to click on the thumbnail and a larger version of image pop up (on a new page?).
    How do I do this? I'm not finding any controls for this in the inspector or a simulation of this action in the app? I looked through the "help" and then here (I'm sure the answer is around), but I'm not stumbling upon it?
    Thank you, T

    Hi Tim --excuse me for jumping in, but I think you can do what you are needing wthout using iWeb. If all you want is a directory page, with photos tat act as buttons linking to larger images, you can do it all in iPhoto without using iWeb.
    1. Assemble the photos into a separate folder in iPhoto
    2. Choose File>Export and select the Web Page tab. In that dialogue box you can also select various size parameters, including titles and comments on either or both thumbnails and enlarge pix.
    3. Set up a folder on your desktop to export to.
    4. Click "Export."
    Everything will be placed into the folder. If you then upload the folder to your website, it will place all the appropriate files in the right places, and you're done.
    Hope this helps ... To see an example, go to
    http://www.nichebooks.com/taylor/taylor.html
    (Some of the photos are no larer than the thumbnails, since I had already resized them for eBay.)

  • When previewing images by clicking on the thumbnail in an Event for example, I've been finding that many images preview in a 'zoomed in' way so only a small part of the photos is previewed in a highly magnified view.

    When previewing images by clicking on the thumbnail in an Event for example, I've been finding that many images preview in a 'zoomed in' way so only a small part of the photos is previewed in a highly magnified view.
    Initially I could find no cause. Then I tried right click - Edit and on the affected images, always get this warning:
    "Image Cannot Be Edited - This photo was previously edited with another application or with an early version of Iphoto. Duplicate this photo to edit it." and a "Duplicate To Edit" Button is displayed. 
    The external Editor defined for iPhoto is Adobe Photoshop Elements.
    Now, I reckon the MUST be others out there affected by this same apparent Preview bug, yet my searches have not revealed any answers.  Also seems impossible to find a contact number for adobe???
    Thanks

    Start '''[https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode Firefox in Safe Mode]''' {web Link} by holding down the '''<Shift ''(Mac Options)'' >''' key, and then starting Firefox. Is the problem still there?

  • Since v.6.0.2, was installed [I have Win XP] my eBay pages do NOT load properly ... the images cannot be enlarged and I cannot save things to My eBay. Still works OK with IExplorer .... I do not have a clue on the geeky stuff

    Since v.6.0.2, was installed [I have Win XP] my eBay pages do NOT load properly ... the images cannot be enlarged and I cannot save things to My eBay. Still works OK with IExplorer .... I do not have a clue on the geeky stuff .... WILL THIS FIREFOX ERROR SOON BE FIXED ?
    Don't know what more to ask. I looked at the known problems and couldn't make any sense of the answers

    Upgrade your browser to Firefox 8 and check
    * getfirefox.com

  • All the images in my Speed Dial thumbnails have disappeared and I can't get them back.

    All the images in my Speed Dial thumbnails have disappeared and I can't get them back. When I check the settings all the thumbnails have the site shown in the details so should be showing the site in the thumbnail, but they're just blank. I uninstalled Speed Dial and installed it again, but to no avail. Something is stopping the image appearing but don't know what. I paused blocking on Ghostery, but that makes no difference. Any suggestions would be welcome!

    See [[menu bar is missing]].

  • How do I enlarge a thumbnail on hover and then click to open in new window?

    Can anyone help me here?
    Basically what I have are a few thumbnails on my site that I want the user to be able to click to open to a new page or URL. But before one clicks, just on the hover, I would like the thumbnail to display the larger image.
    Any help appreciated.

    Replace this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <script type="text/javascript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    //-->
    </script>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    With this:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <script type="text/javascript">
    <!--
    function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
    //-->
    </script>
    And replace this:
    <style>
    #thumbnail img a {
    height: 200px;
    width: 200px;
    opacity: 0.70;
    /**image size on mouse over**/
    #thumbnail img a:hover {
    height: 350px;
    width: 350px;
    opacity: 1.0;
    </style>
    </head>
    With this:
    <style type="text/css">
    #thumbnail img a {
    height: 200px;
    width: 200px;
    opacity: 0.70;
    /**image size on mouse over**/
    #thumbnail a img:hover {
    height: 350px;
    width: 350px;
    opacity: 1.0;
    </style>
    </head>
    It should work.
    Nancy O.

  • Why are my attachment images being embedded as distorted thumbnails in the body of the text in Mac Mail?

    Why are my attachment images being embedded as distorted thumbnails in the body of the text in Mac Mail? How can I attach image files as normal attachments?

    Attachments – Disable Embedded Attachments

  • Image pop-up button

    I am trying to create a text button where an image pops up when it is selected. The image needs to pop up next to the text button, not replace it. Any suggestions?
    PowerMac7,3   Mac OS X (10.2.x)  

    This comes up all the time, Layered Menus work, but can be unrelaible. These threads (and others) discuss this
    http://discussions.apple.com/message.jspa?messageID=3102055#3102055
    http://discussions.apple.com/thread.jspa?messageID=2951183&#2951183
    For layered menus check out this
    http://www.dvdstepbystep.com/layersover.php

  • Small iMage pop up larger image then close

    Hi All
    First off I am not a coder :)
    I am building a website and would like to take an image on
    the page, be able to click on image to create larger image (pop up
    on same page) and then be able to close larger image back to
    original image.
    I am using CS4
    Thanks in advance
    Jay
    pcb4u at verizon dot net

    Do I replace the
    seelarger.php?im=<?php echo urlencode($image); ?> code
    you gave me before
    with
    seelarger.php?im=<?php echo urlencode($image);
    ?>&amp;title=<?php echo
    urlencode($title); ?>
    and can you confirm what code I need on the seelarger.php
    page.
    as I replaced the seelarger.php?im=<?php echo
    urlencode($image); ?> code
    with the new one you gave and nothing happened.
    Thanks
    Matt
    "David Powers" <[email protected]> wrote in message
    news:ej84c4$283$[email protected]..
    > matt wrote:
    >> Excellent.... worked perfectly thankyou.... now how
    do I do the same with
    >> the title.... on the image page I have it as
    <?=$title?>
    >>
    >> And on the seelarger.php I have it as echo
    >> "<title>{$_GET[title]}</title>";
    >
    > You need to pass the variable from one page to the next.
    It doesn't just
    > appear by magic.
    >
    > seelarger.php?im=<?php echo urlencode($image);
    ?>&amp;title=<?php echo
    > urlencode($title); ?>
    >
    > --
    > David Powers
    > Adobe Community Expert
    > Author, "Foundation PHP for Dreamweaver 8" (friends of
    ED)
    >
    http://foundationphp.com/

  • Image pop up code dreamweaver cs5.5

    Need help creating the image pop up code for images.
    Also the exact placement of the code.

    Have a look here http://www.adobe.com/cfusion/exchange/index.cfm?event=extensionDetail&extid=2127022 for a very easy implementation.
    Gramps

  • Image content type in Site Asset Image library: The Preview and Thumbnail Preview columns do not display the picture of the item.

    I have two different Site Asset libraries.  The Site Asset Picture library has items of
    content type picture.  The Site Asset Image Library has items of
    content type image. 
    1) I do not quite understand the different between a picture content type versus an image content type. 
    2) the thumbnail and preview columns do not display the image in the Site Asset
    Image Library.  (the image does display in the thumbnail column of the Site Asset Picture library.)  I expected the image to display in the Site Asset Image Library the same as it does in the Site Asset Picture library. 
    Why doesn't it?
    Betty
    Betty Stolwyk

    I have subsequently found out that our "Site Asset Images" library is a Document Library to which someone must have replaced the Document content type with an Image content type.  I also found out that picture previews/thumbnails cannot be displayed
    in Document libraries.  So the problem was the library type, not the content type.
    So I simply created a new Picture Library (whose content type = picture) and copied the files into that and the thumbnails displayed just fine!
    I bet what led to this is the default "Site Assets" library that is created for a new Team site.  It is just a document library but sounds very similar to the "Assets" library.  I can imagine someone thinking the "Site Assets" library was a standard
    container for images, and simply changed the name to better identify the content! 
    As far as 'image' vs 'picture' content types, I noticed that a new Picture Library contains a content type of 'picture', but an Asset Library contains a content type of 'image' (as well as audio and video).  Although the 'image' content type has a few
    more fields than the 'picture' content type (picture content type does not have thumbnail), the actual Picture Library contains pretty much all the same fields, including the thumbnail.  So for all practical purposes, either library type can be used for
    storage of pictures.  I am guessing that the Pictures Library which uses the picture content type is for backwards compatibility purposes, and that the 'image' content type is newer, being derived from the new "Rich Media Asset" content type and used
    in the new Asset Library which can hold audio and video in addition to pictures.  
    Microsoft Help also mentioned that a Picture Library has a slide view which an Asset library does not.  So my take on that is that if you want the potential of seeing your pictures as a slide show, put them in a Picture library which is still using
    the 'picture' content type of previous SharePoint versions.  If you want to keep pictures organized with audio/video files, then put them into an Asset library which uses the  'image' content type derived from the new Rich Media Asset content type.
    Betty Stolwyk

  • Enlarge page thumbnails from keyboard in Acrobat Pro X?

    I get RSI if I mouse too much. Almost every time I use Acrobat, I want to enlarge the page thumbnails. The Help file says to click on the little options menu and then on 'Enlarge Page Thumbnails'. This is what I've been doing. I note that one can also right click and press the relevant letter, but that's still a mouse click.  Since the letter 'l' is underlined in the options menu, I should be able to activate it from the keyboard. But I can't figure out how to do it. I can't reach the options menu from any of the main menus, and pressing 'Alt+L' in the Page Thumbnails menu has no effect. Is there a way of getting there from the keyboard?  Thanks  Mary

    Change the value of "iprintWhat" from HKEY_USERS\S-1-5-21-762979615-2031575299-929701000-294209\Software\Adobe\Adobe Acrobat\11.0\AVGeneral   to 1.
    The location "S-1-5-21-762979615-2031575299-929701000-294209" in the registry path may vary at your end.

  • Bad Image pop up

    Does anyone know how to fix the
    AcroRd32.exe - Bad Image pop up window?
    This is what the whole message says:
    C:\\Windows\PCTBDCore.dll is either not designed to run on Windows or it contains error.
    Try installing the program again, using the original installation media or contact your system
    administrator or the software vendor for support.
    This window pops up every time I open a PDF or open adobe alone. After several clicks of the ok button
    it goes away and operates as suppose to.
    I have uninstalled and redownloaded adobe twice now.
    Can someone point me in the right direction?

    If this is a video driver issue.
    How do I fix this? I am not sure where I have to go.
    My computer is only 8 months old, so I pretty much have the newest bells and whisltes.
    Which confuses me on how to fix this.
    In advance-Thank you for your help!

  • Illustrator cs6 image doesn't enlarge....

    Hi, I have a problem about illustrator cs6? When a press at the same time the bottom cmd and +... it doesn't work... the image doesn't enlarge... why?

    Are you holding Command and then tapping the + key?
    If you hold the + and tap Command, nothing will happen.
    Have you checked to ensure the shortcuts are set correctly?
    Choose Edit > Keyboard shortcuts and be certain the "Set" reads "Illustrator Defaults".

  • I get a black screen when I enlarge a thumbnail to edit

    I get a black screen when I enlarge a thumbnail to edit

    If it's just a black screen and no exclamation mark in the middle then it's likely a permission issue.
    Make a temporary, backup copy (if you don't already have a backup copy) of the library and try the following:
    launch iPhoto with the Command+Option keys held down and rebuild the library.
    select the options identified in the screenshot.
    Click to view full size
         3 - launch iPhoto and try again.
    OT

Maybe you are looking for

  • Wireless All-in One receives scan and ink level but does not print

    My wireless printer was working fine, now it can scan and send scan to my computer, my computer receives ink levels in the utility. Now it will not print from Word or other programs that I was able to print. When I restart the computer with a documen

  • Query - Get data from the same table and field two times on a single line

    I have prepared a query showing the bill of material. At each line each component will be a new line and I want to have the description of the material at the top (the master material composed of the component ones) and also the description of the co

  • Hard drive not showing on desktop in 10.10.3

    Well this is an interesting one!  After upgrading to 10.10.3 I no longer see my MAIN Hard Drive (SSD) on the Desktop.  I've checked show HD's in the Finder Preferences; but it's not visibly on the Desktop nor in the Desktop folder when I open that. 

  • Copy and paste replaced by åccented characters?!

    Hi there everyone...strange issue here with my keyboard. Suddenly (literally an hour ago) when I press the following keys, instead of getting the usual options of "Select All", "Copy" or "Paste" I get the following: ⌘A = å ⌘C = ç ⌘V = √ The only way

  • Looking for driver for SOUNDBLASTER LIVE 24bit & AUDIGY SE (CA0106) Ver 5.12.01.

    Im unable to get my Audigy onboard sound running and need to try some/lots of drivers until it is stating AUDIGY in the hardware manager More details: http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&thread.id=23993 5.2.0.5