This is an issue that has plagued me for years and I seem to resolve it differently for every project...
I like to make all my button links like this:
<a href="cart.html" class="button">View Cart</a>
And then I use CSS to display the link as a button, with a button graphic as a background -- but using the system text for the actual button text.
The problem is: Doing the same thing for form submit buttons isn't possible because some browsers ignore the styling of submit buttons.
So I'm left with 2 choices I can see:
1. Use a <a> link for the submit button and employ javascript to actually submit the form onclick.
2. Use <input type="image">
Neither is ideal because option 1 excludes anyone not using javascript and option 2 requires a separate image for every submit button AND the text may not perfectly match the browser rendered text of the other buttons.
What do you guys do?









Dan Schulz you will be missed 
Bookmarks