Hi guys.
I'd like to use an image as my border on just the right side of a div, to create an arrow shape on a 'continue' link. I've created the image to use and tried to code it myself, but failed miserably on both Safari and Firefox. Here's my current code:
I have no doubt I'm getting something completely fundamental completely fundamentally wrong.
Thanks for your help.
I'd like to use an image as my border on just the right side of a div, to create an arrow shape on a 'continue' link. I've created the image to use and tried to code it myself, but failed miserably on both Safari and Firefox. Here's my current code:
Code:
#continue {
background-color:#ebebeb;
margin:20px 0px 20px 0px;
height:45px;
border-image-right:url("images/continue-arrow.gif") 100% round;
width:80%;
float:right
}
Thanks for your help.
Comment