Thanks. I've installed Firebug and got the same results.
I changed line 36 of k2.css from...
- Code: Select all
.clr {clear:both;height:0;line-height:0;display:block;float:none;}
to
- Code: Select all
.clr {height:0;/*clear:both;line-height:0;display:block;float:none;*/}
ie. Moved the height to the front of the CSS style and commented off the extra styling.
This made the FF and IE8 look like Safari and Chrome with the big gap. Opposite of what I wanted, but then I did the following.
Went to the K2 Content module in the Administrator Back End, and changed the
Video,
Video Caption and
Video Credits parameters to
HIDE. **IMPORTANT!**
This has narrowed down the gap a little, and I have consistency across the browsers.
Thanks very much for your help, teitbite.