Topic: How does CSS Load? |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Australia |
posted 02-12-2003 13:28
Heya's all. |
Maniac (V) Mad Scientist with Finglongers From: Cell 53, East Wing |
posted 02-12-2003 13:36
H][RO: What happens is that the browser grabs the file, caches it and goes through it and interprets the the rules in your CSS file and applies it to your page. |
Maniac (V) Inmate From: under the bed |
posted 02-12-2003 18:32
Not to mention the confusion of having several different style sheets to dig through when you're creating/editing your pages, and the probability of having to repeat code in multiple files. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 02-12-2003 18:38
Not to mention text is relatively cheap in terms of bandwidth (Used properly CSS should reduce your HTML code significantly as well) so you're not getting too hit with a large file. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
posted 02-12-2003 18:56
So what it really comes down to is, you shouldn't have so much CSS that downloading it is a problem. If you do, then you need to figure out why, because you really never need that much CSS. |
Bipolar (III) Inmate From: Australia |
posted 02-12-2003 23:41
Ahh thats great, exactly what i was hoping was the case :P.. |