Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Sponsored Reviews   Improve your ranking, submit to directories   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 02-15-2004, 11:47 PM   #1 (permalink)
cat
Inactive
 
Join Date: 02-14-04
Location: Denmark
Posts: 30
iTrader: 0 / 0%
Latest Blog:
None

cat is liked by many
Send a message via MSN to cat
code to highlight links.

Hi...

Does anyone know a code so when the mouse cursor slides over a link, it highlights so that you can actually see that it is a link?
cat is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 02-15-2004, 11:51 PM   #2 (permalink)
v7n Mentor
 
greg's Avatar
 
Join Date: 10-13-03
Location: Little Rock
Posts: 2,586
iTrader: 0 / 0%
Latest Blog:
None

greg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to allgreg is a name known to all
Send a message via MSN to greg
it is css....
[code:1:3988981dc2]
a:hover {
background-color: #FFFFFF;
}
[/code:1:3988981dc2]

just replace the color with whatever you want it to be.... i believe that is what you are asking for anyway
greg is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-15-2004, 11:55 PM   #3 (permalink)
Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 9,594
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
http://www.technorealm.co.uk/scripts/hover.html
should give you a start to what your looking for.

(she may not know all about css)
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2004, 12:13 AM   #4 (permalink)
cat
Inactive
 
Join Date: 02-14-04
Location: Denmark
Posts: 30
iTrader: 0 / 0%
Latest Blog:
None

cat is liked by many
Send a message via MSN to cat
Quote:
Originally Posted by greg
it is css....
[code:1:4d9845cd34]
a:hover {
background-color: #FFFFFF;
}
[/code:1:4d9845cd34]

just replace the color with whatever you want it to be.... i believe that is what you are asking for anyway
Thanx for the replys both of you! I understand it is to be inserted into the <head> section, but whn I do so it shows on the page when I look in internet explorer(f12) what am I doing wrong? It does the same when i copy/paste it from example on the page you gave me link for JUGGOPOP. And no I dont know anything about css :-)
cat is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2004, 12:17 AM   #5 (permalink)
Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 9,594
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
can you post your code (not the whole page, but what you put in and a little of the code before and after it)?
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2004, 12:25 AM   #6 (permalink)
cat
Inactive
 
Join Date: 02-14-04
Location: Denmark
Posts: 30
iTrader: 0 / 0%
Latest Blog:
None

cat is liked by many
Send a message via MSN to cat
here you go...

<style>
A{font-family:Verdana,Arial;font-size:10,text-decoration: none;}
A:link{color:#330099}A:visited{color:#AAAABB}A:hov er{color:#ff0000}
A:active{color: #CCCCFF}
</style>

As the shown example on the site you gave me link for. I pasted it under the <head> section at the top of my page in the coding...
cat is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2004, 03:04 AM   #7 (permalink)
Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 9,594
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
no ... show me "your code" not "what you pasted in"... I wanted to see how and where exactly you have it placed...

like copy and paste everthing from <html> to the opening <body> tag and let me see that.
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2004, 04:05 AM   #8 (permalink)
cat
Inactive
 
Join Date: 02-14-04
Location: Denmark
Posts: 30
iTrader: 0 / 0%
Latest Blog:
None

cat is liked by many
Send a message via MSN to cat
haha here u go ;-)

<html>
<head>
<style>
A{font-family:Verdana,Arial;font-size:10,text-decoration: none;}
A:link{color:#330099}A:visited{color:#AAAABB}A:hov er{color:#ff0000}
A:active{color: #CCCCFF}
</style>

<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
cat is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2004, 04:11 AM   #9 (permalink)
cat
Inactive
 
Join Date: 02-14-04
Location: Denmark
Posts: 30
iTrader: 0 / 0%
Latest Blog:
None

cat is liked by many
Send a message via MSN to cat
WEEEEE....

Quote:
Originally Posted by JuggoPop
no ... show me "your code" not "what you pasted in"... I wanted to see how and where exactly you have it placed...

like copy and paste everthing from <html> to the opening <body> tag and let me see that.
Well it works now!! thanx for the support
cat is offline  
Add Post to del.icio.us
Reply With Quote
Old 02-16-2004, 11:42 AM   #10 (permalink)
Member
 
JuggoPop's Avatar
 
Join Date: 10-09-03
Posts: 9,594
iTrader: 0 / 0%
Latest Blog:
None

JuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest orderJuggoPop is a web professional of the highest order
JuggoPop is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > 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

vB 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
Signature links show html code seo4china V7N Forum Support 9 02-05-2008 09:09 AM
To Give On Click Highlight Clor To Menu In Jsp Or CSS It Is Possible robinhood Web Design Lobby 1 09-18-2007 10:43 AM
how do i create a javascript code that allows me to add links kf9211 Coding Forum 18 01-26-2007 05:16 PM
301 code for home page links nigelaxis Coding Forum 3 06-21-2006 10:30 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 12:02 PM.
© Copyright 2008 V7 Inc