I am trying to avoid downloading the images when the site loads, and rather let them download later when required. Will the images be downloaded if I set the stylesheet to 'disabled'? Such as:
<link id="imagesCSS" rel="stylesheet" type="text/css" href="images.css" disabled>
I was thinking, I can later set the link to 'enabled' and then the images will be downloaded, am I correct by thinking this works the way I want?