I have a link on my website that, when I click on it in Chrome v16.0.912.75 or Safari v5.0.6 (5533.22.3) becomes highlighted by a blue border.

The link html is as follows:

 <li><a href="http://example.com/" accesskey="1" tabindex="1">Home</a></li>

Clicking results in the following:

Example

Why is the right side of the cell not also highlighted?

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

It is highlighted. But it seems you have another not-highlighted box on the right side. That's overlapping the border portion. Give some margin between them. For any help in CSS coding, head for Stackoverflow.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.