Einen wunderschönen Guten Abend,
bekomme es einfach nicht hin, das die tabellen im div bleiben.
Der Code der site_body.htm
|
Quellcode
|
1
2
3
4
5
6
7
|
<!--$navigation_left-->
<div id="content-wrap">
<div id="main"> $site_body
</div>
<div id="sidebar"> $navigation_right
</div>
</div>
|
und der dazugehörige css Code
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#main {
float: left;
width: 555px;
margin: 0px auto;
padding: 20px 0 0 0;
display: inline;
background: url(http://localhost/1603/images/style/cool_water/box.jpg) no-repeat;
}
#content-wrap {
clear: both;
width: 760px;
margin: 5px auto;
padding: 0;
}
#sidebar {
float: right;
width: 195px;
padding: 0; margin: 10px 0 0 0;
color: #777;
}
|
Ich hab schon einiges versucht, aber ohne Erfolg, sonst ging es eigentlich immer.
Habe keine Ahnung was ich noch versuchen soll, vielleicht kann mir hier einer helfen.
M f G KingEli