View Single Post
  #8 (permalink)  
Old Jun 18th, 2007, 20:12
BGarner's Avatar
BGarner BGarner is offline
Reputable Member
Join Date: Oct 2006
Location: In front of the computer.
Posts: 213
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Is this unorthodox?

Quote:
And not everything should be a class. Main areas like headers and content and footer are usually ID's since they will only be used once in a document (having 2 headers just isn't logical).
Check out this quick article on when to use class and when to use id.

Quote:
Can someone tell me If there's a better way to edit the .css?
Do it all by hand! With that being said, there are some nifty programs that help you code faster. Try TopStyle Lite, it's free.

Do as much of the visual part of your site in CSS as you can. Rounded corners can be done without images using Nifty Corners.

Hope this helps!
Reply With Quote