Forum Moderators: open
#banner-top {some styles}
#nav-left {some styles}
#main-menu {some styles}
And so on....
Also, since you ARE using an ID, you can target with an url to provide navigation AND styling all in one shot!
<a href="#main-menu">Go to Main Menu: Guess what? I got style too!</a>
[edited by: papabaer at 3:39 pm (utc) on July 31, 2002]
It still a little confusing to me, for the most part I have used "class" but I was now experimenting with "id"
Think of it as currency: classes are the smaller denomination, the "loose change" if you will. Id's on the other hand represent serious "folding money" - they should be used for key elements.
By the way I stopped at your site today, and was checking out your CSS page, how long before you'll get so additional info on it. I find your input and explanations extremely helpful.