Ok... This may be a stupid question, but I can't remove all paddings and margins from a simple Jquery button.
What am I doing wrong???
See this fiddle: http://jsfiddle.net/liviozanol/MLmtA/
body
{
padding: 20px;
}
#btnClose {
padding: 0px !important;
margin: 0px !important;
}
#IMAGE {
padding: 0px !important;
margin: 0px !important;