HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Cache problem!?! Maybe CSS
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML
View previous topic :: View next topic  
Author Message
cheshire191



Joined: 20 Mar 2006
Posts: 4

PostPosted: Mon Mar 20, 2006 11:07 am     Cache problem!?! Maybe CSS Reply with quote

what i want to do is have a text link so up like this on the index page

The Link

and when someone hovers it.

The Link

this i CAN get to work with zero problems using CSS, but when i revisit the index page. the links seemd to loose their hover trait. I assumed this was because they are being tagged as visited now.

I figured it was a cache problem so i tried including various cache refresh meta tags with no success.

Any suggestions?
cheshire191



Joined: 20 Mar 2006
Posts: 4

PostPosted: Mon Mar 20, 2006 11:25 am     Reply with quote

bump
MinatureCookie



Joined: 20 Mar 2006
Posts: 68

PostPosted: Mon Mar 20, 2006 11:48 am     Reply with quote

Umm, I can't remember the actual HTML, but I remember there are 3 different types, "hover" "link" and "visited", does this help? I think you need to make the visited effect to "none" or something... Laughing No help am I?

Hope this helped
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA

PostPosted: Mon Mar 20, 2006 11:52 am     Reply with quote

It usually takes more than 40 minutes to get a response in this forum, and it also helps to post your source code as well.

Also do you have your class as link, visited, hover, active?

_________________
Corey
Loud Commerce | Loud Worx | Merchant Account Blog
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8749
Location: Castle Pines North, CO USA

PostPosted: Mon Mar 20, 2006 11:55 am     Reply with quote

Without seeing the source code, it is difficult but here is something
Code:
a:link
{
   color: #330099;
     background-color: #fff;
}     
a:visited
{
   color: #330099;
     background-color: #fff;
}
a:hover
{
   color: #990000;
   text-decoration: none;
     background-color: #fff;

a:active
{
   color: #330099;
     background-color: #fff;
   text-decoration: none;
}
Also what DOCTYPE are you using and what browser?

_________________
Corey
Loud Info | Loud Worx | Merchant Account Blog
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> General HTML All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
DARFUR
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial