I'm working on creating a HTML page with interactive options. I want to implement an option menu that will pop up when hovered over or clicked, allowing me to customize colors, background patterns, and more. It seems like this involves altering the CSS file or some other process, but I'm not sure how to do it. I tried searching on Google for guidance, but came up empty-handed.
If you're having trouble understanding what I'm trying to achieve, please check out this example page: simply hover over the "+" button to see the effect in action.
EDIT: If anyone knows of a jQuery plugin that accomplishes this functionality, please share a link.
EDIT2: What I really need is a plugin that saves the changes I make so that when I navigate to a different page within the same website, the selected colors persist. For example, if my homepage is red and I change it to blue via the options panel, I want the blog page to display in blue as well when I visit it.
Thank you.