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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top