I have plenty of buttons on a site of mine which help people navigate around... but I don't want simple links because of the look and feel.
However, using javascript and an onClick event kills the ability to open in a new window/tab at the users desire... not to mention would break in a non-javascript environment (not a big concern of mine, it's an intranet application)
But I was wondering, if anyone had a way of using the buttons with the onClick event, or maybe some CSS to wrap an HREF in to make it look like a button.
I guess my other option is to use an image?
However, using javascript and an onClick event kills the ability to open in a new window/tab at the users desire... not to mention would break in a non-javascript environment (not a big concern of mine, it's an intranet application)
But I was wondering, if anyone had a way of using the buttons with the onClick event, or maybe some CSS to wrap an HREF in to make it look like a button.
I guess my other option is to use an image?