Ik heb de volgende code voor een I-frame... maar als ik nu kijk in een kleine resolutie dan blijf ik schuifbalken zien... ook als deze niet nodig zijn waar moet ik het commando Scrolling="no" of auto plaatsen, kheb al wat geprobeerd btw
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Maat Software</title>
</head>
<body style="margin-top: 0; margin-left: 0; margin-bottom: 0; margin-right: 0" scrolling="no">
<body background="pics/rondom.jpg">
<table border="0" cellspacing="0" cellpadding="0" width="1173" height="409" scrolling="no">
<tr>
<td colspan="3" width="1171" height="1"></td>
</tr>
<tr>
<td width="1" height="555" scrolling="auto"></td>
<td width="732" height="555" scrolling="NO">
<iframe src="site.html" scrolling="NO" frameborder="0" height="100%" width="800" height="560"></iframe>
</td>
<td width="435" height="555" scrolling="NO"></td>
</tr>
<tr>
<td colspan="3" width="1171" height="29" scrolling="no"></td>
</tr>
</table>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Maat Software</title>
</head>
<body style="margin-top: 0; margin-left: 0; margin-bottom: 0; margin-right: 0" scrolling="no">
<body background="pics/rondom.jpg">
<table border="0" cellspacing="0" cellpadding="0" width="1173" height="409" scrolling="no">
<tr>
<td colspan="3" width="1171" height="1"></td>
</tr>
<tr>
<td width="1" height="555" scrolling="auto"></td>
<td width="732" height="555" scrolling="NO">
<iframe src="site.html" scrolling="NO" frameborder="0" height="100%" width="800" height="560"></iframe>
</td>
<td width="435" height="555" scrolling="NO"></td>
</tr>
<tr>
<td colspan="3" width="1171" height="29" scrolling="no"></td>
</tr>
</table>
</body>
</html>