Any insight into this firefox problem please ?

remove this empty table.

Code:
<table height="50px" cellspacing="2" cellpadding="2" border="0" width="100%">
 </table>

Then adjust the height of the iframe which holds your video.


btw, it's not a Firefox problem. Firefox is right in giving the above table a height of 50px. It's IE which is seeing the table as empty and ignoring the set height. This is why there is a gap above the video in FF but not in IE.
 
Last edited:
Back
Top Bottom