Rollover and swap image

Hi, I've created a rollover image that also replaces another
image elsewhere when rolled over. The original rollover does not
return to it's original state on roll out.
Any ideas?
Thanks Chris
<td width="100" height="20"><a
href="philosophy/philosophy.htm" onmouseout="MM_swapImgRestore()"
onmouseover="MM_swapImage('philosophy','','images/navigation/philosophy_over.jpg',1);MM_s wapImage('black_band','','images/navigation/philosophy.jpg',1)"><img
src="images/navigation/philosophy_up.jpg" alt="Philosophy"
name="philosophy" width="100" height="20" border="0"
id="philosophy" /></a></td>

Do not use the automatic restore.
Apply a standard mouseover rollover to image1 to swap in
image1b and to swap
image2 to image2b. Do not enable the restore option. Make the
event
onmouseover.
Apply a second image swap behavior to swap image1 back to
image1, and image2
back to image2. Do not enable the restore option. Make the
event
onmouseout.
I note from your code that you have applied TWO onmouseover
events for the
original swap. Don't do that. Apply the behavior once, but
make that one
application swap both images, i.e., do not swap one image,
click OK, and
apply it again. Swap the first image, then find and select
the second
image, and swap it as well before clicking OK.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Tun Tun bags of fun" <[email protected]>
wrote in message
news:fm7jg5$f4c$[email protected]..
> Hi, I've created a rollover image that also replaces
another image
> elsewhere
> when rolled over. The original rollover does not return
to it's original
> state
> on roll out.
>
> Any ideas?
>
> Thanks Chris
>
> <td width="100" height="20"><a
href="philosophy/philosophy.htm"
> onmouseout="MM_swapImgRestore()"
>
onmouseover="MM_swapImage('philosophy','','images/navigation/philosophy_over.jpg
>
',1);MM_swapImage('black_band','','images/navigation/philosophy.jpg',1)"><img
> src="images/navigation/philosophy_up.jpg"
alt="Philosophy"
> name="philosophy"
> width="100" height="20" border="0" id="philosophy"
/></a></td>
>

