[thelist] User Agent CSS Reload Command

Kristof Neirynck k.neirynck at belgacom.net
Thu Oct 30 12:30:52 CST 2003


Randy Pearson wrote:

> Are there any modern user agents, either MSIE or Gecko-based, that provide
> for something like a "reload external CSS" function?
> 
> Reason for asking: I often test dynamic web applications, and after making
> CSS changes, would like to ask the browser to re-render the page with the
> updated CSS, while not requiring it to refresh the page content from the
> server.

did you try this?
<link rel="stylesheet" type="text/css" href="style.css?" />
The question mark should make the browser reload the css document.


-- 
Kristof



More information about the thelist mailing list