@ Mathew - Thanks for the link, lots of info on there - Bookmarked
@ Dan -
Use an ID wherever you only need to style a single element.
Use classes where you need to style many elements under the same class.
Don't forget you can also use both on a single element too...
This was sort of my point so I must have understood it correctly. Why use or even bother to learn id tags though if a class tag can style single OR multiple elements? isn't this just complicating things for the sake of it?
Its good to know they are one and the same. Ive spent all day trying to work out what the difference was :
Thanks