So I'm trying to help a buddy out with his site. He wants to add some simple rollover buttons. I came across this but couldn't get it to work http://www.citrikacid.com/index.php/2007/04/03/easy-css-rollover-buttons/ Can a CSS pro confirm that it works for them? Or, is there a better way to do it? thanks alot!
This technique is more common sense than common practice and it does indeed work just fine. There is no better way to it.
You can try watching a video tutorial from codervods.com/Default.aspx?mode=default&category=CSS&days=All¤tIndex=0 and make an opinion. I hope it will help you.
can you post a copy of your code? Rollovers with css only involves a couple of lines of code. Maybe you can post the image you intend to use and I can help you out from there.
The only thing I can think you are doing that might break that would be to have the background file side by side instead on top like theirs....or maybe you have .Button:hover which does not work in some older browsers...