First, take a look here: www.2dware.com/template/cmbc.html then take a look at the css here: www.2dware.com/template/cmbc.css Notice how when you scroll around the above buttons, they flash nicely when you hover over them. Now scroll over the side buttons, notice how the background only aligns around the text. The two sections of the css you will be dealing with is .navigation. .navigation2 is the above buttons. Also, if you don't mind, try throwing me a rating for my first real website design. Any pointers?
replace your .navigation a:hover, .navigation a#active {background: url('img/nav4b.PNG');} Code (markup): With: .navigation a:hover, .navigation a#active { background:transparent url(img/nav4b.PNG) repeat scroll 0 0; display:block; Code (markup):
Wow, thanks a ton! I'll try and get some money onto my paypal to send over a little gift to you. Send me your paypal address in a pm. Thanks a ton!