I have created a div box which should be removed on a click. There would be a small "X" image and when you click on it the box disappears. There shouldn’t be an option to show it again. Ideally, I’d like to somehow save the information to the cookie, so that it doesn’t appear on the page refresh or when viewing other pages (it would be implemented site-wide).
Here is my simple example code:
Quick and dirty: (http://jsfiddle.net/bambitlaw/RsS5V/)
});