Danke für die Antworten.
Ja das Problem tritt nur bei den Gallerien auf sobald ich den Code den ich im Lightroom erstellt habe dort einfüge Springt der Banner etwas nach unten.
Das die Bilder auf der Startseite in das Menü rutschen ist nicht gewollt bei mir wird alles korekkt angezeigt. Hast du eine Idee wie ich das beheben kann?
Helper.romoveEvent >> Pointer to detach event is undefined - perhaps you are trying to detach an unattached event ?
das Problem mit der Fehlermeldung hatte ich auch mal bei einem älteren Browser die Ursache dafür habe ich aber auch nicht finden können bei mir im Firefox und im IE wird alles angezeigt.
body {
color:#fff;
background-color:#000;
font-size:0.8em;
line-height:1.4em;
[B]padding:1em 0;[/B]
margin:0;
}
Was meint ihr soll ich am padding ändern?
hier mal die Css
[CODE]* {
border:0;
margin:0;
padding:0;
}
/* general */
a {
color:#624f2f;
}
img {
border:2px solid #333;
}
/* body */
body {
background:#d8c6a6 url(‚image/content.jpg‘) center repeat-y;
color:#333;
font-family: Arial, Helvetica, sans-serif, „bitstream vera sans“;
font-size: 1em;
}
/****************************************************************************************************
Begin Header
****************************************************************************************************/
#header
{
background:#7e673e url(‚image/Restaurant Breckerfeld_001‘) top center no-repeat;
height:100px;
top:0;
width:100%;
}
#header_inside {
height:100px;
margin:0 auto;
width:760px;
}
#header_inside h1 {
color:#3b2a0c;
font:bold 300% „trebuchet ms“, helvetica, sans-serif;
letter-spacing:-3px;
margin:0 0 -10px;
padding:15px 0 0;
text-align:right;
font-weight: bold;
}
#header_inside h2 {
color:#ccc;
font:150% „trebuchet ms“, helvetica, sans-serif;
letter-spacing:-2px;
text-align:right;
font-weight: bold;
}
/* navigation */
#navigation {
left:379px;
margin:0 0 0 -61px;
position:absolute;
width:122px;
top: 2px;
}
#navigation li {
list-style:none;
}
#navigation li a {
color:#fff;
display:block;
height:50px;
line-height:50px;
text-align:center;
text-decoration:none;
}
#navigation li a:hover {
background:#7e673e;
color:#332407;
}
#navigation li a.active {
background:#7e673e;
color:#332407;
}
/*content */
#content {
left:50%;
margin:0 0 0 -380px;
position:absolute;
width:760px;
}
/* left */
.left {
float:left;
padding:10px 0 0;
width:304px;
}
.left p {
padding:3px;
text-align: center;
}
.left h1 {
border-bottom:1px solid #888;
font-size:1.3em;
padding:10px 0 0;
text-align: center;
}
.left code {
border:1px solid #624f2f;
border-left:9px solid #624f2f;
display:block;
margin:10px;
padding:10px;
text-align:left;
}
.left li {
list-style:circle;
margin:0 0 0 0px;
}
/* center */
.center {
float:left;
width:152px;
}
/* right */
.right {
float:right;
padding:10px 0 0;
width:450px;
}
.right h1 {
font-size:1.2em;
padding:0 0 10px;
text-align:left;
font-weight: bold;
}.left p1 {
font-size: 10px;
}
.haupt {
font-size: 1em;
padding: 50px;
}
#content .left div ul li {
text-align: left;
}
#content .left div .haupt {
text-align: center;
}
.copyright {
font-size: 0.6em;
}
.counter {
height: 12px;
width: 20px;
}
.vergrößern {
font-size: 0.7em;
}
[/CODE]
Das leere Div im header werde ich mal versuchen zu entfernen…und Danke nochmal für die vielen Antworten
Gruß Sascha