Re: FN-FORUM: CSS issues in IE
date posted 31st January 2005 21:44
At 16:27 on Monday, 31 Jan 2005, Jonathan Clarke wrote:
>
> Paul, just out of interest how do decide when to use an ID or a Class?
> It seems to me they do essentially the same thing.
ID when you have one "thing" on several pages - like footer, header etc
I use
class when you have several "things" all needing the same visual effect
e.g bigger text
there are other issues too...
class vs id:
http://css-discuss.incutio.com/?page=ClassesVsIds