|
If you want to use graphical CSS buttons, you have to turn that on in the administrative panel by ... Configuration -> Layout Setting -> CSS Buttons -> Yes. And then re-code the templates with some like ... <a class="btnContinue" onmouseover="this.className='btnContinue_hover'" onmouseout="this.className='btnContinue'" href="javascript:document.checkout_address.submit();"> </a> where those class names are defined in the CSS file such as ... .btnContinue { .btnContinue_hover { You would then have to create the graphics for those buttons. Next Lesson:
|


