cusimar9
05-11-2006, 06:23 AM
I currently have very nice CSS rollover buttons on my website, but they're all rectangular.
The way I've written these buttons is as an anchor within a <p> tag, like this:
<p><a class="button">A Link</a></p>
All I want to do is keep my definition the same, but add 2 more images: one for the left margin and one for the right margin. These images I'll make up to give the round corner effect.
Unfortunately after investigating it further it seems the only property I can use is the 'background' property, but you can't seem to specify images for any of the borders.
Am I missing something?
The way I've written these buttons is as an anchor within a <p> tag, like this:
<p><a class="button">A Link</a></p>
All I want to do is keep my definition the same, but add 2 more images: one for the left margin and one for the right margin. These images I'll make up to give the round corner effect.
Unfortunately after investigating it further it seems the only property I can use is the 'background' property, but you can't seem to specify images for any of the borders.
Am I missing something?