thuemmy
Aktives Mitglied
Hallo Forum,
und schon wieder ein neues Problem. Auf der Webseite: Molitor Bedachungen GmbH - Eltville - Unsere Leistungen gibt es mal wieder Probleme. Ich habe versucht, 2 Spalten zu machen. Wenn die Welt nur aus Microsoft bestehen würde, wäre alles ok. Der Firefox und Opera machen mir da allerdings Probleme. Die Spalten werden untereinander angezeigt. HTML und CSS sind valide.
die beiden Spalten sind unten im Code (#links und #rechts)
Vielen Dank schonmal im Vorraus für Eure Hilfe.
Gruß thuemmy
und schon wieder ein neues Problem. Auf der Webseite: Molitor Bedachungen GmbH - Eltville - Unsere Leistungen gibt es mal wieder Probleme. Ich habe versucht, 2 Spalten zu machen. Wenn die Welt nur aus Microsoft bestehen würde, wäre alles ok. Der Firefox und Opera machen mir da allerdings Probleme. Die Spalten werden untereinander angezeigt. HTML und CSS sind valide.
Code:
body {
background-image: url(../images/bg2.jpg);
background-repeat: repeat;
background-color: white;
font-family: Verdana, Arial, sans-serif;
}
h1 {font-size:130%;}
.main {
width:720px;
margin-left:auto;margin-right:auto;
margin-top:15px;
margin-bottom:15px;
border-width:1px;
border-style: solid;
border-color: black;
background-color: white;
}
#navsite h5 {
display:none;
}
#navsite ul {
padding: 3px 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}
#navsite ul li {
list-style: none;
margin: 0;
display: inline;
}
#navsite ul li a {
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
}
#navsite ul li a:link {
color: #448;
}
#navsite ul li a:visited {
color: #667;
}
#navsite ul li a:link:hover, #navsite ul li a:visited:hover {
color: #000;
background: #AAE;
border-color: #227;
}
#navsite ul li a#current {
background: white;
border-bottom: 1px solid white;
}
.content {
width:700px;
height:100%;
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:0px;
background-color: white;
padding:10px;
}
#partner ul {
list-style-type: none;
margin-left: 30px;}
#partner li {
margin-top: 30px;
}
#links {
width: 300px;
float: left;
}
#links li {
font-size:95%;
}
#rechts {
width: 300px;
}
#rechts li {
font-size:95%;
}
Vielen Dank schonmal im Vorraus für Eure Hilfe.
Gruß thuemmy