PDA

View Full Version : Help please!



sitarm
21 Nov 2008, 09:39 AM
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 (http://www.possehl-spezialbau.de). Anybody has an idea how to do that???

Wickham
22 Nov 2008, 04:58 AM
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>................