[phpBB Debug] PHP Warning: in file [ROOT]/ext/tas2580/seourls/event/listener.php on line 213: Undefined array key "FORUM_NAME"
Webseite - REDAXO Forum
Hallo,

Wir haben in letzter Zeit festgestellt, dass die Kommunikation via Slack viel schneller und zielführender ist als ein Beitrag im Forum. Aufgrund der neuen und besseren Möglichkeiten der Kommunikation haben wir uns entschlossen das Forum nur noch als Archiv zur Verfügung zu stellen. Somit bleibt es weiterhin möglich hier nach Lösungen zu suchen. Neue Beiträge können nicht mehr erstellt werden.

Wir empfehlen, für deine Fragen/Probleme Slack zu nutzen. Dort sind viele kompetente Benutzer aktiv und beantworten jegliche Fragen, gerne auch von REDAXO-Anfängern! Slack wird von uns sehr intensiv und meistens "rund um die Uhr" benutzt :-)
Selbst einladen kannst Du dich hier: https://redaxo.org/slack/
ba-coach
Beiträge: 94
Registriert: 15. Jan 2007, 15:50
Wohnort: Minden
Kontaktdaten: Website

Webseite

11. Apr 2011, 10:04

Guten Morgen allerseits,

ich bin verzweifelt, IE 8 und IE 9 ist daran schuld, dass ich jetzt erstmal in den Keller gehe.
Für eine neue Seite,

habe ich für meinen Kunden ein neues Layout entwickeln dürfen. Mich plagt dabei aber die Anordnung der Navigation auf der linken Seite, im Firefox und IE 7 ist alles gut, bei den anderen beiden Kandidaten verschiebt sich die Navigation weit nach rechts und nimmt zudem die Grafik "Startseite" mit, warum auch immer.

Habt ihr eine Idee?
Gruß und Dank
Sebastian

Hier mal das CSS dafür:

* {
margin: 0;
padding: 0;
}

body {
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
background-image: url("site_bg01.jpg");
background-repeat:repeat-x;
background-position: top center;
}

h2 {
margin: 0px;
padding: 0px;
padding-bottom: 8px;
padding-top: 6px;
font-family:"Trebuchet MS";
font-size: 16px;
color: #51076d;
}

h3 {
margin: 0px;
padding: 0px;
padding-top: 18px;
padding-bottom: 6px;
font-family:"Trebuchet MS";
font-size:14px;
color: #51076d;
font-weight: bold;
}

#wrap {
width: 970px;
margin-left: auto;
margin-right: auto;
}
#header_logos {
height: 84px;
background-image: url(image/header_logos.jpg);
background-position:top;
background-repeat:no-repeat;
}
#header_image {
height: 305px;
background-image: url(image/header_image.jpg);
background-position: top;
background-repeat: no-repeat;
}
#zusatzinfo {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;
letter-spacing: -1px;
padding-left: 700px;
padding-top: 10px;
}
#branding {
height: 43px;
padding-left: 402px;
padding-top: 42px;
}
#category {
padding-left: 395px;
padding-top: 12px;
}
#category a {
text-decoration:none;
}
#breadcrumb{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#666666;
padding-left: 412px;
padding-top: 20px;
}
#container {
width: 970px;
margin-top: -10px;
margin-left: auto;
margin-right: auto;
}
#sidebar {
float: left;
width: 168px;
height: 32px;
margin-left: 215px;
background-image: url(images/pic_start.jpg);
background-position: top;
background-repeat: no-repeat;
}
#navigation {
padding-top: 32px;
}
#content {
float: right;
width: 480px;
margin-right: 80px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
line-height: 1.3em;
}

ul {
overflow: hidden;
float: left;
margin: 0px;
padding: 0px;
margin-top: 0px;
margin-bottom: 0px;
width: 166px;
border-left: 1px solid #EAEAEA;
border-right: 1px solid #EAEAEA;
}
ul li {
float:left;
list-style: none;
border-bottom: 1px solid #EAEAEA;
line-height: 1.4em;
}
ul li a {
display: block;
text-decoration: none;
text-align: left;
width: 150px;
padding-left: 18px;
font-family: Verdana, Arial;
font-size: 11px;
color: #757575;
text-decoration: none;
}
ul li a:hover {
background-color: #EBEBEB;
color: #51076D;
}
Zuletzt geändert von ba-coach am 30. Jan 2012, 11:22, insgesamt 1-mal geändert.

Benutzeravatar
Ruediger.Nitzsche
Beiträge: 2117
Registriert: 13. Dez 2005, 09:29
Wohnort: Coburg
Kontaktdaten: Website

Re: EBH Minden

11. Apr 2011, 10:13

Ich hab den Beitrag mal ins passende Forum verschoben.

Rüdiger
gn2 netwerk | gn2 hosting | REDAXO Referenzen | Github
Supportanfragen per PN werden gepflegt ignoriert

ba-coach
Beiträge: 94
Registriert: 15. Jan 2007, 15:50
Wohnort: Minden
Kontaktdaten: Website

Re: EBH Minden

11. Apr 2011, 10:19

Sorry, das hatte ich nicht gesehen, danke.

Ingo
Beiträge: 782
Registriert: 24. Jun 2010, 00:34

Re: EBH Minden

11. Apr 2011, 15:55

Deine Brotkrümel sind fehlerhaft, da schliesst ein <a> nicht richtig. Vielleicht ist es das schon. Grundsätzlich solltest du zusehen, dass dein Markup halbwegs fehlerfrei ist: http://validator.w3.org/

ba-coach
Beiträge: 94
Registriert: 15. Jan 2007, 15:50
Wohnort: Minden
Kontaktdaten: Website

Re: EBH Minden

11. Apr 2011, 18:33

Vielen Dank, die waren es. Und nun passt es in allen Browsern. Valide ist es nun auch.
http://validator.w3.org/check?uri=http% ... ne&group=0

Gruß und Dank
Sebastian

Zurück zu „Sonstiges“