Hallo,
ich habe eine Seite mit mehreren Frames erstellt. In diesen Frames sind diverse Tabellen, die nicht scrollbar und 100% groß sein sollen.
Im FF sind die angezeigten Inhalte zu groß und mit dem Mausrad scrollbar.
Der IE zeigt es wie gewünscht an.
Hier mal der Quelltext:
<body bgColor="#efefef" MS_POSITIONING="GridLayout" scroll="no">
<form name="Form1" method="post" action="QuickNavigation2.aspx" id="Form1">
<input name="hhtxAction" id="hhtxAction" type="hidden" style="Z-INDEX: 101; LEFT: 576px; POSITION: absolute; TOP: 104px" />
<table id="table0" bgcolor="#003399" width="100%" border="0" cellspacing="6" style="POSITION: absolute; TOP: 15px; FONT-SIZE: 10pt; COLOR: #003333; FONT-FAMILY: verdana">
<tr>
<td align="right"><button style="WIDTH: 100%; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 100%; BACKGROUND-COLOR: #efefef; BORDER-BOTTOM-STYLE: none; FONT-SIZE: 10pt; FONT-FAMILY: verdana;BACKGROUND-IMAGE: url(./_img/horizontalgradient.gif)" onclick="Action('Button1')">Button1</button></td>
<td align="right"><button style="WIDTH: 100%; BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 100%; BACKGROUND-COLOR: #efefef; BORDER-BOTTOM-STYLE: none; FONT-SIZE: 10pt; FONT-FAMILY: verdana;BACKGROUND-IMAGE: url(./_img/horizontalgradient.gif)" onclick="Action('Button2')">Button2</button></td>
<td align="right" rowspan="2"><img src="./_img/logoblau_70.jpg" /></td>
</tr>
<tr>
<td align="left" style="COLOR: white" colspan="4">Suche: <input name="_ctl9" type="text" style="FONT-SIZE: 10pt; FONT-FAMILY: verdana; WIDTH: 200" onkeypress="enter()" /><b> </b><button style="WIDTH: 30;BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; HEIGHT: 25; BORDER-BOTTOM-STYLE: none; FONT-SIZE: 10pt; FONT-FAMILY: verdana;" onclick="Action('Search')">go</button></td>
</tr>
</table>
</form>
</body>
hat jemand eine Idee?