Hey there! I'm having a bit of trouble trying to remove all the padding and margins from a simple Jquery button. I've been tinkering around but can't seem to figure out what I'm doing wrong.
Any ideas on where I might be messing up?
You can take a look at this fiddle: http://jsfiddle.net/liviozanol/MLmtA/
body
{
padding: 20px;
}
#btnClose {
padding: 0px !important;
margin: 0px !important;
}
#IMAGE {
padding: 0px !important;
margin: 0px !important;