help with rollover in DW 8

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

  1. #1

    Default help with rollover in DW 8

    im trying to do this

    [url]http://www.dynamicdrive.com/dynamicindex4/lightbox2/index.htm[/url]


    and here is my code.

    it doesnt actually do what is shown above.


    Code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <script type="text/javascript" src="js/prototype.js"></script>
    <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="js/lightbox.js"></script>
    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen"
    />
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Untitled Document</title>
    </head>
    
    <body>
    <script type="text/javascript" src="js/prototype.js"></script>
    <script type="text/javascript" src="js/scriptaculous.js?load=effects"></script>
    <script type="text/javascript" src="js/lightbox.js"></script>
    <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen"
    />
    <body onload="MM_preloadImages(?/images/menu_on.gif?)?;initLightbox()">
    <a href="roll1.jpg" rel="lightbox" title="my caption">image #1</a>
    </body>
    </html>
    experience66 Guest

  2. Similar Questions and Discussions

    1. Rollover
      take a look at this for example of rollovers... http://portfolio.jumpout.co.uk/examples/director "Robert Lee" <rjlee@earthling.net> wrote in...
    2. rollover in 3D
      I would like to make a kind of a rollover in a 3d world. I use this script voor a mouseDown action: on mouseDown (me) -- update the mouse down...
    3. trying to do a rollover - please help!!!
      Hi, I'm a bit new to Director and i'm trying to make a rolloverbutton so that when i entermouse i want the transparency to go from 100 to 0. And...
    4. Rollover and making another rollover with links
      Hi, This website is nicely designed and the rollover menu design is simple, but clear and effective. http://earthtrends.wri.org/ Does...
    5. Rollover ???
      hi, I am trying to build my first site with flash and i have a question. what I am trying to do is to get photos to change from grayscale to...
  3. #2

    Default Re: help with rollover in DW 8

    Post a URL link to example page you are working on. It is not enough information I am looking at.
    Deaf Web Designer Guest

  4. #3

    Default Re: help with rollover in DW 8

    [url]www.scotlandcruise.net[/url]

    experience66 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