mirabyte GmbH & Co. KG
 
Language / Sprache: Select English language Deutsche Sprache wählen
 

mirabyte Software FAQ

How can I disable the disturbing dotted borders/lines which sometimes appear around image links?

ID #1046

The dotted border of links which consist of a picture only are a marker for the focus of the current selected link. This is a help in case the user interface is handled by keyboard only. The links can be selected in turn by the tabulator key and be executed by the return key.

If you would like to disable this help, just insert the following CSS code into the HEAD-section of your websites:

<style type="text/css">
a:active { text-decoration:expression(hideFocus='true'); }
</style>

Last update: 2007-04-15 21:06
Author: Fabian Liebl
Revision: 1.0

Print this record Print this record
Send to a friend Send to a friend
Show this as PDF file Show this as PDF file

Please rate this entry:

Average rating: 0 out of 5 (0 Votes )

completely useless 1 2 3 4 5 most valuable



You cannot comment on this entry