Quote:
|
Originally Posted by ivyholly
Ok, thanks a lot herkalees (and drd), I`ll be sure to add that to my css and see what happens...
Btw, what does it do when you put things into categories thusly (thusly?):
/*====================
Global Styles
======================*/
And what is a: focus?

|
The "category" is nothing but a convenience visually. It helps me when I'm looking through the style sheet.
a:focus is when your tabbing through all links on a page (with keyboard), the link will change to the declared properties when you've tabbed onto it.