Hi,
Ich hab mir eine Hp gebastelt und teilweise code aus templates verwendet.
5 Frames : oben,unten,rechts,links und mitte. Beim mittleren frame soll man eben scrollen können. SCROLLING ist aber auf YES gestellet und da ist aber trotzdem keine Scrollleiste. Why?? Ich habe auch noch ein CSS skript intigriert um nicht so viel schreiben zu müssen.
Ich weiss wirklich nicht mehr weiter. Hat von euch jem. eine Idee?
hier ein auszug:
<frameset framespacing=0 frameborder=0 border=0 cols="1*,700,1*">
<frame name=leftFrame src=left.htm scrolling=no noresize>
<frameset rows="106,1*,50">
<frame name=topFrame src=top.htm scrolling=no noresize>
<frame name=mainFrame src=welcome.htm scrolling=yes noresize>
<frame name=bottomFrame src=bottom.htm scrolling=no noresize>
</frameset>
<frame name=rightFrame src=right.htm scrolling=no noresize>
<noframes>
<body lang=DE-AT style='tab-interval:35.4pt'>
<div class=Section1>
<p class=MsoNormal><![if !supportEmptyParas]>&<![endif]><o:p></o:p></p>
</div>
</body>
<noframes></noframes>
</noframes>
</frameset>