I'm new to CSS and was wondering how I would go about assigning a hover to a DIV section. This is the code I currently have, but it appears not to work:
I'm trying to have the links appear red when hovered over
Enkrypted
A+
Code:
#list {
padding-left: 30px;
a:hover { color: red; }
}
I'm trying to have the links appear red when hovered over
Enkrypted
A+