Hallo Leute,
ich hab ne Frage und würde mich über Hilfe aus dem Forum freuen.
Ich hab diese Seite programmiert und würde gerne wissen wie man den waagrechten Scrollbalken weg machen kann (egal ob man nun Scrollen kann oder nicht)
<html>
<head>
<title>AFE</title>
<link rel="stylesheet" type="text/css" href="<?php echo $path ?>include/style.css">
<style type="text/css">
<!--
div.main {
position: absolute;
top: 100px;
left: 100px;
}
//-->
</style>
</head>
<body>
<div align="center" id="main" class="main">
<table>
<tr>
<td>
<div align="Left">
<img src="<?php echo $path ?>img/logo.jpg" width="640" height="64" alt="Logo">
<table width="640px" bgcolor="#C0C0C0" callspacing="0" cellpadding="0">
<tr>
<td width="15%" style="filter:dropshadow(color=#000000, offx=1, offy=1)"><div align="center"><a href="<?php echo $path ?>pages/home.php">Home</a></div></td>
<td width="2%"><div align="center">|</div></td>
<td width="15%" style="filter:dropshadow(color=#000000, offx=1, offy=1)"><div align="center"><a href="<?php echo $path ?>pages/last_afe.php">Letzte AFEs</a></div></td>
<td width="2%"><div align="center">|</div></td>
<td width="15%" style="filter:dropshadow(color=#000000, offx=1, offy=1)"><div align="center"><a href="<?php echo $path ?>pages/images.php">Bilder</a></div></td>
<td width="2%"><div align="center">|</div></td>
<td width="15%" style="filter:dropshadow(color=#000000, offx=1, offy=1)"><div align="center"><a href="<?php echo $path ?>pages/videos.php">Videos</a></div></td>
<td width="2%"><div align="center">|</div></td>
<td width="15%" style="filter:dropshadow(color=#000000, offx=1, offy=1)"><div align="center"><a href="<?php echo $path ?>pages/anmeldung.php">Anmeldung</a></div></td>
<td width="2%"><div align="center">|</div></td>
<td width="15%" style="filter:dropshadow(color=#000000, offx=1, offy=1)"><div align="center"><a href="<?php echo $path ?>pages/contact.php">Contact</a></div></td>
</tr>
</table>
<br>
<iframe src="./bla.php" scroling="no" border="0px" width="644" height="400"></iframe>
</div>
</td>
</tr>
</table>
</div>
</body>
</html>
Danke schon mal für die Hilfe.