I have a beautiful little CSS image that needs to be a button. I\'ve tried about 20 different methods, none of which work. I just either get a blank nothing or a border with no
input[type=submit] { background: url(http://lrroberts0122.github.com/DWS/lab6/level-2/images/button.png); border: 0; display: block; height: _the_image_height; width: _the_image_width; }