@ndre@s: Frames definieren

Beitrag lesen

Hallo Georg,

<frameset rows="20%,80%">
<img src="Logo[1].jpg" width="222" height="222" border="0" alt="">
<img src="Höfer-Logo.jpg" width="222" height="222" border="0" alt="">
<img src="Höfer-Button.jpg" width="245" height="222" border="0" alt="">
</frameset>

Danke schon mal im Voraus!      Georg

<body    background="Logo[1].jpg" bgproperties=fixed>  <text="#000000" >

Probier mal sowas:

<FRAMESET ROWS="52,*,52"
BORDER="2"
MARGINWIDTH="1"
MARGINHEIGHT="5"
FRAMEBORDER="5"
FRAMESPACING="1">
<FRAME NAME="Top" SRC="indextop.htm" SCROLLING="no" MARGINWIDTH="1" MARGINHEIGHT="1" FRAMEBORDER="1">

<FRAME NAME="Middle" SRC="indexmiddle.htm" SCROLLING="auto" MARGINWIDTH="1" MARGINHEIGHT="1" FRAMEBORDER="5">

<FRAME NAME="Bottom" SRC="indexbottom.htm" SCROLLING="NO" MARGINWIDTH="1" MARGINHEIGHT="1" FRAMEBORDER="1">

</FRAMESET>

Fällt Dir ein Unterschied auf ;-)

Viel Spaß beim basteln

Andreas