CSS Question

  • Thread starter Thread starter VB Programmer
  • Start date Start date
V

VB Programmer

Using CSS in my ASP.NET app.

What is the difference between an element and a class? When should they be
used?

Element example: Q1A1{.....}
Class example: .Q1A1{.....}

Also, I've seen that sometimes it is preceded by a # (#Q1A1{...}). What
does this indicate?

Thanks!
 
Thanks Karl. I was looking for a CSS newsgroup but couldn't find one. This
one is always really helpful.

Thanks.
 
Back
Top