Forum Moderators: not2easy
#nav a { ... }
#nav a:hover { ... }
#nav a img { ... }
etc...
Is there any way to define a block of rules as always having "#nav" before it?
always-have: #nav {
a { ... }
a:hover { ... }
a img { ... }
etc...
}
Just wondering. Looking for more ways to slim down my code without cutting out closing tags and such.