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 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