Wie muß der Frameset für folgende Bedingung aussehen?
3 Reihen, wobei nur die mittlere Reihe in 3 Spalten zerlegt ist?
Vielen dank schon mal im Vorraus!
Stephan Brandtstaetter
Hallo Stefan,
hier der Quelltext
weiter infos unter:http://www.selfhtml.teamone.de/html/frames/definieren.htm
<frameset rows="20,*,20">
<frame name="top" src="top.htm">
<frameset cols="20,*,20" >
<frame name="spalte1" src="spalte1.htm">
<frame name="spalte2" src="spalte2.htm">
<frame name="spalte3" src="spalte3.htm">
</frameset>
<frame name="bottom" src="bottom.htm">
</frameset>
mfg
sp
uups, kurze korrektur ...
<frameset rows="20,*,20">
<frame name="top" src="top.htm">
<frameset cols="20,*,20" >
<frame name="spalte1" src="spalte1.htm">
<frame name="spalte2" src="spalte2.htm">
<frame name="spalte3" src="spalte3.htm">
</frameset>
<frame name="bottom" src="bottom.htm">
</frameset>