Spry detail region effect on mouseOver?

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

  1. #1

    Default Spry detail region effect on mouseOver?

    I've built a page using the conventional Spry detail region method (URL below
    if you're interested). BUT instead of having the detail region change on
    mouseClick I want to change the detail region content on mouseOver. I tried
    simply changing onClick to onMouseOver in the Sprydata.js file, but this didn't
    do it (I'm not a javascript programmer).

    Does anyone know of a way of achieving this? Here's my sample:
    [url]http://www.homefrontfestival.com/sched.htm[/url]

    Thanks in advance for any help.
    Nick

    spoti Guest

  2. Similar Questions and Discussions

    1. Spry Region Defeating Me
      I purchased the entire set of Adobe Creative Suite 3 Total Training Videos and have walked through the 2 DVDs of Dreamweaver CS3 lessons. I also...
    2. Spry detail region
      I am using a Spry+Ajax framework on one of my web pages, very similar to the one in the http://www.adobe.com/designcenter/video_workshop/?id=vid0166...
    3. SPRY Repeating Region with CATEGORIES
      I have a seemingly simple but apparently complex issue with the Spry DataSet and Spry repeating region use that my many hours of research has not...
    4. 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...
    5. MouseOver effect?
      Hi, Is the mouseover effect created on http://www.phpfreaks.com/tutorial_index.php (mouseover the tutorial descriptions) possible to do using...
  3. #2

    Default Re: Spry detail region effect on mouseOver?

    spoti wrote:
    > I've built a page using the conventional Spry detail region method (URL below
    > if you're interested). BUT instead of having the detail region change on
    > mouseClick I want to change the detail region content on mouseOver. I tried
    > simply changing onClick to onMouseOver in the Sprydata.js file, but this didn't
    > do it (I'm not a javascript programmer).
    >
    > Does anyone know of a way of achieving this? Here's my sample:
    > [url]http://www.homefrontfestival.com/sched.htm[/url]
    I'd check the SpryData.js file for all references to "click" and see where you might be able to change to mouseover instead. Beyond that, you should ask Spry questions in teh Spry forum:
    [url]http://www.adobe.com/cfusion/webforums/forum/categories.cfm?forumid=72&catid=602[/url]


    --
    Danilo Celic
    | [url]http://blog.extensioneering.com/[/url]
    | WebAssist Extensioneer
    | Adobe Community Expert
    danilocelic AdobeCommunityExpert 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