I used an online button generator to create buttons with mouseover effect. I already saved the images and did ftp to my website. However, I don't quite understand the html code generated by the program: <img ID=button92 src=button508640.jpg width=90 height=40 onmouseover='document.getElementById("button92").src="/images/button508640on.jpg"' onmouseout='document.getElementById("button92").src="/images/button508640.jpg"'> Now, I would think you would create an item in your CSS file for the mouseover & mouseout effects. I'm just not quite understanding the elements of this code and how to hardcode both the code for the template and for CSS, if needed. Anyone have a clue? Or is there something I need to tweak with these tags? Help would be GREATLY appreciated!
I don't think your codes would require CSS to run.. However, you can check out the hover Pseudo-classes if you want to use this CSS version of mouseover. Hope that I answer your question