|
Posted by Barbara de Zoete on 04/29/06 22:52
On Sat, 29 Apr 2006 21:48:32 +0200, Edwin van der Vaart
<e.vandervaart@want.nospam.com> wrote:
> Barbara de Zoete wrote:
>
>> Wanted to say:
>> #menu a:hover, #menu a:focus {
>> ... }
>
> Could you explain what you mean by a:focus :-?
If you don't use a mouse, you can 'tab' your way through a page. With
every time you hit the tab key, you move to a next hyper link in a page
(if the page is build properly). While 'tabbing' from link to link you
give the hyper links focus one after another, like you could do by
hovering over them (sort off). Which is why I give the pseudo classes
:hover and :focus the same features.
--
______PretLetters:
| weblog | http://www.pretletters.net/weblog/weblog.html |
| webontwerp | http://www.pretletters.net/html/webontwerp.html |
|zweefvliegen | http://www.pretletters.net/html/vliegen.html |
[Back to original message]
|