Results 1 to 2 of 2

Thread: Help please!

  1. #1
    sitarm Guest

    Help please!

    Hallo!
    On my new website I have a couple of images that correspond with the with the links in the menu. What I would like to do is that when you roll over an image (or the corresponding link in the menu) all other images fade and the corresponding link changes color. An example of this can be found on www.possehl-spezialbau.de. Anybody has an idea how to do that???

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    The fade effect would probably need Javascript or Flash.

    Have a look at Hotscripts
    http://www.hotscripts.com/

    The link you gave uses javascript onmouseover and onmouseout:-

    <div id="navigation">
    <ul id="main">
    <li><a href="de/verkehrsflaechen/index.shtml" id="link1" class="menu" onmouseover="exchange(1, 1)" onmouseout="exchange(1, 0)">VERKEHRSFLÄCHEN</a></li>................
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Posting Permissions

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