Hallo Zusammen,
bastel gerade an einer neuen Seite. Alles schön mit CSS. Im IE ist alles prima nur Firefox und Opera zicken rum. Kann mir jemand bei der Fehlersuche helfen?
Dann hab ich da noch ein zweites Problem:
Ich habe mir bei Map24 einen Routenplaner konfiguriert, funktioniert auch. Den hab ich in einen Container gesteckt und ihm eine Position zugewiesen. ich möchte allerdings rechts neben den Routenplaner noch Text platzieren, der wird leider darunter geschrieben, bzw. wenn ich den Text da habe wo er hin soll ist mein Routenplaner verschoben. Hab da grad nen Knoten im Kopf. Bitte um Hilfe.
Hier mal der Link:
www.seestern-norderney.de
Hier mein CSS:
HTML-Code:
@charset "ISO-8859-1";
/* CSS Document */
* {padding: 0; margin: 0;}
body {
background-color:#fcfbfa;
font-size:small;
font-family:Arial, Helvetica, sans-serif;
}
#wrapper {
color:#000000;
width: 720px;
margin-top: 10px;
margin-right: auto;
margin-bottom: auto;
margin-left: auto;
border: 1px dotted;
}
#hintergrundbild {
background-image:url(../images/bg.jpg);
background-repeat:no-repeat;
width: 720px;
height: 550px;
}
#map {
left:101px;
top:275px;
width:220px;
height:270px;
z-index:4;
}
#navibereich {
width: 685px;
height: 25px;
margin-top: 25px;
margin-left: 35px;
}
#navibereich li {
display: inline;
list-style-type: none;
margin: 5px 40px 5px 5px;
}
#navibereich a {
color: #000000;
display: inline;
height: 30px;
width: 645px;
padding: 5px 30px 5px 5px;
text-decoration: none;
}
#navibereich a:hover,
#navibereich a:focus {
color:#CC6600;
font-weight:bold;
}
#textbereich {
width: 635px;
height: 350px;
margin: 150px 170px 0 45px;
}
#text2 {
width: 300px;
height: 200px;
margin: 0 0 0 270px;
}
address {
}
h1, h2, h3 {
color:#CC6600;
font-weight: normal;
margin-bottom: 1em;}
h1 {font-size:110%;}
h2 {font-size:105%;}
a:link, a:visited, a:hover, a:active {text-decoration:none;}
Danke