<img alt="Add Cycle" src="images/add_before.png" width="156" height="34" onmouseover=<img src="images/add_after.png"/>/>

Recommended Answers

All 9 Replies

what is your problem?

the mouseover function is not working

do you know css?

yes. what you want me to do.....

there's a pseudo-class in cs called :hover try this:

#image img
{
   background-image:url(image1.gif)
}

#image img:hover
{
   background-image:url(image2.gif)
}
...
<div id="image">
<img>&nbsp;</img>
</div>

thanks for the support, will try and reply the result later.

good luck

it works, thanks a lot.

you're welcome... and, please, mark your thread as solved...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.