Hi folk,
I'm trying to brighten up my 'action' buttons - like Add to Cart, Continue and Submit. But I can't figure out how to specifically target them in the CSS. (I'm using the CSS Buttons contrib.)
Here, for example, is a bit of code wrapped around a Continue button. How do I reference just that button without affecting other buttons on the page?
I've tried...HTML Code:<div class="buttonRow forward"> <input class="cssButton button_continue_checkout" type="submit" style="width: 80px;" value="Continue" onmouseout="this.className='cssButton button_continue_checkout'" onmouseover="this.className='cssButtonHover button_continue_checkout button_continue_checkoutHover'"/> </div>
.button_continue_checkout
.cssbutton button_continue_checkout
input.cssbutton button_continue_checkout
input.button_continue_checkout
... all to no avail. My Continue button continues to look just the same.
Any suggestions gratefully received,
Rob




