It is posible to block or remove the visited state of a bottom or link?

Locked
gabo01
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Thu May 18, 2006 3:09 pm

It is posible to block or remove the visited state of a bottom or link?

Post by gabo01 » Tue Jun 05, 2007 6:38 pm

Hi, i am working with a website but i got some troubles, everything looks great when it loads, but! if i see a page and then returns the visited state of the buttom just makes crapp with the layout, i can't or i don't know how make it disappear cuz i really doesn't need that state...

It is posible to do that?? what if i don't want that my site takes any changes just because i have already browsed it?

Thanks in advance...

User avatar
ianmac
Joomla! Virtuoso
Joomla! Virtuoso
Posts: 4784
Joined: Sat Sep 24, 2005 11:01 pm
Location: Toronto, Canada

Re: It is posible to block or remove the visited state of a bottom or link?

Post by ianmac » Tue Jun 05, 2007 10:10 pm

Those states are recorded by the browser.  You have no control over the state change.  It is possible to change the styling of visited links, however.

Here is a random page I found that might help: http://www.echoecho.com/csslinks.htm

Ian

User avatar
Darius
Joomla! Guru
Joomla! Guru
Posts: 587
Joined: Sun Dec 11, 2005 2:41 pm
Contact:

Re: It is posible to block or remove the visited state of a bottom or link?

Post by Darius » Wed Jun 06, 2007 9:52 am

Just describe how to show links and visited links together:

a:link,
a:visited{
text-decoration:none;
color:#555;
won-weight:700;
...
}

a:hover{
color:#ff0000;}

gabo01
Joomla! Apprentice
Joomla! Apprentice
Posts: 16
Joined: Thu May 18, 2006 3:09 pm

Re: It is posible to block or remove the visited state of a bottom or link?

Post by gabo01 » Wed Jun 06, 2007 1:48 pm

Hi...

I have found a solution, i was looking to block it, because i have trouble to make that ff and ie looks the same... but...

The solution is very simple, just add "!important" to the css property that is making trouble and ff will aknoledge it...

Thanks by your answers...


Locked

Return to “Design and Accessibility - Archived”