Hallo,
habe schon wieder ein Problem, es will einfach kein Ende nehmen!
Also ich habe meine Seite in 3 Frames aufgeteilt, etwa so:
+++++++++++++++++++++++++++
+ Logo +
+++++++++++++++++++++++++++
+ + +
+ + +
+ Nav + Hauptteil +
+ + +
+ + +
+++++++++++++++++++++++++++
Das Logo Frame und das Nav Frame müssen direkt aneinander liegen
weil es 2 Grafiken sind. Leider habe ich einen Abstand dazwischen.
Habe schon alles ausprobiert hier der Quelltext des Frameset:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<FRAMESET border="No" bordercolor="#000000" rows="100,*">
<FRAME frameborder="No" name="logo" src="logo.html" scrolling="no" marginheight="0" marginwidth="0" noresize>
<FRAMESET border="0" bordercolor="#00ff00" cols="190,*">
<FRAME frameborder="No" name="nav" src="nav.html" scrolling="no" marginheight="0" marginwidth="0" noresize>
<FRAME name="haupt" frameborder="No" src="haupt.html" scrolling="auto" marginheight="0" marginwidth="0" noresize>
</FRAMESET>
</FRAMESET>
<BODY marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" style="margin:0px;">
</BODY>
</HTML>
Vielen Dank für Anworten...
Gruß Patrick!
habe schon wieder ein Problem, es will einfach kein Ende nehmen!
Also ich habe meine Seite in 3 Frames aufgeteilt, etwa so:
+++++++++++++++++++++++++++
+ Logo +
+++++++++++++++++++++++++++
+ + +
+ + +
+ Nav + Hauptteil +
+ + +
+ + +
+++++++++++++++++++++++++++
Das Logo Frame und das Nav Frame müssen direkt aneinander liegen
weil es 2 Grafiken sind. Leider habe ich einen Abstand dazwischen.
Habe schon alles ausprobiert hier der Quelltext des Frameset:
<HTML>
<HEAD>
<TITLE></TITLE>
</HEAD>
<FRAMESET border="No" bordercolor="#000000" rows="100,*">
<FRAME frameborder="No" name="logo" src="logo.html" scrolling="no" marginheight="0" marginwidth="0" noresize>
<FRAMESET border="0" bordercolor="#00ff00" cols="190,*">
<FRAME frameborder="No" name="nav" src="nav.html" scrolling="no" marginheight="0" marginwidth="0" noresize>
<FRAME name="haupt" frameborder="No" src="haupt.html" scrolling="auto" marginheight="0" marginwidth="0" noresize>
</FRAMESET>
</FRAMESET>
<BODY marginheight="0" marginwidth="0" topmargin="0" leftmargin="0" style="margin:0px;">
</BODY>
</HTML>
Vielen Dank für Anworten...
Gruß Patrick!