Frames und Bilder

Status
Nicht offen für weitere Antworten.
D

Dreadhead

Hi, ich hab folgendes Problem:

Ich hab 3 Frames, eins für die Überschrift, eins fürs Menü und eines für die Anzeige. Ich hab nen Rahmen fürs Anzeigefenster gezeichnet und in 2 Teile geteilt. Mein Problem: Wie kann ich die Bilder pixelgenau positionieren, dass die Teile genau zusammenpassen?

(das horizontale Rahmenstück ist im Titel-Frame und das vertikale im Menü-Frame)

Außerdem ist der vertikale Rahmen im Menü-Frame immer ein Stück runtergesetzt, egal was ich mache

(Die Bilder Rahmen 1 und Rahmen 2 müssen genau an den Framerand grenzen, ohne auch nur ein Pixel Abstand)



Source:

index.html

<html>
<frameset rows="170,*" border="0">
<frame src="title.html" border="0" scrolling=no>
<frameset cols="150,*" border="0">
<frame src="menue.html" border="0" scrolling=no>
<frame src="about:blank" border="0" scrolling=no>
</frameset>
</frameset>
</html>


title.html

<html>

<body bgcolor=000000>

<img src="title.jpg" vspace="0" hspace="0" height=125 width=1024 align="top" border="0">
<img src="rahmen1.jpg" vspace="2" hspace="100" border="0">

</body>

</html>


menue.html

<html>
<body bgcolor=000000>
<img src="rahmen2.jpg" hspace="100" vspace="0" hspace="100" border="0">
</body>
</html>
 
Source:

index.html

<html>
<frameset rows="170,*" border="0" frameborder="0" >
<frame src="title.html" border="0" frameborder="0"scrolling=no>
<frameset cols="150,*" border="0" frameborder="0">
<frame src="menue.html" border="0" frameborder="0"scrolling=no>
<frame src="about:blank" border="0" frameborder="0"scrolling=no>
</frameset>
</frameset>
</html>


title.html

<html>

<body bgcolor=000000 topmargin=0 leftmargin=0 marginleft=0 marginheight=0 >

<img src="title.jpg" vspace="0" hspace="0" height=125 width=1024 align="top" border="0">
<img src="rahmen1.jpg" vspace="2" hspace="100" border="0">

</body>

</html>


menue.html

<html>
<body bgcolor=000000 topmargin=0 leftmargin=0 marginleft=0 marginheight=0>
<img src="rahmen2.jpg" hspace="100" vspace="0" hspace="100" border="0">
</body>
</html>


Ohne Gewähr!


Webcutdirektor
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück