If its the image you wanted to change color then try creating same
image with a different color than the original...then create a script
that will handle the onmouseover() event.


On Wed, 16 Mar 2005 08:32:21 -0800 (PST), Mike Schelling
<[EMAIL PROTECTED]> wrote:
> CSS will work. For example:
> 
> a.Results:link {
>   color: #0000ff; 
>   text-decoration: none;
>   }
>   
> a.Results:visited {
>   color: #0000ff;
>   text-decoration: none;    
>   }
>   
> a.Results:hover {
>   text-decoration: underline;
>   color: #ff0000;
>   }
> 
> <a href="Hello.asp" class="results">Hello</a>
> 
> 
> 
> --- Valter <[EMAIL PROTECTED]> wrote:
> > 
> > I do create a list of links from a db. I am trying
> > to make possible 
> > when i point the mouse on each one of this links
> > (onmouseover) to 
> > change the color of a realated (to the link) image i
> > have in another 
> > part of the page.
> > Every idea or suggestion is warmly welcomed :-)
> > 
> > Bye
> > Valter
> > 
> > 
> > 
> > 
> > 
> 
> Yahoo! Groups Sponsor
> ADVERTISEMENT
> 
> ________________________________
> Yahoo! Groups Links
> 
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
>   
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>   
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to