Greetings!
I need a little push here! I'm trying to do this css based menu which seems all to simple but I've hit that proverbial mental road block!
I haven't written any code for it yet for the simple fact that I really don't know where to start!
What I want to do is on hover change the image to an animated image (which I already have) and perhaps change the color of the text at the same time.
This is the code I have in my head for the line item I just really don't know how to put the CSS down.
Code:
<ul id="menu">
<li><a href="#" title=""><img src="static_soccer_ball.gif">Item #1</a></li>
</ul>
I'd rather do this in CSS than to bust out Gimp and make an image for each menu item. This makes changing the menu at any give time much easier!
I hope somebody can give me this little push! Thank so very much way in advance!