Hallo,
Ich hab das folgende Frameset:
<frameset rows="380,*" frameborder="no" border="0" framespacing="0">
<frame src="top.html" name="topFrame" scrolling="no" noresize>
<frame src="sprache.aspx" name="mainFrame" scrolling="yes" noresize>
</frameset>
Der obere Teil ist fest (Höhe: 380px) und muss nicht scrollbar sein. Der untere Teil soll scrollbar sein nur wenn die Auflösung klein ist.
Frage:
- Wie kann ich den SCROLL erlauben, nur wenn nötig ist?
- Scroll-Style muss anders sein als IE-Standard-Scroll?
Vielen Dank im voraus
Mehdi