Javascript to change CSS Dynamically using HTML 5 Local Storage

Hi all, I am a bit stuck and looking for a way to do the same :

but not using cookies…instead using local storage…

It is a bit new to me…any help would be great :slight_smile:

Many Thanks

Even though this new Javascript API came with parts of the HTML5 spec, I’d still push this thread over to Javascript since this doesn’t actually involve markup. I’ll flag the thread and if a mod agrees, it’ll get moved there. No worries.

So, do you have, like the article you linked to, two css files, both linked or listed in the HTML file, and do you want to set/get a localstorage DB item and use it to set “disabled” or not on one of the linked CSS files?

Or something much looser?