Previous Message
Next Message

RE: [css-d] Dotted box around active link

Sent by Anthony Baker on 11 February 2003 02:02


I had the same problem on my last site.

Here's how my links look and I don't have that issue at
all:

a.standard:link { 
	color: #ffffcc; 
	border-bottom:1px dotted #ffffcc;
	text-decoration:none; }
a.standard:visited { 
	color: #ffffff;
	border-bottom:1px dotted #ffffff;
	text-decoration:none; }
a.standard:hover { 
	color: #ffff99; 
	border-bottom:1px solid #ffff99;
	text-decoration:none; }
a.noline:link, a.noline:visited, a.noline:hover {border-style:none;}


Cheers,

Anthony





| -----Original Message-----
| From: [EMAIL-REMOVED] 
| [EMAIL-REMOVED]] On Behalf Of Brian Lawlor
| Sent: Monday, February 10, 2003 6:07 PM
| To: [EMAIL-REMOVED]
| Subject: [css-d] Dotted box around active link
| 
| 
| Is there a technique using CSS to eliminate the dotted box 
| that appears around an active link in IE or other browsers?
| 
| - Brian
| 
| ______________________________________________________________________
| css-discuss [EMAIL-REMOVED]] 
| http://www.css-discuss.org/mailman/listinfo/css-d
| Supported 
| by evolt.org -- http://www.evolt.org/help_support_evolt/
|
Previous Message
Next Message

Message thread: