Hello,
I have used the following code to create a menu class that shows a background image when the mouse hovers over the menu item.
#nav .splat1 a:hover {
background:url('http://postpurpose.com/user/pictures/smallsplat.png') no-repeat center;
}
It works, but the image loads top left then moves to center where I want it. Is there any way to make it load and stay at center?
You can see it in action at postpurpose.com with the Presswork Theme.
Thank you,
Scott