http://jsbin.com/ofojis/edit#preview
http://jsbin.com/ofojis/edit#source
- Why is the top border of this inline element not displaying?
- Adding
float:left
pushes this inline element down and it renders well. How doesfloat:left
actually push it down, isn't it supposed to push an element to the left? - Also, are you not supposed to use the margin property on inline
elements like
<span>
?