Can anyone help me understand what is happening with this small piece of HTML code?
When viewed on various browsers such as FF4, Chrome10, IE9, IE8, Opera 11, the layout of the element appears like this:
Hmm, why is this happening? Why aren't the height and width matching the visible box (orange + red spaces)?
Even after adding "display:inline-block;" to the element, the issue doesn't seem to be resolved. Any suggestions on how to fix it?
Thanks in advance!