In Firefox only my video thumbnails are displaying mysterious 2-3 pixels of white space between the bottom of my image and its border (see below).
I've tried everything I can think of in Firebug with no luck.
How can I remove this white space?

|
In Firefox only my video thumbnails are displaying mysterious 2-3 pixels of white space between the bottom of my image and its border (see below). I've tried everything I can think of in Firebug with no luck. How can I remove this white space?
|
|||||
|
|
You're seeing the space for descenders (the bits that hang off the bottom of 'y' and 'p') because
|
|||||||||||||||
|
|
You can use code below if you don't want to modify block mode:
|
|||||||||
|
|
|||
|
|
If you would like to preserve the image as inline you can put vertical-align top or bottom on it. By default it is aligned on the baseline hence the few pixels beneath it. |
||||
|
|
|
Give the height of the div
|
|||
|
|
|
Had this prob, found perfect solution elsewhere if you dont want you use block just add
|
|||
|
|