Hey there! I am currently working on a website and I'm trying to create a simple delete button that can be used throughout the site. However, I'm having trouble getting it positioned correctly...
Here's what I have so far:
<button id="clear-input-location" name="clear-input-location">×</button>
#clear-input-location {
display:block;
background: #CCC;
color: #FFF;
border: none;
font-weight: bold;
font-size: 20px;
border-radius: 20px;
line-height: 0;
height: 26px;
}
You can view the fiddle here: http://jsfiddle.net/kpheR/