Ok... all this new V9 is keeping me awake at night. Am I understanding getting these buttons like continueshopping.gif is going to require source code instead of styling it CSS like V8.
MSD
Ok... all this new V9 is keeping me awake at night. Am I understanding getting these buttons like continueshopping.gif is going to require source code instead of styling it CSS like V8.
MSD
Started V8 switched half way to V9 /// I need a V9 Forum
AspDotNetStorefrontML 9.0.1.3/9.0.1.3 AspDotNetStorefront ML 8.0.1.2/8.0.1.2
Those can still be handled via CSS ({root}\App_Themes\Skin_1).
Code:.ContinueShoppingButton { background-image: url(images/tab_over.gif); }![]()
Here is my end product... thanks for your response.
MSD
input.ContinueShoppingButton
{
border: 0;
background-image: url(images/btn_continueshopping.gif);
background-repeat: no-repeat;
background-color: Transparent;
width: 208px;
height: 30px;
cursor: pointer;
}
input.CheckoutNowButton
{
border: 0;
background-image: url(images/btn_checkoutbutton.gif);
background-repeat: no-repeat;
background-color: Transparent;
width: 208px;
height: 30px;
cursor: pointer;
}
Started V8 switched half way to V9 /// I need a V9 Forum
AspDotNetStorefrontML 9.0.1.3/9.0.1.3 AspDotNetStorefront ML 8.0.1.2/8.0.1.2