Topic: This stupid CSS sheet is redundant, right? |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: hoboken nj |
posted 09-27-2002 19:29
Okay, here's teh thing. I'm redoing this site, and from what I can remember, this CSS sheet is completely and utterly redundant. It *is* for being used with a content management system, so I understand trying to be thorough, but does the a.link a.visited a.hover or whatever have to be defined as the same damn thing for every element? I'll upload the sheet here, or at least some of it, and tell me what you think if you wouldn't mind... |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 09-27-2002 19:53
grats42: I'm not sure what you mean - there is redundancy in that style sheet (like the font-family) and it could be trimmed down but I think I've missed the point. |
Nervous Wreck (II) Inmate From: hoboken nj |
posted 09-27-2002 21:32
what i was saying is do you need to repeatedly redefine? Like this, say I define the <a> tag like this: |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 09-27-2002 22:00
I believe you're right. That style sheet looks horribly redundant. This tends to be how beginners code with CSS. |