Forum Moderators: not2easy

Message Too Old, No Replies

Override vs. Create Custom Class

Which is better?

         

Miki

2:24 am on Jan 28, 2004 (gmt 0)

10+ Year Member



In terms of performance, load times and efficiency, is it better to create custom classes or to override the default styling of existing HTML tag?

aevea

2:55 am on Jan 28, 2004 (gmt 0)

10+ Year Member



In terms of performance and load times, I don't think it matters whether you style a class or a tag. But in terms of code bloat, it's usually better to style tags and multiple selectors than classes.

Adam