I am running Joomla 2.5.14 with VM 2.0.24. http://joesamsfunshop.com/prototype/
When you click to add bill to address information the firm comes up with only a cancel button. Any assistance is greatly appreciated!!!
your css is over writing the background image
form.form-login input.button, form.log input.button, form.form-login button.button, form.log button.button, form .button {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
border: medium none;
cursor: pointer;
float: left;
height: 25px;
line-height: 25px;
padding: 0;
text-align: center;
}
remove
background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
http://joesamsfunshop.com/prototype/templates/rt_infuse/css/template.css
[attachment cleanup by admin]
Brilliant!!! ;D