ENLARGE IMAGE ON MOUSEOVER

I am using dreamweaver cs5.5.
I am totally stuck. Been searching internet for a week with no success.
My problem seems simple...all I want to do is setup a rollover where when
the mouse rolls over the original image, it produces a different and larger image.
There is no need for a hyperlink.
I am familiar with rollover links etc but these only return an image of the same
size as the original.
Any assistance would be wildly appreciated.
Regards,
Robert

Hi Robert
I had created demo example for you. There is no anchor tag and when you rollover the image you get the bigger one.
HTML code and its CSS
<!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>Image Hover Over</title>
<style type="text/css">
<!--
.box {
    background-image: url(http://www.google.co.in/images/srpr/logo3w.png);
    background-repeat: no-repeat;
    width:275px;
    height:95px;
.box:hover {
        background-image: url(http://www.kurzweilai.net/images/Google-logo.jpg);
    background-repeat: no-repeat;
    width:682px;
    height:400px;
-->
</style>
</head>
<body>
<div class="box">
</div>
</body>
</html>
Thanks
Andy

Similar Messages

  • Enlarging an image on mouseover without using Flash

    Enlarging an image on mouseover without using Flash
    I use DW MX 2004 with Windows 2000
    I want to create the following effect. I have two versions of
    an image,
    geyso_scr... (which is screen size) and geyso_sm (which is
    small). On
    mouse-over I want a larger window to open on top of my html
    page (but
    less than the full screen) and show the larger image file in
    whatever
    size I have created it.
    One mouse-off I want to restore the original image.
    I tried this with a straight image swap on the following
    page:
    http://www.tudo.co.uk/testing/hospiz_stiftung/shell/contents/vorstand/vorstand.html
    see row 2, image 1, Peter von Geyso.
    This works all right (on mouseover there is a shift of about
    1 px) but
    the screen sized image has been sized down to the original
    image (sm image).
    How can I conveniently get the large image hovering on top of
    the
    existing page?
    Can someone recommend a tutorial which describes how this is
    done?
    Or is there a utility which does it?
    On similar lines, a client wants to display a list of items
    as text in
    comparatively small font. On mouse-over he wants the
    list-item in
    question to become slightly larger (not only to change colour
    etc). Can
    that be done without converting the text into images.
    Is there any tutorial for that?
    (No point in arguing with the client that the text should be
    made large
    enough to read in the first place. I have tried that in
    vain.)
    Thanks for your help.
    Adrian

    netlace design wrote:
    > Hey Adrian,
    >
    > Maybe this will work for you. Take a look here at this
    demo
    >
    >
    http://www.cssplay.co.uk/menu/magnify
    Hi Netlace Design,
    This looks interesting, but where do I get the code for this.
    How is it
    done without javascript.
    Thanks,
    Adrian

  • Safari won't enlarge image

    I can get Safari to enlarge font sizes but suddenly, today, it stopped enlarging images. I used to be able to hit Control+ and Safari would enlarge the image. Today, it stopped doing it. Any suggestions? Thank you.

    Greetings,
    The keyboard command to enlarge is Command-+, not Control-+. If you're using the latter key combination, that would explain the problem. If you're using the former key combination and it doesn't work, what URL are you at when it does this? Did you try accessing the function from the View menu to see if that works?

  • HOW do I create a NICE enlarged image in a window EFFECT? CS5

    Maybe a long unnecessary title but I'm not sure how to describe it, and I can't find an example at the moment.
    Basically, I would like to create little image thumbnails which when clicked on bring up an enlarged version of the thumbnail. Basic I know, but rather than just having it load up in a pop-up window like you can do with behaviors in Dreamweaver, I would like the enlarged image to appear in a window which expands out from a small rectangle/square to a large rectangle/square (kind of like an animation) and THEN the image appears in this lovely display window.
    How is that done?
    Maybe I haven't explained this very well. In the meantime I will have a look and see if I can find an example to better explain what I mean.
    Thank you.
    Ian.

    You're looking for a AJAX "Lightbox" style script. These are quite common these days, and started with the original Lightbox JS script. They've since evolved into related projects like Thickbox, FancyBox, Lightbox 2, etc.
    Here's a round-up of the different available scripts (plenty more are out there if you Google "lightbox script"):
    http://www.smashingmagazine.com/2007/05/18/30-best-solutions-for-image-galleries-slideshow s-lightboxes/
    The way these work are:
    You place a script or two (sometimes your lightbox script and the jQuery JS package) in a folder on your server
    You then link these scripts in the head of your document
    You add your thumbnails to your page, and link them to the larger images
    You then add some type of attribute to each thumbnail, such as a class like "lightbox".
    When you click the thumbnail, instead of getting the larger image it triggers the lightbox script. Most all of the scripts have either instructions on setting them up, or a demo where you can view the source code. What I used to do is download the script, which almost always has a demo file in the download package, and open that up in Dreamwevaer to reverse engineer. It's not as complicated as it first looks.

  • How to View Album as Only THumbnails and Enlarged Image

    I hope I can explain this right...
    When I click an album on my page, it takes me to a page of smaller thumbnails of all of the images in that album and the thumbnails are scattered around the page. When I click on any of the images, it takes me to a page that shows a strip of square thumbs across the top of the page with one enlarged image beneath, with the option of clicking on any of the thumbs or starting a slideshow, etc. Is there a way you can be brought directly to this page from the main albums page and bypass the middle page of medium sized thumbs? That middle page seems unnecessary and I'd be psyched to learn how to skip it. Thanks!!

    jimrc wrote:
    Thanks Cyclosaurus. That works great and does just what I wanted. There are a few small glitches though that you may be able to help with.
    http://web.me.com/jrcphoto/jrcphoto/GALLERY/GALLERY.html
    When clicking on the People gallery, the page we're bypassing blinks briefly before going to the thumbnail page. This doesn't happen on the other pages. Any thoughts?
    It's servers latency or you browser caching, it's part of async processing (AJAX).
    Also, there is a Back to Album link in the upper left which takes you to a blank page and then you have to click the Back to Index link to get to the main Gallery page. Can I get the Back to Index link on the other page instead?
    Give this a try:
    <script type='text/javascript'>
    _base=parent.window.location.href;
    if(_base.indexOf('#')==-1){parent.window.location=_base.split('#')[0]+'#0';}
    var albumsIndexURL = 'http://web.me.com/jrcphoto/jrcphoto/GALLERY/GALLERY.html'; // this is you album URL, change this if needed
    function newBtI() {
    if (parent.widgets) {
    headerControls = parent.document.getElementsByClassName('com-apple-iweb-widget-detailview')[0];
    backToAlbumDiv = headerControls.getElementsByClassName('left')[0];
    backToAlbumAnchors = backToAlbumDiv.getElementsByTagName('a');
    for (btaai=0;btaai<backToAlbumAnchors.length;btaai++) {
    backToAlbumAnchors[btaai].removeAttribute('onclick');
    backToAlbumAnchors[btaai].setAttribute('href', ('' + albumsIndexURL));
    chknewBtI = setInterval('newBtI()', 500);
    </script>

  • Enlarged images with built-in magnifier do not load properly as they did in F3, chrome etc.

    www.mohlitz.com uses thumbnails which click to give enlarged image with built-in magnifier. Works ok with all other browsers inc F3 but now when pointer hovers over image it goes white instead of showing magnifier F4

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • I want to enlarge an image on a digital photo and save the enlarged image as a seperate photo

    I want to enlarge an image on a digital photo and save the enlarged image as a seperate photo

    We won’t stop you …
    Edit: Actually I’m naturally not entitled to talk for other contributors to this Forum …
    Crop (if necessary)
    Image > Image Size
    File > Save As

  • Opening enlarged images in web site?

    I'm working with a thumbnail gallery of images.
    Currently to see an enlarged image one clicks on thumbnail and it opens in same window and the you return to thumbnails to view another.
    Example linked:
    http://dankennedy.ca/dust_oblivion/dust_pg_one_sm.htm
    I realize this is not the most convenient method. What is the best approach to take without going into a Lightbox scenario? Opening in a new tab ?

    I realize this is not the most convenient method. What is the best
    approach to take without going into a Lightbox scenario? Opening in a
    new tab ?
    Without going to Lightbox/Jquery your solution is the only solution.  Unfortunately you cannot open a new tab in the browser window as there is currently no way of doing this in HTML.  Most modern browsers will treat the new window code as a new tab but that is programmed into the browser and not the site.
    If you need a more automated way of managing the images you could tie in a database, but your page is only HTML so I don't think that is an option you are considering at this time.

  • Firefox does not display facebook full (enlarge) image when i click on it. Why?

    Firefox allows me to view the whole album pictures in my facebook account but when i click on individual image, it navigates to the enlarge image page, picture did not display. Please assist what I can do.
    == URL of affected sites ==
    http://www.facebook.com/photo.php?pid=6577356&id=653901153

    Did you check the exceptions?
    See also [[Images or animations do not show]]

  • Click to enlarge image

    It has been suggested that I add a the zoom tool to my images
    so that visitors can click to enlarge images on my site. I feel
    silly but I can't find how to add this feature. Any help is
    appreciated. Thanks, Donna

    I've used it too - worked great for me.
    Patty Ayers | www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet
    "josie1one" <joleros[nospam]@yahoo.com> wrote in
    message
    news:edk7em$6s5$[email protected]..
    > To add to Patty's suggestion have a look at JustSo
    Picture window. It
    > doesn't zoom, but opens another window when you click to
    enlarge:
    >
    http://www.valleywebdesigns.com/vwd_Vdw.asp
    > reasonably priced and really handy.
    >
    > --
    > Jo
    >
    >
    >
    > "dberke" <[email protected]> wrote in
    message
    > news:edk4i7$3ch$[email protected]..
    >> It has been suggested that I add a the zoom tool to
    my images so that
    >> visitors
    >> can click to enlarge images on my site. I feel silly
    but I can't find how
    >> to
    >> add this feature. Any help is appreciated. Thanks,
    Donna
    >>
    >
    >

  • Why can't i enlarge images on kijiji ads

    I cannot enlarge the images on kijiji ads or browse the extra ones in an ad. This only started recently. i don't know what changed. This is on safari.

    Hi,
    I have been trying out the Command+ option and its not the same. Using the track pad to enlarge images and text was by far better and more precise than using the command+ option.....

  • When I use a tool on an enlarged image the image freezes and I can't get it to move unless I change tools. I tried resetting tools and uninstalling and reloading CC. What should I do?

    When I use a tool on an enlarged image the image freezes and I can't get it to move unless I change tools. I tried resetting tools and uninstalling and reloading CC. What should I do?  Once any tool is used I can't change its size or move the image.

    Howdy,
    Sorry for the lack of info. It is Adobe Photoshop CC, I have been using
    CS5 and am trying the trial version of CC to see if it worth changing
    to. Any tool works once but freezes the tool sizing and image movement.
    I am also using the Beta version of Mac Yosemite. But the CS5 version is
    working fine.
    Hasta,
    Bob McCaw

  • Linked Image Swap & Enlarge on Hover/Mouseover

    I have 4 linked images that need to change and grow on hover/mouseover. Originally we just wanted the images to change so I used Dreamweaver to add the rollover functionality (<img src="images/yourpic.jpg" onmouseover="this.src='images/yourpic2.jpg';" onmouseout="this.src='images/yourpic.jpg'" alt="Your Pic" />) and it works great... But now they want more of a Mac Dock effect in that the image looks like a thumbnail and when you hover it enlarges. The trick is that when it enlarges, it needs to enlarge over everything so it doesn't rearrange the page. Also, this must work in IE7!!!!!

    Yes, I have. I found this jquery hover image zoom: http://demo.superdit.com/jquery/zoom_hover/ but I can't figure out how to add the functionality of also swapping the images. I'm fairly new at webdesign so any examples or tutorials are greatly appreciated!

  • MouseOver enlarge image

    I want to create a two columns table for my webpage.
    The first column will be containt small image and the second
    column will be same image as the fisrt one but will become bigger
    when the user click on the column 1 (small image)
    Have anybody did this before? Can anyone give me some advice
    or example? I really help with this.
    Thanks and cheers,
    hoachen

    Download the Dreamweaver Extension.
    http://www.fourlevel.com/dreamweaver/extensions/loadimage/index.htm

  • Why does CTRL+ enlarge images on some pages, not others?

    I have a website with many pages. On some pages, CTRL+ enlarges the images, on others, it enlarges the TEXT BUT THE IMAGE ACTUALLY SHRINKS!. An example of a page where CTRL+ does not work:
    http://www.microscope-antiques.com/acme4.html
    An example of where it does work (home page): www.microscope-antiques.com/index.html
    There is no Javascript on these pages. It is all in xhtml 1.0 STRICT, AND W3C CHECKS THE PAGES AS GOOD AS DOES THE CSS CHECKER FOR THE STYLE SHEETS.
    i USE A LIQUID LAYOUT SO ALL VIEWERS HAVE THE SITE FILL THE SCREEN.
    I have searched the W3C site and the net and cannot seem to find an answer.
    Any help would be much appreciated.
    Thanks
    Barry

    This probably happens because the images are in a div container that has a fixed width.
    The images themselves are quite large and scaled down to fit in their container.
    If you zoom the page then the containers keep their width and thus the images won't get zoomed as would have happened if thumbnails had been used.
    The reduction might be caused by those floating elements having their position as percentages.

Maybe you are looking for