remote rollovers in dreamweaver?

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default remote rollovers in dreamweaver?

    Dear forum,

    I made a remote rollover in image ready which tested fine in the browser
    (IE6), however it did not translate when loaded onto my server. I am certain
    that all the images are in the remote folder, not certain wheteher I can remedy
    this with java script orperhaps 'swap images'. Here is the code:

    ONMOUSEOVER="changeImages('title_mrq3', 'images/title_mrq3-ent_up_over.gif',
    'agree', 'images/agree-ent_up_over.gif', 'bck2', 'images/bck2-ent_up_over.gif',
    'ex_up', 'images/ex_up-ent_up_over.gif', 'img5',
    'images/img5-ent_up_over.jpg'); return true;"
    ONMOUSEOUT="changeImages('title_mrq3', 'images/title_mrq3.gif', 'agree',
    'images/agree.gif', 'bck2', 'images/bck2.gif', 'ex_up', 'images/ex_up.gif',
    'img5', 'images/img5.jpg'); return true;"
    ONMOUSEDOWN="changeImages('title_mrq3', 'images/title_mrq3.gif', 'agree',
    'images/agree.gif', 'bck2', 'images/bck2.gif', 'ex_up', 'images/ex_up.gif',
    'img5', 'images/img5.jpg'); return true;"
    ONMOUSEUP="changeImages('title_mrq3', 'images/title_mrq3-ent_up_over.gif',
    'agree', 'images/agree-ent_up_over.gif', 'bck2', 'images/bck2-ent_up_over.gif',
    'ex_up', 'images/ex_up-ent_up_over.gif', 'img5',
    'images/img5-ent_up_over.jpg'); return true;">
    </A><a href="home.html"><img src="images/ent_up.gif" width="48"
    height="30" border="0"></a></TD>

    <TD width="96"><img src="images/bck2.gif" width="96" height="30"></TD>

    <TD width="43"> <A HREF="#"


    terrace_29 Guest

  2. Similar Questions and Discussions

    1. Remote Server Time and Dreamweaver
      Does anyone know a fix for the Error: 'Dreamweaver cannot determine the remote server time.'? We are using dreamweaver 7.01 and Coldfusion 6.1 with...
    2. remote or disjointed rollovers
      Hi, I would hugely appreciate help with learning how to do remote or disjointed rollovers in Flash 5. (Meaning, I want to roll over a symbol and...
    3. need help with remote or disjointed rollovers
      Hi, Not being too versed in Flash I'm totally failing to figure out how to do remote or disjointed rollovers (where mousing over one symbol...
    4. Setting folder permissions on remote machine / remote domain
      Hello there, I have the following problem: I have Machine A which runs my website. I have Machine B which holds folders for users. Machine A...
    5. Dreamweaver Remote: My simple dream
      I want to be able to walk into any Internet Cafe in the world and run DreamWeaver or something with Dreamweaver's table-handling capabilities --...
  3. #2

    Default Re: remote rollovers in dreamweaver?

    Post a link to the page, please.

    --
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    [url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
    [url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
    [url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
    ==================


    "terrace_29" <webforumsuser@macromedia.com> wrote in message
    news:ed24j2$bbm$1@forums.macromedia.com...
    > Dear forum,
    >
    > I made a remote rollover in image ready which tested fine in the browser
    > (IE6), however it did not translate when loaded onto my server. I am
    > certain
    > that all the images are in the remote folder, not certain wheteher I can
    > remedy
    > this with java script orperhaps 'swap images'. Here is the code:
    >
    > ONMOUSEOVER="changeImages('title_mrq3',
    > 'images/title_mrq3-ent_up_over.gif',
    > 'agree', 'images/agree-ent_up_over.gif', 'bck2',
    > 'images/bck2-ent_up_over.gif',
    > 'ex_up', 'images/ex_up-ent_up_over.gif', 'img5',
    > 'images/img5-ent_up_over.jpg'); return true;"
    > ONMOUSEOUT="changeImages('title_mrq3', 'images/title_mrq3.gif', 'agree',
    > 'images/agree.gif', 'bck2', 'images/bck2.gif', 'ex_up',
    > 'images/ex_up.gif',
    > 'img5', 'images/img5.jpg'); return true;"
    > ONMOUSEDOWN="changeImages('title_mrq3', 'images/title_mrq3.gif', 'agree',
    > 'images/agree.gif', 'bck2', 'images/bck2.gif', 'ex_up',
    > 'images/ex_up.gif',
    > 'img5', 'images/img5.jpg'); return true;"
    > ONMOUSEUP="changeImages('title_mrq3',
    > 'images/title_mrq3-ent_up_over.gif',
    > 'agree', 'images/agree-ent_up_over.gif', 'bck2',
    > 'images/bck2-ent_up_over.gif',
    > 'ex_up', 'images/ex_up-ent_up_over.gif', 'img5',
    > 'images/img5-ent_up_over.jpg'); return true;">
    > </A><a href="home.html"><img src="images/ent_up.gif" width="48"
    > height="30" border="0"></a></TD>
    >
    > <TD width="96"><img src="images/bck2.gif" width="96" height="30"></TD>
    >
    > <TD width="43"> <A HREF="#"
    >
    >

    Murray *ACE* Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139