A.Visited problems...

This is a discussion on "A.Visited problems..." within the Web Page Design section. This forum, and the thread "A.Visited problems... are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 2nd, 2007, 15:38
JustinStudios's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: USA
Posts: 406
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to JustinStudios
A.Visited problems...

I am having problems on my website with my links. I have links for my navigational bar which are white, and so my visited links stay white when the user clicks. My problem is the links inside my text are white now instead of blue. So I have created a style for my links on my page, which work until they are clicked on. Once you have visited the page the style no longer applies...

Here's my stylesheet
Code: Select all
body {background-image: url("images/BG.gif");}
A:Link { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px;}
A:visited { text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFFFF; font-size: 12px;}
A:hover {background-color: white;
   text-decoration: none; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 12px;}
p.mc {text-indent: 25px; text-align: left; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: black;
   margin-left: 20px; margin-top: 15px; margin-bottom: 15px; margin-right: 20px;}
td.mc {vertical-align: top; background-color: #FFFFFF;}
td.nav {vertical-align: top; text-align: center;  background-image: url("images/EndNav.jpg");}
.style1 {
 color: #28719C;
 font-weight: bold;
}
A.norm {color:#0000FF; text-decoration: underline;}  // in text link
h1 {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px; color: #000000; font-weight: 600; margin-left: 25px; margin-top: 25px;}
And ideas?
Reply With Quote

  #2 (permalink)  
Old Apr 2nd, 2007, 15:58
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A.Visited problems...

Add

Code: Select all
a.norm, a.norm:link, a.norm:visited, a.norm:active {
   color:#0000FF; text-decoration: underline;
}  // in text link
Reply With Quote
  #3 (permalink)  
Old Apr 2nd, 2007, 16:53
JustinStudios's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: USA
Posts: 406
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to JustinStudios
Re: A.Visited problems...

My goodness! Your a Genius! If you weren't a 5 year old girl playing with a ball I might kiss you!
Reply With Quote
  #4 (permalink)  
Old Apr 2nd, 2007, 17:00
karinne's Avatar
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A.Visited problems...

oh dear
Reply With Quote
  #5 (permalink)  
Old Apr 3rd, 2007, 05:15
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A.Visited problems...

Lol
Reply With Quote
  #6 (permalink)  
Old Apr 3rd, 2007, 06:29
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: A.Visited problems...

:rofl:hahaha...lol :lolabove:

:laughing1:
Reply With Quote
Reply

Tags
avisited

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
How do I find out who's visited my profile? Stormraven Webforumz Cafe 2 May 18th, 2008 03:08
a:link, active, hover, visited.... mcdanielnc89 Web Page Design 35 Nov 8th, 2007 22:10
Show most visited links berraf PHP Forum 23 Aug 30th, 2007 17:30
IE Problems Echilon JavaScript Forum 0 Apr 4th, 2007 11:47
box problems Dom Platts Web Page Design 3 Dec 14th, 2006 00:48


All times are GMT. The time now is 16:13.


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