I think where I keep getting lost is because my code for the (sprite) button is different than in the example. If someone could just plug in the right code, in the right spot, I know it will sink in! I have several I want to do, once I get my head around this first one.
Here is my (sprite) button, which works as I want:
HTML in text widget:
HTML Code:
<a id="Trip_2" href="http://localhost/" title="Home"> <span>Trip Channel</span></a>
HTML Code:
#Trip_2 { z-index: 4; position: top center; width: auto; margin-right: 0px; margin-left: 0px; margin-top: 10px; margin-bottom: 0px; display: block; width: 200px; height: 25px; background: url("./wp-content/themes/atahualpa353/images/Trip_2.jpg") no-repeat 0 0; } #Trip_2:hover { background-position: 0 -25px; } #Trip_2 span { display: none; }
Thanks for the help!
Guy