Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Links on click change
Old 11-26-2007, 06:18 PM Links on click change
rareillusions's Avatar
Average Talker

Posts: 19
Trades: 0
My links change to the other css link attributes when you click them, but only when you click them. My site is http://brittany.wings-immortal.net so you can see what I'm talking about

Here is my CSS

Quote:
a:link, a:visited, a:active {
color: #ff74bf;
text-decoration: none;
font-family: arial;
font-weight: bold;
font-size: 7pt;line-height: 10px;
text-transform: uppercase;
background-image: none;}

a:hover{
color: #fe1091;
text-decoration: none;
font-family: arial;
font-size: 7pt; background-image: none; line-height: 10px;
font-weight: bold;
text-transform: uppercase;
}


.cat {
color: #ffffff;
background-color: #59deff;
border-left: 0px solid #937ea5;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
line-height: 20px;background-image: none;margin-right: 1px;
padding: 5px;}

.cat:link {
color: #ffffff;
background-color: #59deff
border-left: 0px solid #937ea5;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
line-height: 20px;background-image: none;margin-right: 1px;
padding: 5px;}

.cat:visited {
color: #ffffff;
background-color: #59deff;
border-left: 0px solid #937ea5;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
line-height: 20px;background-image: none;margin-right: 1px;
padding: 5px;}

.cat:active {
color: #ffffff;
background-color: #59deff;
border-left: 0px solid #937ea5;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
line-height: 20px;background-image: none;margin-right: 1px;
padding: 5px;}

.cat:hover {
color: #ffffff;
background-color: #00ccff;
border-left: 0px solid #937ea5;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
margin-right: 1px;
padding: 5px;
line-height: 20px;background-image: none;}


.nav {
color: #202020;
border-bottom: 3px solid #00a8ff;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
margin-right: 1px;
padding: 5px;
line-height: 20px;background-image: none;}

.nav:link{
color: #202020;
border-bottom: 3px solid #00a8ff;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
margin-right: 1px;
padding: 5px;
line-height: 20px;background-image: none;}

.nav:visited {
color: #202020;
border-bottom: 3px solid #00a8ff;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
margin-right: 1px;
padding: 5px;
line-height: 20px;background-image: none;}

.nav:active {color: #202020;
border-bottom: 3px solid #00a8ff;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
margin-right: 1px;
padding: 5px;
line-height: 20px;background-image: none;}

.nav:hover {
color: #7eff00;
border-bottom: 3px solid #00c6ff;
font-family: arial;
font-size: 10px;
text-align: center;
letter-spacing: 1px; font-weight: bold;
margin-right: 1px;
padding: 5px;
line-height: 20px;background-image: none;
}


.affie:link, a:active {
color: #5c5c5c;
background-color: #baff00;
font-family: arial;
font-size: 7px;
text-align: left;
letter-spacing: 1px;
line-height: 12px;background-image: none;margin: 1px;
padding: 0px;
border-bottom: #939191 1px dotted;
border-left: 6px solid #757575;
display: block;
margin-right: 10px; margin-left:10px;
}

.affie:visited {
color: #5c5c5c;
background-color: #d2ff00;
font-family: arial;
font-size: 7px;
text-align: left;
letter-spacing: 1px;
line-height: 12px;background-image: none;margin: 1px;
padding: 0px;
border-bottom: #939191 1px dotted;
display: block;
border-left: 6px solid #757575;margin-right: 10px;margin-left:10px;}

.affie:hover {
color: #5c5c5c;
background-color: #9cff00;
display: block;
font-family: arial;
font-size: 7px;
text-align: left;
letter-spacing: 1px;
line-height: 12px;background-image: none;margin: 1px;
padding: 0px;
border-bottom: #939191 1px dotted;
border-left: 6px solid #757575; margin-right: 10px; margin-left:10px; }


.link {
color: #5a5a5a;
background-color: #ffffff;
font-family: arial;
font-size: 7px;
text-align: left;
letter-spacing: 1px;
line-height: 12px;background-image: none;margin: 2px;
padding: 1px;
display: block;
border-left: 5px solid #beff31;
}

.link:link {
color: #5a5a5a;
background-color: #ffffff;
font-family: arial;
font-size: 7px;
text-align: left;
letter-spacing: 1px;
line-height: 12px;background-image: none;margin: 2px;
padding: 1px;
display: block;
border-left: 5px solid #beff31; }

.link:visited {
color: #7f7f7f;
background-color: #ffffff;
font-family: arial;
font-size: 7px;
text-align: left;
letter-spacing: 1px;
line-height: 12px;background-image: none;margin: 2px;
padding: 1px;
display: block;
border-left: 5px solid #beff31; }

.link:hover {
color: #2c2c2c;
background-color: #efefef;
font-family: arial;
font-size: 7px;
text-align: left;
letter-spacing: 1px;
line-height: 12px;background-image: none;margin: 2px;
padding: 1px;
border-left: 5px solid #adfe00; }
The only one that does work is the affie one
I know it's a bit messy, but it has been validated, so I know everything is right

Last edited by rareillusions; 11-26-2007 at 06:21 PM..
rareillusions is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-26-2007, 06:30 PM Re: Links on click change
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
I am not sure what your referring to. Links looks good to me when clicked.

BTW, I hope you know that in IE6 your content is below the side bar.
joder is offline
Reply With Quote
View Public Profile
 
Old 11-28-2007, 05:27 PM Re: Links on click change
rareillusions's Avatar
Average Talker

Posts: 19
Trades: 0
is it now??
rareillusions is offline
Reply With Quote
View Public Profile
 
Old 11-28-2007, 06:50 PM Re: Links on click change
joder's Avatar
Flipotron

Posts: 6,442
Name: James
Location: In the ocean.
Trades: 0
Maybe you need to post a link to some screen shots of what you are talking about.
joder is offline
Reply With Quote
View Public Profile
 
Old 11-29-2007, 08:42 PM Re: Links on click change
serandfae's Avatar
Do the "Evil Nanner" !!!

Posts: 9,007
Name: Tim Daily
Location: Apex, NC, US, Sol 3
Trades: 0
This one trips many up at first. Style rules for a MUST be in order or it screws things up in (sometimes) unpredictable ways. Thanks to LNR for teaching me the mnemonic LoVeHAte. Link, Visited, Hover, Active.
__________________
SEO "experts" smell like Big Fish_|_
Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

serandfae is offline
Reply With Quote
View Public Profile Visit serandfae's homepage!
 
Reply     « Reply to Links on click change
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.20353 seconds with 12 queries