On the subject of getting the latest copy of the CSS file each time, you
can add a unique value to the URI of the CSS file.

Instead of:

<link href="MyStyles.css" rel="stylesheet" type="text/css" />

Use (on first load):

<link href="MyStyles.css?t=12345" rel="stylesheet" type="text/css" />

And second load:
<link href="MyStyles.css?t=12346" rel="stylesheet" type="text/css" />

Obviously, this is simplified when using some server-side language to
generate the value.

--G
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to