General CSS Question
Hello,
While browsing through the master.css file, I've noticed the following types of id's/classes:
div.name
#name
div#name
Can anyone tell me the difference between these and in what circumstances each of theme would be used? (If different)
Obviously, i'm no CSS expert, but I've always been able to find my way. I usually use #name and div id="name" together to create div containers for positioning and .name for formatting. Recently, I used #name and the div container wouldn't display until I changed it to div#name, which is how my confusion has come about.
Any direction or resources you can provide is greatly appreciated. Thanks!