There's no such thing as a stupid question, but they're the easiest to answer.
JoinTour
Login
 
Tag Cloud
access audio avg avg 8 bios blue screen boot bsod computer connection cpu crash css dell desktop dma driver drivers dvd email error excel explorer firefox firefox 3 freeze gimp graphics hard drive hardware hijackthis hjt install internet internet explorer itunes keyboard laptop macro malware monitor motherboard network networking outlook outlook 2003 outlook 2007 outlook express pio problem problems router seo server slow sound sp3 spyware trojan usb video virtumonde virus vista vundo windows windows vista windows xp winxp wireless
Software Development
Search
Search in:
 
Advanced Search
Tech Support Guy Forums > Software & Hardware > Software Development >
Link Color Change


HELLO AND WELCOME! Before you can post your question, you'll have to register -- it's completely free! Click here to join today! We highly recommend that you print a copy of our Guide for New Members. Enjoy!

 
Thread Tools
jamesdebruyn's Avatar
Junior Member with 13 posts.
 
Join Date: Jun 2002
Location: Kent
07-Jul-2002, 02:01 PM #1
Angry Link Color Change
Does anyone know the code, probably jscript, to change a links color on mouseOver? Or to remove the underline on mouseOver?

I've searched a few free jscript sites but nothing!

Thanks
Snake~eyes's Avatar
Senior Member with 639 posts.
 
Join Date: Apr 2002
07-Jul-2002, 04:37 PM #2
use CSS

so much better
jamesdebruyn's Avatar
Junior Member with 13 posts.
 
Join Date: Jun 2002
Location: Kent
07-Jul-2002, 04:46 PM #3
Do you know the CSS code for it?
theMusicMan's Avatar
Senior Member with 730 posts.
 
Join Date: Oct 2001
Location: Wales, UK
07-Jul-2002, 06:03 PM #4
Might not be the best prog in the world for www site design - but this is one built-in feature of MS Front Page!!!

I suppose this doesn't help if you don't have the prog though!!!!
Snake~eyes's Avatar
Senior Member with 639 posts.
 
Join Date: Apr 2002
07-Jul-2002, 06:24 PM #5
This goes in your header


PHP Code:
<style type="text/css">
A:linkA:visitedA:active {
    
COLOR#00FFCC;
    
TEXT-DECORATIONnone;
}
A:hover {
    
COLOR#4A80A0;
    
TEXT-DECORATIONunderline;
}
</
style
The first one is the defaul link color then the second is the roll over, put this between your < head> tags. Also you can set the text-decoration to underline or none.

-SNake~eyes
jamesdebruyn's Avatar
Junior Member with 13 posts.
 
Join Date: Jun 2002
Location: Kent
08-Jul-2002, 04:22 PM #6
Thanks.. Exactly what I was looking for!

J
Snake~eyes's Avatar
Senior Member with 639 posts.
 
Join Date: Apr 2002
08-Jul-2002, 05:58 PM #7
np
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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 Off
Refbacks are Off

You Are Using:
Server ID
Advertisements do not imply our endorsement of that product or service.
All times are GMT -4. The time now is 12:12 AM.
Copyright © 1996 - 2008 TechGuy, Inc. All rights reserved.
Powered by vBulletin, Copyright © 2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Powered by Cermak Technologies, Inc.