Webmaster Forum

Go Back   Webmaster Forum > Web Development > Coding Forum

Coding Forum Problems with your code? Discuss coding issues, including JavaScript, PHP & MySQL, HTML & CSS, Flash & ActionScript, and more.


Reply
 
LinkBack Thread Tools Display Modes
Old 10-22-2009, 08:35 PM   #1 (permalink)
Junior Member
 
Join Date: 10-22-09
Posts: 2
iTrader: 0 / 0%
Latest Blog:
None

heatherann89 is liked by many
trouble with hover effect on links

i can't for the life of me figure out how to get my links to change to a different color when the mouse hovers it.

this is the type of html i'm working with:

<a href="url here">link text here</a>

can anybody help me out with this?
heatherann89 is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 08:47 PM   #2 (permalink)
Super Moderator
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 3,301
iTrader: 0 / 0%
Latest Blog:
Website Testing

htmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web pro
a: hover
{
background-color: #ffffff;
color: #000000;
}

Change the colour numbers to suit your situation.
__________________
HTML Basic Tutor - Learn to code your web pages/blogs
Basic Computer Information - Computer Basics for website owners

Trouble getting indexed? Maybe it's something techincal - Pm me.
htmlbasictutor is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 08:54 PM   #3 (permalink)
Junior Member
 
Join Date: 10-22-09
Posts: 2
iTrader: 0 / 0%
Latest Blog:
None

heatherann89 is liked by many
thanks! where would i put that in the code i already have though?
heatherann89 is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-22-2009, 10:10 PM   #4 (permalink)
Super Moderator
 
htmlbasictutor's Avatar
 
Join Date: 10-29-07
Location: British Columbia, Canada
Posts: 3,301
iTrader: 0 / 0%
Latest Blog:
Website Testing

htmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web prohtmlbasictutor is a highly respected web pro
You put it in your CSS file.
__________________
HTML Basic Tutor - Learn to code your web pages/blogs
Basic Computer Information - Computer Basics for website owners

Trouble getting indexed? Maybe it's something techincal - Pm me.
htmlbasictutor is online now  
Add Post to del.icio.us
Reply With Quote
Old 10-23-2009, 02:44 AM   #5 (permalink)
Contributing Member
 
Trey Walter's Avatar
 
Join Date: 10-02-09
Location: Germany
Posts: 71
iTrader: 0 / 0%
Trey Walter is just really niceTrey Walter is just really niceTrey Walter is just really niceTrey Walter is just really niceTrey Walter is just really niceTrey Walter is just really niceTrey Walter is just really niceTrey Walter is just really niceTrey Walter is just really nice
Or just put it between style tags (if you don't have a CSS file):
HTML Code:
<style type="text/css"> a:hover { background-color: #ff0000; color: yellow; } </style> <a href="url here">link text here</a>
If you already have a style section in your code (maybe between the head tags) you should put this style code in that section.
Trey Walter is offline  
Add Post to del.icio.us
Reply With Quote
Old 10-23-2009, 03:18 AM   #6 (permalink)
Contributing Member
 
Join Date: 10-21-09
Posts: 62
iTrader: 0 / 0%
Latest Blog:
None

faybank is liked by many
Good all CSS. I'll have to learn it someday...

Where you will put this link?

I mean - normal source code or some-kind of input systems , witch allow HTML?
faybank is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Coding Forum

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
CSS Problem. Hover over links appear different from IE to other browser 2939195631902 Coding Forum 7 02-15-2009 06:17 PM
links effect budin Web Design Lobby 1 06-11-2007 03:36 AM
CSS HOVER Sketch Coding Forum 10 01-08-2006 11:58 AM
CSS hover issues... downtroden Coding Forum 4 07-15-2004 12:03 PM
A:Hover Visited? SN3 Coding Forum 17 02-03-2004 04:58 PM


Sponsor Links
Get exposure! Contextual Links V7N SEO Blog V7N Directory


All times are GMT -7. The time now is 09:02 PM.
© Copyright 2008 V7 Inc
Powered by vBulletin
Copyright © 2000-2009 Jelsoft Enterprises Limited.


Search Engine Optimization by vBSEO 3.3.0 ©2009, Crawlability, Inc.