See the code below:
<div>Lorem ipsum dolor sit amet</div>
<object
type="application/x-shockwave-flash"
data="banner.swf"
width="965"
height="120"
></object>
<div>Consectetur adipiscing elit</div>
Viewing it in either Gecko, Webkit or Presto, an unintentional vertical space occurs after the object
, before the second div
(see http://jooadam.hu/object). Removing whitespace from between tags, or explicitly setting margin and padding does not help.
Any help would be appreciated.