Mouseover behaviour vs. onClick

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Mouseover behaviour vs. onClick

    i have a easy qestion.

    how can i change mouseover behavior to on click?
    mateparte Guest

  2. Similar Questions and Discussions

    1. How do I apply the onClick(Open Browser) behaviour/codeto a dynamic link?
      Hello and thankyou in advance: I have an ASP page linked to my database and I want to apply the Open Browser behaviour to the code. It's fine to...
    2. mouseover effect
      I want to create a mouseover effect which colors the row when the mousepointer goes over a row. I use this code in the itemDataBound event If...
    3. Image: MouseOver - MouseOut - OnClick problem
      Imagine this: I have a gif-image with text, coloured green. When MouseOver occurs the gif will swap to another gif with red colourded text. On...
    4. mouseover problem
      Hi, i have a problem with my mouseover script. i use the following script: on mouseEnter cursor 280 end mouseenter on mouseup
    5. mouseOver?
      Hi I would like a movieclip to move when I the mouse is over (just a couple of pixels) and then move back again when the mouse is moved away. I...
  3. #2

    Default Re: Mouseover behaviour vs. onClick

    "mateparte" <webforumsuser@macromedia.com> wrote in message
    news:fcmdqh$soo$1@forums.macromedia.com...
    >i have a easy qestion.
    >
    > how can i change mouseover behavior to on click?
    select the OnClick event from the dropdown in the behaviors panel, some
    event's may not be available in certain browsers, use the "Show events for"
    submenu in the add behavior menu, and select a browser that supports the
    event on the selected element

    Joris van Lier Guest

  4. #3

    Default Re: Mouseover behaviour vs. onClick

    thank you

    it works, however on click opens my popup window plus another IE window

    do you know the answer
    mateparte Guest

  5. #4

    Default Re: Mouseover behaviour vs. onClick

    "mateparte" <webforumsuser@macromedia.com> wrote in message
    news:fcmghj$2g1$1@forums.macromedia.com...
    > thank you
    >
    > it works, however on click opens my popup window plus another IE window
    >
    > do you know the answer
    Not without seeing the code

    Joris van Lier 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