Link help

This is a discussion on "Link help" within the Graphics and 3D section. This forum, and the thread "Link help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Graphics and 3D

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jul 24th, 2006, 08:44
New Member
Join Date: May 2006
Location: England
Age: 26
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Link help

Hey

How do I make a link that changes color when the mouse is over the link?

Here is the page that contains the links that I need to change:
http://www.laasanen.net/alina/paasivu.html


The links on the page are the pics. Now the pics don't do anything when the mouse is over a pic. I want the pics to be first red and when the mouse is over a certain pic, the pic turns grey as it is seen now on the page.

Please help!
Reply With Quote

  #2 (permalink)  
Old Jul 24th, 2006, 12:36
Highly Reputable Member
Join Date: Aug 2005
Location: 3rd Branch Up, Old Oak.
Age: 48
Posts: 658
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link help

http://www.w3schools.com/js/default.asp

http://www.w3schools.com/css/default.asp

http://www.w3schools.com/xhtml/default.asp
Reply With Quote
  #3 (permalink)  
Old Jul 29th, 2006, 18:12
Junior Member
Join Date: Jul 2006
Location: Boca Raton, FL
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to AunStudio Send a message via AIM to AunStudio Send a message via MSN to AunStudio Send a message via Yahoo to AunStudio
Re: Link help

Place this piece of code between the <head></head> tags of your page and make sure to replace the colors to whatever you want:


<style type="text/css">
a{color: grey;}
a:hover {color: red;}
a:visited { color: black;}
</style>


Hope it helps...
Cheers,
Bruno Aun
Reply With Quote
  #4 (permalink)  
Old Jul 31st, 2006, 09:43
New Member
Join Date: Dec 2005
Age: 63
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Link help

You can only change the colour of text using a stylesheet.
In order to do what you want, you need to load a different image on mouseover, the image being a different colour.
Simply use onMouseOver and onMouseOut to change the image.
Reply With Quote
Reply

Tags
link, help

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Making a link non-link when on the page. mcdanielnc89 Web Page Design 1 Nov 16th, 2007 08:05
Link Validation with message below and new link! stefffff JavaScript Forum 3 Apr 25th, 2007 20:33
Where to link? Pickle Link Building and Link Sales 3 Aug 19th, 2006 10:14
Link Me. Link Me!!! timmytots Link Building and Link Sales 1 Aug 19th, 2006 09:39


All times are GMT. The time now is 21:50.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43