T
Tony Vella
Just starting out experimenting with frames:
Why do the lower frames (a, b and c) have horizontal scroll bars if the
total width is 100%?
Thanks in advance.
<frameset rows="50%, 50%">
<frame src="1.html" name="1" bordercolor="blue">
<frameset cols="25%, 25%, 50%">
<frame src="a.html" name="a" bordercolor="red">
<frame src="b.html" name="b" bordercolor="red">
<frame src="c.html" name="c" bordercolor="red">
</frameset>
</frameset>
Why do the lower frames (a, b and c) have horizontal scroll bars if the
total width is 100%?
Thanks in advance.
<frameset rows="50%, 50%">
<frame src="1.html" name="1" bordercolor="blue">
<frameset cols="25%, 25%, 50%">
<frame src="a.html" name="a" bordercolor="red">
<frame src="b.html" name="b" bordercolor="red">
<frame src="c.html" name="c" bordercolor="red">
</frameset>
</frameset>