also habe eine kleine webseite gemacht und jetzt habe ich probleme mit der rechten spalte. ich habe von jemanden gesagt bekommen so soll ich das machen aber jetzt gab es einige missverständnisse und jetzt habe ich nur einen strich der linke und rechte seite trennt. ich hätte es aber gerne so das ich die rechte spalten unabhängig von der gesammten seite scrollen kann.
hoffe ihr habt verstanden was ich vorhabe und könnte mir weiter helfen :)
hoffe ihr habt verstanden was ich vorhabe und könnte mir weiter helfen :)
HTML:
<html>
<head>
<title>test</title>
<style type="text/css">
body {
background-color: #FFFFFF;
}
#over {
height: 90em;
width: 63em;
margin: 30px auto;
}
#main {
float: left;
height: 90%;
width: 40em;
border: #000000 0px solid;
}
#siderechts {
float: left;
margin: 0px 3px;
width: 20em;
height: 100%;
border: #000000 1px solid;
}
</style>
<link rel="stylesheet" href="test.css" type="text/css">
</head>
<body>
<div id="over">
<img src="images/Netz_Startseite.jpg" width=967 height=181 alt= " " />
<td align="center" width="100%" class="leiste" >
<table bgcolor="#93B9DB" width="96%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td>
<table id="menu2" width="100%" border="0" cellpadding="0" cellspacing="0,5" >
<tr>
<td ><a href="main.html" onfocus="this.blur()">Home</a></td>
<td ><a href="foto.html" onfocus="this.blur()">Fotogalerie</a></td>
<td ><a href="kontakt.html" onfocus="this.blur()">Kontakt</a></td>
<td ><a href="impressum.html" onfocus="this.blur()">Impressum</a></td>
<td ><a href="agb.html" onfocus="this.blur()">AGB</a></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<div id="main">
<div id="siderechts">
<p>Kontakt:</p>
<a href="test.html"><img src="images/bild.jpg" width=235 height=140 align="center"></a>
<p>Bildergallerie:</p>
<a href="test.html"><img src="images/bild.jpg" width=235 height=140 align="center"></a>
</div>
</div>
</body>
</html>