Ich habe eine Indexhtml geschrieben. Hier der Code für die 3 frames, die angezeigt werden sollen:
- Code: Alles auswählen
<frameset rows="129,*" border = "0" scrolling="no" marginheight="0" marginwidth="0">
<frame src = "topframe.html" name="topframe" border ="0" marginheight="0" marginwidth="0">
<frameset cols="123,*" border = "0" scrolling="no" marginheight="0" marginwidth="0">
<frame src = "linkmenue.html" name = "linkmenue" border ="0" marginheight="0" marginwidth="0">
<frame src = "startseite.html" name = "startseite" border ="0" marginheight="0" marginwidth="0">
</frameset>
</frameset>
Problem 1:
Wie schaffe ich es im oberen Frame das scrolling wegzubekommen? Es ist trotz scrolling="0" da
Problem 2:
Wie bekomme ich die horizontale Scrollbar aus dem Linkmenüframe heraus? Nur die horizontale?!?!?
bye
David
PS: