I have a banner rotating with 4 pictures I have this in my style sheet .bannerbuttons #tab1 {background: url(images/cellshade.png) 0px 0;} .bannerbuttons #tab1:hover {background: url(images/cellshade.png) 0px 0;} .bannerbuttons #tab2 {background: url(images/cellshade.png) -20px 0;} .bannerbuttons #tab2:hover {background: url(images/cellshade.png) -20 0;} .bannerbuttons #tab3 {background: url(images/cellshade.png) -40px 0;} .bannerbuttons #tab3:hover {background: url(images/cellshade.png) -40px 0;} .bannerbuttons #tab4 {background: url(images/cellshade.png) -60px 0;} .bannerbuttons #tab4:hover {background: url(images/cellshade.png) -60px 0;} Code (markup): But it only shows the pictures no hover to show which tab your on or anything.
You haven't stated what the problem or issue is.... Can't help you if you don't state what you are attempting to accomplish.
http://www.freefrag.com If you take a look on this page on the banner you will see the first number is clicked on, my site does not do the same it only shows the tabs without hovering to say which tabs your on.
On the banner rotate the pictures have the little tabs on the bottom, when you click on one of those tabs, you know which tab your hovered on, my site does it does not shows which tab your hovered on, with the code I am asking how can I get that to work.