The code i provided will change the bgcolor of a few of your content boxes whenever you hover your mouse over them, and then change back to the original bgcolor when you take the mouse off the area.
You can play with this to apply it wherever you want. the :hover pseudo selector can be a very fun thing to play with ^_^
View my page for a simple example. hover your mouse over my journal or over the divs containing the artworks to see the effect.
Add the following to your css to apply the effect.
Jul 26th, 2007.module_content:hover {
background: #0e1419;
}
.module_content2b:hover {
background: #0e1419;
}
The code i provided will change the bgcolor of a few of your content boxes whenever you hover your mouse over them, and then change back to the original bgcolor when you take the mouse off the area.
You can play with this to apply it wherever you want. the :hover pseudo selector can be a very fun thing to play with ^_^
View my page for a simple example. hover your mouse over my journal or over the divs containing the artworks to see the effect.