css help
css help
Out of context: Reply #11
- Started
- Last post
- 11 Responses
- jonatne0
what 7.34 said is right
it's unnecessary on an id selector (#) because you can only have one element per page with any id name..
however, what it means is that
#navigation will target any element with the id "navigation"
while div#navigation will only target divs with the id "navigation"