Cookie value to define style on page load
- by zac
I am using the scripts from here http://www.quirksmode.org/js/cookies.html and have successfully created a cookie.. but am having trouble doing anything with it. I would like to have a style defined if a cookie is present. The function for the readCookie is
function readCookie(name) {
var nameEQ = name + "=";
var ca =…