bin gerade dabei eine Seite neu zu erstellen und auf CMSms umzustellen.
Hier der Link
soweit so gut.
Allerdings wird die Seite im IE6 nicht korrekt dargestellt. Die rechte Navi rutscht nach unten, und auch der Content steht zu weit rechts.
Leider weiß ich gar nicht genau, wo der Fehler liegt. Eventuell habt ihr ja nen Tip für mich...
hier mal das Template:
Code: Select all
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<__html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>{sitename}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
{metadata}
{stylesheet}
</head>
</__body>
<div id="container">
<div id="left_column">
<div id="title"><img src="uploads/images/karate/logo.jpg" alt="" width="100" height="100" />{sitename}</div>
<div id="header" class="headerimage {get_content_props fields="extra1"}">
<div id="header_slogan"></div>
</div>
<div id="left_content">
<h1>{title}</h1>
{content}
</div>
</div>
<div id="right_column">
<div class="domain">
{cms_selflink page='Startseite' text='Startseite'} | {cms_selflink page='Kontakt' text='Kontakt'} | {cms_selflink page='Impressum' text='Impressum'}
</div>
<div id="menucolumn">
<div class="menu_list">
{menu template='karatenavi' number_of_levels='1' collapse='1'}
</div>
</div>
<div id="right_content">
{content block='Extratext'}
</div>
<div id="contact">{global_content name='kontakt'}
</div>
</div>
<div id="footer">{global_content name='footer'}</div>
</div>
<__body>
</__html>
Code: Select all
body{
margin: 0 ;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.4em;
color: #444444;
background: #ffffff url(uploads/images/karate/body_bg.jpg) repeat-x;
}
a:link, a:visited, a:active { color: #848683; text-decoration: none; font-weight: normal;}
a:hover { color: #848683; text-decoration: underline; font-weight: normal; }
h1 {
margin:0px;
font-weight: bold;
font-size: 22px;
color:#39433A;
}
h1 span {
font-size: 14px;
color: #666666;
line-height: 1.6em;
}
h2 {
font-weight: bold;
margin-bottom: 0px;
font-size: 14px;
color:#39433A;
padding-top: 20px;
}
#container {
margin: auto;
width: 770px;
background: url(uploads/images/karate/container_bg.jpg) repeat-y;
}
#left_column {
float: left;
width: 483px;
}
#title {
float: left;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
height: 100px;
font-size: 24px;
font-weight: bold;
color: #39433A;
line-height: 1.6em;
}
#header {
float: left;
clear: left;
width: 483px;
height: 210px;
}
.headerimage {
background: url(uploads/images/karate/header1.jpg) no-repeat;
}
.header2 {
background: url(uploads/images/karate/header2.jpg) no-repeat;
}
.header3 {
background: url(uploads/images/karate/header3.jpg) no-repeat;
}
.header4 {
background: url(uploads/images/karate/header4.jpg) no-repeat;
}
.header5 {
background: url(uploads/images/karate/header5.jpg) no-repeat;
}
.header6 {
background: url(uploads/images/karate/header6.jpg) no-repeat;
}
.header7 {
background: url(uploads/images/karate/header7.jpg) no-repeat;
}
.header8 {
background: url(uploads/images/karate/header8.jpg) no-repeat;
}
.header9 {
background: url(uploads/images/karate/header9.jpg) no-repeat;
}
#header_slogan {
width: 483px;
float: left;
margin-top: 162px;
color: #000;
font-weight: bold;
text-align: center;
}
#left_content {
float: left;
margin: 30px 30px 30px 30px;
padding-left: 10px;
padding-bottom: 10px;
width: 413px;
text-align: left;
}
#right_column {
float: right;
width: 287px;
}
.domain {
float: left;
width: 262px;
padding-top: 10px;
padding-bottom: 88px;
padding-left: 25px;
background: #FFFFFF;
color:#006633;
height: 20px;
}
#menucolumn {
float: left;
background: #3a3f3a;
height: 210px;
width: 287px;
border-bottom: solid 3px #ffffff;
border-top: solid 2px #ffffff;
}
.menu_list {
float: left;
width: 230px;
padding-left: 15px;
}
.menu_list ul {
list-style-type: none;
margin: 10px;
padding: 0;
width: 213px;
}
.menu_list li a {
display: block;
height: 24px;
padding-top: 4px;
color: #ffffff;
padding-left: 5px;
background: url(uploads/images/karate/menu_button.jpg);
}
.menu_list li a:hover, .menu_list li .selected {
color: #ffffff;
text-decoration: none;
background: url(uploads/images/karate/menu_hover.jpg);
}
#right_content {
float: left;
width: 200px;
padding-left: 27px;
padding-bottom: 20px;
text-align: left;
}
#right_content ul {
list-style-type: disc;
}
#right_content a{
font-weight: normal;
color: #333333;
text-decoration: underline;
line-height: 20px;
}
#right_content a:hover {
text-decoration: underline;
}
#contact {
width: 225px;
padding-left: 30px;
padding-top: 5px;
height: 93px;
float: left;
color: #fff;
border-top: solid 3px #FFFFFF;
background: url(uploads/images/karate/kontakt.jpg) repeat-x;
}
#contact img {
float: right;
}
#contact a {
font-weight: normal;
color: #FFFFFF;
}
#footer {
clear: both;
width: 760px;
height: 32px;
padding-top: 10px;
padding-left: 10px;
text-align: left;
background: #848683;
font-weight: normal;
color: #FFFFFF;
}
#footer a {
color: #FFFFFF;
}