I have coding for one style of button, but I would like to add another kind of button. If the external CSS code for the first button is this, what coding would I add for the second button?
Code:
#button a { display: block; background: url(rolloverimage.gif) top; width: 63px; height: 34px; } #button a:hover { background: url(rolloverimage.gif) bottom; width: 63px; height: 34px; }
Comment