Consider this frame definition:
<html>
<frameset rows="50%,50%">
<frame frameborder="0" src="one.html">
<frame frameborder="0" src="two.html">
</frameset>
</html>
And the two frames both look like this:
<html><body style="backgrou nd-color: lightgrey">
</body></html>
Then IE 6 and Mozilla 1.4 will show a homogeneous grey area, except
where the frames meet. There, IE 6 will display a two pixels wide
strip which is white. Mozilla does similar, except that the strip is
wider.
Is there a way to make this strip appear lightgrey, too?
Kai
<html>
<frameset rows="50%,50%">
<frame frameborder="0" src="one.html">
<frame frameborder="0" src="two.html">
</frameset>
</html>
And the two frames both look like this:
<html><body style="backgrou nd-color: lightgrey">
</body></html>
Then IE 6 and Mozilla 1.4 will show a homogeneous grey area, except
where the frames meet. There, IE 6 will display a two pixels wide
strip which is white. Mozilla does similar, except that the strip is
wider.
Is there a way to make this strip appear lightgrey, too?
Kai
Comment