473,320 Members | 1,724 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

switching off annoying dotted border around links in ff

hi all

when u click a link in firefox for mac it puts a dotted border around
the link. is there a way to switch this feature off?

regards

marc

Sep 18 '06 #1
3 6189

libsfan01 wrote:
hi all

when u click a link in firefox for mac it puts a dotted border around
the link. is there a way to switch this feature off?

That sounds like a CSS issue. Could you point to an example page? When
you say "on a Mac" do you mean both IE, FireFox and Safari, or do you
mean one of those browsers? Could you be more specific?

Sep 18 '06 #2
libsfan01 wrote:
hi all

when u click a link in firefox for mac it puts a dotted border around
the link. is there a way to switch this feature off?
This has nothing to do with JavaScript[1], but for the record you can
use CSS to set the outline-style property of the a:focus pseudo-class
transition to 'none':

<style type="text/css">
a:focus {outline-style: none;}
</style>
If this is purely for your private purpose, you can define your own
style sheet to be applied to pages that are loaded into the browser.
1. You can use JavaScript in the onclick attribute of every single link
to blur the element when it is clicked on, but the CSS method is much
better - one line does them all.

--
Rob
Sep 18 '06 #3

RobG написав:
libsfan01 wrote:
hi all

when u click a link in firefox for mac it puts a dotted border around
the link. is there a way to switch this feature off?

This has nothing to do with JavaScript[1], but for the record you can
use CSS to set the outline-style property of the a:focus pseudo-class
transition to 'none':

<style type="text/css">
a:focus {outline-style: none;}
</style>
If this is purely for your private purpose, you can define your own
style sheet to be applied to pages that are loaded into the browser.
1. You can use JavaScript in the onclick attribute of every single link
to blur the element when it is clicked on, but the CSS method is much
better - one line does them all.

--
Rob
Thanks for great answer. I didn't ever though it is possible!

Val

Sep 18 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Karuppasamy | last post by:
Hi I have created a User Control. I want to set Dotted Border when the control is getting focus and also set it back to solid border when it loses its focus. How to do that? Thanks and...
3
by: Christian Knoflach | last post by:
Hi everyone, well i know the CSS-Entity "border-style:dotted", but it doesn't work for me - i need 1 Pixel dotted borders, but "border-style:dotted" creates (on my IE 6, at least) dashed borders...
3
by: news-server | last post by:
Hi, I was wanting to get a dotted line..Such as they have on http://www.e-cbd.com/ What part of the CSS in dreamweaver is this going to be under? By the way..the part I am talking about is...
4
by: Doors of Perception | last post by:
As you probably know, when you click on a link in MSIE and go to a page, then when you click the "back" button, you see a dotted box outlining the link on which I just clicked. As far as I'm...
7
by: Bob Bedford | last post by:
I've an image in a cell of a table. I've this CSS: ..dbtable{ width: 600px; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border-collapse: collapse; border: 1px solid #000000;
2
by: Jag | last post by:
I have some dynamic information(from database)..which may cross multiple lines....that entire matter has to be dotted underlined and should also be able to print on printer exactly in the form of...
2
by: JS | last post by:
Hi all, Im having some troubles with layers on a site im developing. I have two layers one has an image of an artists palette on it and each blob of paint is a link to a page on the site. That...
2
by: FredZimmerman | last post by:
When I have my black backround for Body and my button is a round .GIF image (actually image has round green button on black backround, whole thing a rectangle), when I click on the button...
1
by: drappaport | last post by:
When my website is viewed in IE6 on a PC and IE 5.2 on a mac my images that I've used as links have an ugly blue border around them. When you click on them it changes to a purple border. I am trying...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, youll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.