Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 05-31-2007, 02:58 PM   PM User | #1
tpeck
Regular Coder

 
tpeck's Avatar
 
Join Date: Oct 2002
Location: Sydney, Australia
Posts: 771
Thanks: 40
Thanked 5 Times in 4 Posts
tpeck is on a distinguished road
ghostlike graphic links

Probably an easy question to answer but how do you prevent the (very) faint dotted box that surrounds a graphic link once you have clicked on it?

It sort of looks bad. Can it be suppressed?

Oh I should mention that its graphic links in layers only and sometimes they appear and sometimes not.

It's definitely a focus thing, but ugly.
__________________
The difference between genius and stupidity is that genius has its limits. (Albert Einstein)

Last edited by tpeck; 05-31-2007 at 03:04 PM..
tpeck is offline   Reply With Quote
Old 05-31-2007, 03:03 PM   PM User | #2
kosstr12
Regular Coder

 
kosstr12's Avatar
 
Join Date: Apr 2007
Location: Woodstock, Georgia
Posts: 428
Thanks: 7
Thanked 5 Times in 5 Posts
kosstr12 is on a distinguished road
Wait, can you show me what you are talking about like a url or a script?
kosstr12 is offline   Reply With Quote
Old 05-31-2007, 03:14 PM   PM User | #3
VIPStephan
The fat guy next door


 
VIPStephan's Avatar
 
Join Date: Jan 2006
Location: Halle (Saale), Germany
Posts: 7,587
Thanks: 5
Thanked 864 Times in 841 Posts
VIPStephan is a jewel in the roughVIPStephan is a jewel in the roughVIPStephan is a jewel in the rough
I suppose you are talking about the putline that surrounds links and helps people navigating with their keyboard (tabbing through the links) see what link they have chosen? This can be styled/suppressed using the CSS outline property:

Code:
#id1 {outline: none;}
#id2 {outline: 1px dashed green;}
#id3 {outline-style: solid;}
However, this won’t work in IE 6 because it doesn’t understand this.
__________________
Don’t click this link!
VIPStephan is offline   Reply With Quote
Old 05-31-2007, 03:27 PM   PM User | #4
tpeck
Regular Coder

 
tpeck's Avatar
 
Join Date: Oct 2002
Location: Sydney, Australia
Posts: 771
Thanks: 40
Thanked 5 Times in 4 Posts
tpeck is on a distinguished road
I can't demonstrate it easily because it seems to require a lot of frame interactions (and focus comings and goings) in a demo I just tried. Not helpful, I'm sorry.

It's that outline around a form I have just discovered. But not always there.

Anyway, I think you might have nailed it VIPStephan, thanks.

I'll play around with that solution.
__________________
The difference between genius and stupidity is that genius has its limits. (Albert Einstein)
tpeck is offline   Reply With Quote
Old 05-31-2007, 03:37 PM   PM User | #5
tpeck
Regular Coder

 
tpeck's Avatar
 
Join Date: Oct 2002
Location: Sydney, Australia
Posts: 771
Thanks: 40
Thanked 5 Times in 4 Posts
tpeck is on a distinguished road
Come to think of it, you're right - it's there when you tab around all the links - I didn't know that. I think I should start to see it as a benefit!

Thinking further, it might even be technically illegal (!) if it is suppressed because handicapped persons might not be able to get around.

I just thought it was an error! Thanks.
__________________
The difference between genius and stupidity is that genius has its limits. (Albert Einstein)
tpeck is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 02:42 AM.


Advertisement
Log in to turn off these ads.