Tue, 23 Sep 2008 23:07:51 -0500, /Dennis M/:
Yes, it is a bug in IE but you could see it the same in IE by using
a DOCTYPE declaration which triggers its standards-compliance mode:
The problem seen on the page is related to:
You may try removing the whitespace between the two adjacent IFRAME
elements and then set their 'frameborder' to 0 as the sum of their
widths is 100% of the containing block width, then their border
widths are added which causes them to break.
--
Stanimir
it has some kind of
HTML bug that makes it look weird in every browser except Internet Explorer
(in non-IE browsers there's a big "hole" in it, and the frame that should
be in the "hole" is scrunched up beneath the top frame).
>
http://www.superseventies.com/watchtv/index.shtml
HTML bug that makes it look weird in every browser except Internet Explorer
(in non-IE browsers there's a big "hole" in it, and the frame that should
be in the "hole" is scrunched up beneath the top frame).
>
http://www.superseventies.com/watchtv/index.shtml
a DOCTYPE declaration which triggers its standards-compliance mode:
The problem seen on the page is related to:
You may try removing the whitespace between the two adjacent IFRAME
elements and then set their 'frameborder' to 0 as the sum of their
widths is 100% of the containing block width, then their border
widths are added which causes them to break.
--
Stanimir