html - A few extra pixels of height - where could they be coming from? -
on, e.g., link: http://4ad.com/releases/20949, if @ album cover image in top right part of page, black border not quite square: there few pixels of height @ bottom.
as far can tell image 300x300 pixels in size. there no obvious (to us!) sources of 4.5 pixels of height. know creating such discrepancy?
since image inline
, it's treated text, means few pixels added bottom leading. displaying image block (i.e. adding display: block;
) solves problem nicely.
Comments
Post a Comment