Forum Moderators: not2easy

Message Too Old, No Replies

Client Location For CSS

         

Ratndeep

11:12 am on Nov 25, 2008 (gmt 0)

10+ Year Member



Could anybody tell me that whare CSS gets stored on client side like on IE,Mozila.

tonynoriega

8:03 pm on Nov 26, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



im not sure i understand the question.

what do you mean when asking where it gets "stored"...?

i believe CSS files are rendered just like an HTML file would be rendered...from the browser as it is intrepreted.

i dont think CSS is stored in a browser anywhere.

an HTML file calls to a CSS stylesheet. then the browser displays the styles according to the style sheet.

you would have an index.html call to style.css

is that what you are looking for?