PDA

View Full Version : changing image


Cust0ms
08-07-2008, 04:22 PM
Hello,
I would like to add a menu under top my board. I want add few images, but when I want to click it, image have to change for other. How to do it?

blind-eddie
08-07-2008, 04:27 PM
Explain a little better please.

Cust0ms
08-07-2008, 05:02 PM
OK I use this code end it works:
<a href="site.com"><img src="old_image.gif" onmouseover="src='new_image.gif'" onmouseout="src='old_image.gif'" border="0" alt=""></a>

Attitude5ire
08-07-2008, 08:21 PM
Can be done using a:hover too..

Cust0ms
08-08-2008, 12:36 PM
hover is wrong for IE7.

Attitude5ire
08-08-2008, 02:16 PM
hover wrong for ie7? erm.. i dont think so. you just need to declare it well acc. 2.1 specs. Works pretty good.
Maybe this would help you: http://www.w3.org/TR/CSS21/selector.html#x32