Hi, This is a tutorial that I have written. It shows how a rollover button can be easily made with graphic and programming skills. How to make rollover buttons easily
Well that doesnt have much code, why not just add some code on how to do it instead of showing them to a generator. Like <img src='....' onmouseover='this.src="..."' onmouseout=....
Paul O'Brien has a few examples you can learn from at www.pmob.co.uk (deathshadow even has a few on his site - PM him here on the forums for details; and no, Paul O'Brien is NOT deathshadow - they're two completely different people).
Wow, people still use javascript for roll over buttons? CSS is the way to go for a number of reasons - likewise the "text" on the button in most cases is much better off actually being text rather than part of the image. If you have 10 buttons on you site, with your system you then have 20 images to load. Using text and CSS to change the background image/ text colour etc you then have only 2 images to load.