[HTML] Ganz schmales Frame und trotzdem keine Scrollbalken im IE? | neues Problem

Susanne
Hallo (:
Ich habe für unseren Privatstall Kontoauszüge gecodet und hab dafür einfach den Code verwendet, mit dem ich normalerweise ganz normale IFrame-Designs code.

So sieht das ganze aus:
http://www.pslohrbach.bbping.de/seiten/K..._Christine.html

An sich ja schon mal nicht schlecht, im FF passt auch alles...
Nur der IE zaubert bei den Kontoständen Scrollbalken hin, obwohl doch eigentlich alles passt, wie man im FF sehen kann.
Breiter machen kann ich die Frames nicht, zumindest nicht unten, weil da der grüne Streifen im Weg ist.

Gibts eine andere Möglichkeit?

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
<html>
<head>
<title>Kontoauszug_Christine</title>
<link rel="stylesheet" href="http://www.pslohrbach.bbping.de/style_kontoauszug.css" type="text/css">
</head>

<body bgproperties="fixed" style="background-image: url(http://www.pslohrbach.bbping.de/grafiken/hg_context.png); background-attachment: fixed;">

<div id="HG" style="position: absolute; top: 0px; left: 0px;"><img
src="http://www.pslohrbach.bbping.de/grafiken/Kontoauszug_Christine.jpg"
 height="266" width="532"></div>

<div id="Frame"
 style="position: absolute; top: 42px; left: 376px;"><iframe
src="http://www.pslohrbach.bbping.de/seiten/letzterKontostand_Christine.html" name="letzterkontostand"
 frameborder="0" height="24" scrolling="auto"
 width="155"></iframe></div>

<div id="Frame"
 style="position: absolute; top: 71px; left: 3px;"><iframe src="http://www.pslohrbach.bbping.de/seiten/Kontobewegungen_Christine.html" name="kontobewegungen"
 frameborder="0" height="150" scrolling="auto"
 width="527"></iframe></div>

<div id="Frame"
 style="position: absolute; top: 220px; left: 376px;"><iframe
src="http://www.pslohrbach.bbping.de/seiten/aktuellerKontostand_Christine.html" name="kontostand"
 frameborder="0" height="25" scrolling="auto"
 width="153"></iframe></div>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>

<a href="http://www.pslohrbach.bbping.de/seiten/Bank.html" target="_self">.zurück</a>

</body>
</html>
McLissy
Und wenn du <p> statt <br> machst, sparst du die Hälfte an Zeit! fröhlich
Susanne
hm... zugegeben, jetzt scrollt es nicht mehr. Aber dafür sieht man die Zahlen auch nur noch zur Hälfte -.-
Dabei hab ich doch schon "top" angegeben:

code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
<html>
<head>
<title>aktuellerKontostand_Christine</title>
<link rel="stylesheet" href="http://www.pslohrbach.bbping.de/style_kontoauszug.css" type="text/css">
</head>

<body>

<div align="right"><div align="top">0 &euro;</div></div>

</body>
</html>


und jetzt?

²Gestuet Sonnenthal: Jaja, ich weiß Zunge raus warum einfach, wenns auch kompliziert geht? xD
Susanne
*schubs*

weiß niemand was?