Hallo,
habe Probleme mit einer HP, die mir keine Scrollleisten im Layer zeigen will, obwohl es welche geben muß *ärger*
Code-Teil im Index (ich füge Layer immer in Tabellen ein)
Joah.. scrolling ist sowohl beim menue als auch im main auf "auto" und trotzdem nicht da
Hoffe, jemand von euch blickt da durch
lg
Nice
habe Probleme mit einer HP, die mir keine Scrollleisten im Layer zeigen will, obwohl es welche geben muß *ärger*
Code-Teil im Index (ich füge Layer immer in Tabellen ein)
Code:
<table width="100%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="*"> </td>
<td width="800" background="design.png" style="background-repeat:no-repeat">
<table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
<tr height="140">
<td colspan="2"><iframe src="header.htm" allowtransparency="yes" height="100%" width="100%" name="header" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
</tr>
<tr height="360">
<td width="140"><iframe src="menue/menue.htm" allowtransparency="yes" height="100%" width="136" name="menue" scrolling="auto" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
<td width="530"><iframe src="main.htm" allowtransparency="yes" height="100%" width="100%" name="main" scrolling="auto" frameborder="0" marginheight="10" marginwidth="10"></iframe></td>
<td> </td>
</tr>
<tr height="*">
<td width="140"><iframe src="impr.htm" allowtransparency="yes" height="100%" width="136" name="impr" scrolling="no" frameborder="0" marginheight="0" marginwidth="0"></iframe></td>
<td> </td>
<td> </td>
</tr>
</table> </td>
<td width="*"> </td>
</tr>
</table>
Joah.. scrolling ist sowohl beim menue als auch im main auf "auto" und trotzdem nicht da
Hoffe, jemand von euch blickt da durch
lg
Nice