O.P. CSS - id vs class
Something I never really looked too deeply into, all I know that an id and class use different predeceeding symbols in the style sheet (eg #id_name and .class_name), but what's the actual difference and where would you use one over the other? When I first started to use CSS I just used id because it's shorter and easier to type, and so I rarely use class, but for no real reason...
|