Similar Messages

  • Rollover, hotspot, swap image????

    One of my links in my employoee website has a number of
    pictures. They are each on their own layer but they overlap
    eachother so only one image should show at a time. I have a
    selection to the left of the image where the person can click on a
    department and a different picture will show up for that
    department. I first have to create that in Fireworks and I'm not
    sure how. I have each department selection (text) on it's own layer
    in photoshop and each picture on it's on layer. Can you explain to
    me what I need to do for this? Is it called "swap image" or
    rollover or hotspot?
    Then after I do that, I want people to be able to drag their
    mouse curser over people's faces and that person's info. will
    appear at the bottom. I also created every person's info. as a
    layer in photoshop. Can someone explain how to do this?

    > Are you
    > saying just do my slices in Fireworks and then use
    Dreamweaver to finish?
    That's what I'm saying, yes.
    > could you please explain to me how to do the hotspots
    over the people's
    > faces so that when the mouse is over a title bar appears
    at the bottom of
    > the
    > screen that has their name and title and then when the
    mouse is out it
    > disappears?
    This will be advanced for you. It's simple enough to add a
    hotspot to an
    image in DW -
    select the image, click on the Polygonal hotspot tool on the
    Property
    inspector, and draw your hotspot.
    What will be trickier for you is the part about the popup.
    One simple thing
    to try would be to assign a title attribute to the hotspot,
    e.g.,
    <area title="my name, my title"....
    Having done this, as you mouseover that particular hotspot,
    you will get a
    'tooltip' display of the contents of the title attribute.
    There are three
    downsides to this method -
    1. The tooltip only displays for a short time
    2. The tooltip only displays a certain number of characters
    (I think 100)
    in some browsers (FF)
    3. You have no flexibility in styling the tooltip or its
    contents
    Notwithstanding these, it's simple enough to do, although you
    will either
    have to add the necessary code (the title attribute and its
    value) manually
    to the <area> tag, or you will need to use DW's Tag
    Inspector to get at the
    title attribute.
    > I set up the file in Photoshop to have everything on
    it's own file
    > so I already have the 50 layers of people's names and
    titles to appear
    > under
    > the photos and 13 different photos.
    The way you set it up in Photoshop would have no bearing on
    how you would do
    this on an HTML page.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "lpaquinhand" <[email protected]> wrote in
    message
    news:[email protected]...
    > OK. Sorry If I seemed to disagree with you. I have
    redone this website
    > over 4
    > times because I am told something different every single
    time. First
    > Dreamweaver was the best place to do this, then it was
    Photoshop and then
    > it
    > was Fireworks and now it is back to Dreamweaver. I know
    everyone has
    > their
    > favorite way of doing things but I am so confused at
    this point. I have a
    > deadline of 2 weeks for this website and I am currently
    in Fireworks. Are
    > you
    > saying just do my slices in Fireworks and then use
    Dreamweaver to finish?
    > IF
    > so, could you please explain to me how to do the
    hotspots over the
    > people's
    > faces so that when the mouse is over a title bar appears
    at the bottom of
    > the
    > screen that has their name and title and then when the
    mouse is out it
    > disappears? I set up the file in Photoshop to have
    everything on it's own
    > file
    > so I already have the 50 layers of people's names and
    titles to appear
    > under
    > the photos and 13 different photos. Is there any way for
    you to walk me
    > through this at this point in Dreamweaver? I would
    really appreciate it.
    > Thanks.
    >

  • Rollover Thumb & Swap Image

    Hello Fellow Knowledge Seekers,
    I want to do a standard swap image rollover, but I want the
    thumbnail to change too.
    http://www.shutterstutter.com/Ancestor.htm
    If you look at the link you'll see the rollovers, but the
    thumb is not altered...
    How do I change the thumb at the same time???
    I am perplexed because I was able to do this last year but
    have since forgotten...
    I have been playing with behaviors with no luck...
    Thanks Alan...

    <a href="javascript:;"
    onMouseOver="MM_swapImage('thumbtest','','index%20files/THUMBNAIL-OVER.gif','BOX
    -------------------------------------------------------------------------^^^
    (space character)
    ','','index%20files/PLACE%20HOLDER%20with%20Image%20copy.gif',1)"
    ------------^^^--------------------^^^---------------^^^^-------^^^-----------^^^
    (space characters)
    onMouseOut="MM_swapImgRestore()"><img
    src="index%20files/THUMBNAIL-1.gif"
    --------------------------------------------------------------------------------^^^
    (space character)
    name="thumbtest" width="40" height="39" border="0"
    id="thumb"></a></div></td>
    Try file/pathnames like this -
    'index-files/thumbnail-over.gif'
    'index-files/placeholder-with-image-copy.gif'
    'index-files/thumbnail-1.gif
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "churchill25" <[email protected]> wrote in
    message
    news:f0nglk$dqt$[email protected]..
    >
    quote:
    You should eliminate spaces from your file/pathnames. They
    will bite
    > you
    > when you least expect it. Use only letters, numbers,
    hyphens, and
    > underscores.
    >
    > Hey Murray, thanks for all the help...
    >
    > Would you mind explaining a bit more about the above
    quote?
    > I'm still a beginner so "eliminate spaces from your
    file/pathnames" is
    > above
    > my head.
    > Unless you mean, photos should only have one word titles
    rather than
    > two...?
    >
    > As far at the roll over, this is just right.
    > Restoring both images on mouse out is prefect for my
    needs,
    > This highlights the small thumbnail that the person is
    viewing...
    >
    >
    >

  • Pic Ratio and Swap Image Behaviour

    Alrite guys, iv been picking up my web design skills by
    developing my own site, and as part of that iv design a gallery
    with thumbnails circling a central picture. now iv used the swap
    image behaviour to change the thumnail to the central large pic,
    unfortunatly the pictures are stretching to the limit of the slice,
    is their anyway to fix the ratio of all the pics am using so they
    come up in their original size rather than being stretched beyond
    the original?
    Cheers
    Dark

    You can do this many ways ways -
    1. Don't use swap image - use Show/Hide layer instead. Have
    the alternate
    image in a hidden layer that is shown when the trigger is
    'tickled'. Using
    this method you can have images that are any dimension.
    2. Use swap image, but remove the dimensions from the
    original image's tag,
    i.e., change this -
    <img name="original" width="150" height="220" ...
    to this -
    <img name="original" ...
    Now when you swap in your offsize image, there is no
    predefined size to
    change it to. Be aware that this method may well result in an
    unpleasant
    and undesirable 'rearrangement' of your page layout as it
    adjusts to your
    new image's dimensions.
    3. Pad the smaller image with canvas background color on all
    sides so that
    all the images *are the same size*.
    4. Use a SetTextofLayer behavior to change the image
    reference in a layer
    positioned so that it will show the desired larger image in
    the proper
    place.
    5. Use the PVII ShowPic extension -
    http://www.projectseven.com/
    Take your pick....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "Dark7722" <[email protected]> wrote in
    message
    news:fusck6$of2$[email protected]..
    > the issue iv got is not the large images being reduced
    (am quite happy to
    > crop
    > them to fit) but the much smaller images being stretched
    from a horizontal
    > rectangle to a much large vertical rectangle, their a
    different shape from
    > the
    > central image to begin with
    >

  • Transparent Image and swap image

    When I Fix the Trasparent png issue that i have been having
    my swap image doesnt work in IE with the png could someone please
    help?

    link to your page?
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: DMX 2004: The Complete Reference, DMX 2004:
    A Beginner''s
    Guide, Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Monarky2000" <[email protected]> wrote in
    message
    news:ep8631$has$[email protected]..
    > When I Fix the Trasparent png issue that i have been
    having my swap image
    > doesnt work in IE with the png could someone please
    help?

  • UpdateContent and Swapping images

    I have a function built to swap photos of a div:
    var imageCount = 0;
    setInterval ("updateImage()", 4000 );
    function updateImage()
    Spry.Effect.DoFade('proImg',{ duration: 700, from: 100, to:
    0, finish: function(){
    imageCount++;
    if ( imageCount > dsPhotos.getRowCount() - 1 )
    imageCount = 0;
    dsPhotos.setCurrentRowNumber(imageCount);
    The photos change every four seconds, this works. The problem
    I am having is when I click on a link that uses this function:
    function fadeIt(ele,url){
    Spry.Effect.DoFade(ele,{ duration: 500, from: 100, to: 0,
    finish: function() {
    Spry.Utils.updateContent(ele, url, function() {
    Spry.Effect.DoFade(ele,{ duration: 500, from: 0, to: 100 });
    It replaces the content in the same div that has the rotating
    images. But, after four seconds I either get an error message
    saying the "proImg" div does not exist or it starts rotating
    through the images again.
    Is there a better way to do this?
    Help!
    Thanks!

    Here is the body code:
    <body onload="updater();">
    <div id="container">
    <div id="logo"><img src="images/logo.png"
    /></div>
    <div id="header">
    </div>
    <div id="menu">
    <div class="menubg">
    <cfinclude template="menu.cfm">
    </div>
    </div>
    <div id="photos" spry:detailregion="dsPhotos">
    <img src="images/site/{picfile}" id="proImg" style="
    height: 475px; width: 955px;" title="" />
    </div>
    <div id="spacer"> </div>
    <div id="footer">
    <div id="footer_text">
    <!--- Footer starts here --->
    </div>
    </div>
    </div>
    </body>

  • Rollovers and swap images not working

    since i've upgraded to Dreamweaver CS3 i've not been able to create rollovers.. i need to now
    is there a bug?  a patch that i need?  what is going on?  I need help please - been able to make do with flash buttons & text until this job.
    Running Mac OS10  - if it helps.. these pages were originally designed in go-live and redesigned since -  / i wonder if i'm holding my tongue in the correct position.  be gentle with your answers - i'm a graphic designer not a web guru

    here is the code to three of the rollovers.. it's tabs
    i even thought that if i went ahead and uploaded it might work online.. no such luck
    <td height="38" colspan="2" align="center" valign="middle"><spacer type="block" width="1" height="379">
                      <spacer type="block" width="1" height="1">
                      <a href="index.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('home','','images/tabs/rimtymehomeover.jpg',1)"><img src="images/tabs/rimtymehome.jpg" alt="Home Page" name="home" width="154" height="38" border="0"></a></td>
                </tr>
                <tr height="38">
                  <td height="38" colspan="2" align="center" valign="middle"><a href="malone.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('aboutus','','images/tabs/rimtyme_about_over.jpg',1)"><img src="images/tabs/rimtyme_about.jpg" alt="About us page" name="aboutus" width="154" height="38" border="0"></a></td>
                </tr>
                <tr height="38">
                  <td height="38" colspan="2" align="center" valign="middle"><a href="storephotos.html" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('storegallery','','images/tabs/rimtyme_storephotos.jpg',1)"><im g src="images/tabs/rimtyme_storephotos_over.jpg" alt="Click here for images of each of our locations!" name="storegallery" width="154" height="38" border="0"></a></td>
                </tr>
                <tr height="38">
                  <td height="38" colspan="2" align="center" valign="middle"><a href="credit.html"><img src="images/tabs/rimtyme_getstarted.jpg" alt="GETTING STARTED" width="154" height="38" border="0"></a></td>
                </tr>
                <tr height="38">

  • Swap images and hover features

    Here is a page to help explain my question better - http://www.leadbitterglass.com/etched_glass_designs/dragdroptest.htm
    Hi all, I am trying to create a page where visitors can click one small image (containing a corner of the border) to make a larger image appear somewhere else on the page (the full border design). Once the image has been clicked, I want to be able to allow the user to then hover over other images (flowers and vase image) and these images will then appear 'over' the original clicked image result, showing the border and vase together. I can create the images as transparent gifs so that isn't the hard part.  The image below is what I want the final result to look like for the user once the corner border image is clicked and then the vase image is hovered over.
    Does anyone know how to create this with dreamweaver? many thanks
    PS I am using Dreamweaver cs5.5

    Explore "disjointed rollover" or "set text of container" techniques.
    You can use a "disjointed rollover"  assigning an onclick behavior to the small corner image to trigger the display of the large border-only image and assigning a mouseover behavior to the small vase image to trigger display of the image you posted above.

  • Have a MacBook Pro running Lion and an IMac running Snow Leopard. Want to Back up both images and restore on opposite machine. Essentially swapping images between hard drives. Is this possible and any "gotcha's" to look for? Thanks

    Have a MacBook Pro running Lion (10.7.9) and an IMac running Snow Leopard (10.6.8). Want to Back up both images and restore on opposite machines. Essentially swapping images between hard drives. Is this possible and any "gotcha's" to look for? Thanks

    If the MBP came with Lion, it most likely won't boot with SL. Easiest thing to do is create a bootable backup/clone of each to an ext HD, partitioned to hold each on a separate volume, ensure that the original machines can boot with their respective clones, and finally, try booting the other machine with the other clone. Images are useless since you can't boot with them to test them out.

  • CSS Rollover Menu with Images and Current Page Indicator

    Hello.
    I have found a very interesting video here: http://www.youtube.com/watch?v=vv8cRYGCvIY about creating a CSS Rollover Menu with Images and Current Page Indicator (I tested it and it is working fine).
    I have a web site with 15 pages based on a template and I want to use that video sample to do the same thing on my web site.
    Please tell me if I can use the sample from the link above to do that.
    What should I change in the css file (what new class should I make) to make this work on a web site based on a template  ?
    Thank You !

    I don't know about that video tutorial but a sitewide persistent menu indicator ('you are here' highlighting) is very simple to do with CSS classes.
    Details and code examples below:
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Swap Images and URLs at the Same Time

    I would like to not only to swap images when one rolls over a thum image, but at the same time I would like to have a link swapped in the new image.  I am using behaviors to swap multiple images on a page.   So to be clear I have several thums that one can roll over.   When a thum is rolled over with the mouse a large image is swaped  in a different location on the page.   I would like to be able to attach a unique link to a URL to each of these new large images when they are swapped.

    The link below will take you to a life page. In this example, the changing 
    text below the large changing image is in fact an image that is swaped out 
    as one moves the mouse over a thum on the right side of this page. This 
    changing text image will have an "Add to Cart" button. The button could be 
    part of the text or perhaps yet another image that changes as one moves 
    over the thums on the right. Here is where I need the help. As one clicks 
    on this text image that is changing (or changing button) I would like to 
    have a link associated with this image that will add the customors choice 
    of pillows to their cart. Need help with how to associate a unique link to 
    unique URLs with this changing text image.
    Life page: http://katetroyer.com/Pillows.html

  • Swap images while rolling over popup menu

    Hello,
    I've been playing with fireworks CS5 for some days now and made a first attempt on a website.
    So far, i've made a navigation bar with two states in order to be able to add a simple roll over behavior, e.g. darkening text on rollover. I also have been able to make a dropdown menu (popup) via slices.
    Then I decided to swap images when on nav bar headings. So far, so good.
    When I did a preview in my browser, it appeared that as soon as I was leaving the nav bar, the image swapped back to the old setting. Perfect.
    But when I did a mouse over on one of the dropdown menu's of the navigation bar, the image swapped back as well.. I've been trying, but didnt manage to find out how to fix this.
    So, is there anyone here that knows if it is possible, and if so, how to keep images swapped to a second stage as long as the mouse is on the dropdown menu, but swaps back to the original state when leaving the dropdown and/or the navigation bar.
    Thanks in advance,

    Hi Bryan,
    It may be possible to cheat and put this onto the button:
    the option that you want is called TITLE.
    if you set one of the other parameters (e.g. the label)
    to be:
    LABEL_TEXT" TITLE="TITLE_TEXT
    basically when it adds the text onto the form it will wrap it in "
    If it doesn't strip out the " from your text you should get your extra parameter.
    it may slip past the portal checking.
    I can't test it as I only have WebDB, but I have done something similar with javascript in WebDB.
    good luck
    Michael

  • Two Swap Image Behaviors - Only One Swap Image Restore Works

    How come?
    I have a button image with a two swap image behaviors applied to it - a rollover for the OVER state and one behavior for a disjointed or "remote" rollover effect.
    Both rollover effects work fine, but the disjointed or remote rollover effect does not return the button to it's original state.  (I've determined this by removing the second or remote swap image behavior and testing it.)
    Why doesn't this work?
    All scripts are contained within the HTML page itself; no linked scripts are used.
    Thanks!

    Page code:
    <!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>
    <title>index</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    //-->
    </script>
    <style type="text/css">
    <!--
    body {
    background-image: url(images/screens_back.gif);
    -->
    </style></head>
    <body bgcolor="#FFFFFF" onLoad="MM_preloadImages('images/navigation_2_over-05.gif','images/navigation_2_over-06.g if','images/navigation_2_over-07.gif','images/navigation_over-08.gif','images/navigation_o ver-09.gif','images/navigation_over-10.gif','images/team.gif','images/forms.gif','images/e xport.gif','images/consulting.gif','images/programming.gif','images/contact.gif')">
    <table width="792" border="0" align="center" cellpadding="0" cellspacing="0" id="Table_01">
    <tr>
      <td width="792" height="126" colspan="2">
       <img id="index" src="images/index.gif" width="792" height="126" alt="" /></td>
    </tr>
    <tr>
      <td width="792" height="34" colspan="2">
    <table id="Table_01" width="792" height="34" border="0" cellpadding="0" cellspacing="0">
    <tr>
      <td width="34" height="34">
       <img src="images\navigation_2.gif" width="34" height="34" alt="" /></td>
      <td width="426" height="34">
       <img src="images\navigation_2-02.gif" width="426" height="34" alt="" /></td>
      <td width="105" height="34" id="title">
       <img src="images\blank.gif" alt="" name="blank" width="105" height="34" id="blank" /></td>
      <td width="5" height="34">
       <img src="images\navigation_2-04.gif" width="5" height="34" alt="" /></td>
      <td width="36" height="34">
       <img src="images\navigation_2-05.gif" alt="" width="36" height="34" id="Image1" onMouseOver="MM_swapImage('Image1','','images/navigation_2_over-05.gif',1);MM_swapImage(' blank','','images/team.gif',1)" onMouseOut="MM_swapImgRestore()" /></td>
      <td width="32" height="34">
       <img src="images\navigation_2-06.gif" alt="" width="32" height="34" id="Image2" onMouseOver="MM_swapImage('Image2','','images/navigation_2_over-06.gif',1);MM_swapImage(' blank','','images/forms.gif',1)" onMouseOut="MM_swapImgRestore()" /></td>
      <td width="31" height="34">
       <img src="images\navigation_2-07.gif" alt="" width="31" height="34" id="Image3" onMouseOver="MM_swapImage('Image3','','images/navigation_2_over-07.gif',1);MM_swapImage(' blank','','images/export.gif',1)" onMouseOut="MM_swapImgRestore()" /></td>
      <td width="33" height="34">
       <img src="images\navigation_2-08.gif" alt="" width="33" height="34" id="Image4" onMouseOver="MM_swapImage('Image4','','images/navigation_over-08.gif',1);MM_swapImage('bl ank','','images/consulting.gif',1)" onMouseOut="MM_swapImgRestore()" /></td>
      <td width="31" height="34">
       <img src="images\navigation_2-09.gif" alt="" width="31" height="34" id="Image5" onMouseOver="MM_swapImage('Image5','','images/navigation_over-09.gif',1);MM_swapImage('bl ank','','images/programming.gif',1)" onMouseOut="MM_swapImgRestore()" /></td>
      <td width="42" height="34">
       <img src="images\navigation_2-10.gif" alt="" width="42" height="34" id="Image6" onMouseOver="MM_swapImage('Image6','','images/navigation_over-10.gif',1);MM_swapImage('bl ank','','images/contact.gif',1)" onMouseOut="MM_swapImgRestore()" /></td>
      <td width="17" height="34">
       <img src="images\navigation_2-11.gif" width="17" height="34" alt="" /></td>
    </tr>
    </table>
    td>
    </tr>
    <tr>
      <td width="410" height="352">
       <img id="index003" src="images/index-03.gif" width="410" height="352" alt="" /></td>
      <td width="382" height="352">
       <img id="index004" src="images/index-04.gif" width="382" height="352" alt="" /></td>
    </tr>
    <tr>
      <td width="792" height="29" colspan="2">
       <img id="index005" src="images/index-05.gif" width="792" height="29" alt="" /></td>
    </tr>
    </table>
    </body>
    </html>
    I can't publish the page and images until later tonight.
    Thanks, as always.

  • Swap Image not working Except in IE

    I am working on a class project, and we've just learned how
    to do "swap image" on rollover. It's working beautifully when in
    IE, but in Firefox it's not working at all and in Opera it's
    working strangely (only when on the "edges" of the flash text not
    when rolling over the flash text) Any ideas as to the problem? The
    flash text rollover works (changes colors), but the "bubbles" are
    supposed to swap images. BTW, I thought it might be a setting in my
    browser disabling something, but the swap image on classmates'
    sites show up fine.
    http://198.86.244.3/drsimpson/WEB140/drsimpsongallery/
    Thanks

    I can't see what is the problem. :-(
    Try replacing your flash buttons with plain gif images, it
    works the same way and you will have much less code on your page. I
    don't think the problem is there but you can always try.

  • Swapping images - need to change size

    I am trying to create a disjointed rollover so that when I
    click on a picture thumbnail in one frame, the full-size image
    changes on another frame (it is for a photo website - there are
    about 20 thunbnails on a page and a space for only one full-size
    image).
    It works perfectly fine with "Swap Images" behavior as long
    as all full-size images are of the same size - you just set one of
    the full-size images as an original as then swap images as you
    click on different thumbnails. The problem I am struggling with is
    that my full-size images are of different size - "Swap Images"
    functions distorts them since it resizes all full-time images to
    the same size. What is a solution?

    You can do this many ways ways -
    1. Don't use swap image - use Show/Hide layer instead. Have
    the alternate
    image in a hidden layer that is shown when the trigger is
    'tickled'. Using
    this method you can have images that are any dimension.
    2. Use swap image, but remove the dimensions from the
    original image's tag,
    i.e., change this -
    <img name="original" width="150" height="220" ...
    to this -
    <img name="original" ...
    Now when you swap in your offsize image, there is no
    predefined size to
    change it to. Be aware that this method may well result in an
    unpleasant
    and undesirable 'rearrangement' of your page layout as it
    adjusts to your
    new image's dimensions.
    3. Pad the smaller image with canvas background color on all
    sides so that
    all the images *are the same size*.
    4. Use a SetTextofLayer (SetText of Element in CS3) behavior
    to change the
    image reference in a layer (or non-positioned container)
    placed so that it
    will show the desired larger image in the proper place.
    5. Use the PVII ShowPic extension -
    http://www.projectseven.com/
    Take your pick....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ADoubov" <[email protected]> wrote in
    message
    news:[email protected]...
    >I am trying to create a disjointed rollover so that when
    I click on a
    >picture
    > thumbnail in one frame, the full-size image changes on
    another frame (it
    > is for
    > a photo website - there are about 20 thunbnails on a
    page and a space for
    > only
    > one full-size image).
    >
    > It works perfectly fine with "Swap Images" behavior as
    long as all
    > full-size
    > images are of the same size - you just set one of the
    full-size images as
    > an
    > original as then swap images as you click on different
    thumbnails. The
    > problem
    > I am struggling with is that my full-size images are of
    different size -
    > "Swap
    > Images" functions distorts them since it resizes all
    full-time images to
    > the
    > same size. What is a solution?
    >

Maybe you are looking for

  • I cannot get my Bose speakers to work.  They are plugged correctly and not in the headset jack

    I have a new iMac 21.5 inch Led. 16.9 widescreen computer.  I purchased Bose speakers.  They are set up correctly and plugged in the back of the monitor in the correct slot (not headset slot) and I cannot get sound through  the Bose speakers.  I have

  • Duplicate an entire site

    I thought when I got around to it I could highlight the site name and duplicate it to make change the content in the second one to spanish. Can't figure out how to do this. Not even a "save as" to do it. Or do I go to "finder" to do it? I'll end up w

  • Including files in an AIR installer

    I have an AIR project with additional resources (XML etc.) stored in the bin-debug folder. I'm using Flash Builder Burrito (the app needs to be deployed to Android also). When building via the "Release Build" option, I get to the "Package Contents" s

  • T500 making annoying sound related to screen activity

    My new T500 (model 2082-9HG) apparently causes a strange cricket-like high-pitched computer-sound everytime something changes on the screen. It's pretty loud and chirpy at times. Seems to come from somewhere under the [Insert] button or maybe even fr

  • E75 Sip on vpn Tunnel

    On my nokia e75 vpn works very well but if I try to activate sip service on vpn it does not work or, in same case, e75 reboots. Can help me? Thanks in advance. Sa