mediengestalter.info
FAQ :: Mitgliederliste :: MGi Team

Willkommen auf dem Portal für Mediengestalter

Aktuelles Datum und Uhrzeit: Mi 24.04.2024 04:35 Benutzername: Passwort: Auto-Login

Thema: Geistertext in Website... irgendwer eine Idee? [solved] vom 17.04.2007


Neues Thema eröffnen   Neue Antwort erstellen MGi Foren-Übersicht -> Allgemeines - Nonprint -> Geistertext in Website... irgendwer eine Idee? [solved]
Autor Nachricht
javanizer
Threadersteller

Dabei seit: 09.09.2003
Ort: Mönchengladbach
Alter: 57
Geschlecht: Männlich
Verfasst Di 17.04.2007 10:55
Titel

Geistertext in Website... irgendwer eine Idee? [solved]

Antworten mit Zitat Zum Seitenanfang

Ich bin gerade mitten in einem Projekt und "bastle" gerade ein Layout auf CSS Basis zusammen. Da das Ganze als Template-Grundlage für ein CMS dienen muss, ist es mit lauter DIVs gebaut, ein wenig gefloated aber nicht unbedingt das was man als High Quality CSS Website bezeichnen würde... naja man muss Opfer bringen...

Es ist aber seit ein paar Stunden ein Problem aufgetreten, das ich einfach nicht wegbekomme und zwar ist es eine Art Geistertext - anders kann ich es nicht Beschreiben.

Das Layout ist 3-Spaltig. Die Spalten sind durch 3 Divs definiert (Spaltelinks, Spaltemitte ,Spalterechts) IN den Spalten sind wiederum durch Divs definierte Container für die späteren Module. In einigen ist noch eine definierte H1. Die Höhen sind festgelegt.

In der rechten Spalte habe ich nun das Problem, dass der Text, der im jeweils letzten Container steht teilweise nochmal unterhalb des eigentlichen Containers wiederholt wird obwohl er da im Quelltext gar nicht nochmal steht.

Steht zum Beispiel im Container der Text "Hier Headline" erscheint unterhalb des Containers nochmal "er Headline"
Ach so - das erscheint nur im IE nicht im Firefox....

Hat da irgendwer eine Idee?

Danke im Voraus,
Gruß J


Ich pack mal die beiden Codes rein:

Erst HTML:
Code:

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Das Projekt</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
</head>

<body>
<div id="header">
<div id="headernav">
<ul class="headernav">
<li class="headernav"><a href="#" class="headernav">Home</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Kontakt</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Werbung</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Partner</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Impressum</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Sitemap</a></li>
</ul>
</div>
</div>
<div id="wrapper">
<div id="topnav">
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnavend">#</a>
</div>
<div id="logo">
<img src="images/elemente/das_logo.gif" alt="(Logo)" /></div>
<div id="mainimage">&nbsp;</div>
<div id="contentwrapper">
<!-- Linke Spalte -->
<div id="spaltelinks">
<div id="calender">Kalendermodul</div>
<div id="leftnav">
<ul class="leftnav">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div id="newsletter">
<h1>Newsletter</h1>
Newsletter</div>
<div id="umfrage">
<h1>Umfrage</h1>
Umfrage</div>
</div>
<!-- Ende Linke Spalte -->
<!-- Fullsize Banner -->
<div id="fullsizebanner">Fullsize Banner</div>
<!-- Ende Fullsize Banner -->
<!-- Mittlere Spalte -->
<div id="spaltemitte">
<div id="termine-front">
<h1>Aktuelle Termine</h1>
Aktuelle Termine</div>
<div id="nightshots-front">
<h1>Nightshots / Galerie</h1>
Nightshots</div>
<div id="medium-rectangle">Medium Rectangle</div>
</div>
<!-- Ende Mittlere Spalte -->
<!-- Rechte Spalte -->
<div id="spalterechts">
<div id="aktuell-front">
<h1>Aktuell</h1>
Aktueller Flyer
</div>
<div id="partner">Partner</div>
<div id="rectangle">Rectangle 180x150</div>
<div id="musiknav">
<h1>Musik</h1>
</div>
</div>
<!-- Ende Rechte Spalte -->
</div>
<div id="footer"> Footer</div>
</div>
</body>
</html>


Nun das CSS

Code:
/* CSS Document */

/*Basisdefinitionen */

html {
   font-size: 12px;
}
body
{
   color: #000000;
   text-align: justify;
   margin: 20px 0px 0px;
   padding: 0px;
   font: normal 101%/140% Arial, Helvetica, sans-serif;
   height: 101%;
   background: #999999;
}
#header {
   text-align: left;
   width: 860px;
   overflow: visible;
   height: auto;
   position: relative;
   z-index: 2;
   margin: 0px auto;
   padding: 0px;
}
#wrapper {
   width: 840px;
   overflow: hidden;
   height: auto;
   margin: 0px auto;
   padding: 0px 10px 10px;
   background: url(../images/elemente/bgcontent.jpg) repeat left top;
   clear: both;
}
#logo {
   text-align: center;
   vertical-align: middle;
   margin: 40px 0px 0px;
   padding: 0px;
   clear: both;
   width: 840px;
   overflow: hidden;
   height: 80px;
}

#headernav {
   margin: 5px 0px 5px 10px;
   padding: 0px;
   clear: both;
   float: right;
   width: auto;
   overflow: hidden;
   height: auto;
}
ul.headernav {
   font-size: 1em;
   line-height: normal;
   color: #FFFFFF;
   display: inline;
   margin: 0px;
   padding: 0px;
   width: auto;
   list-style: url(none) none inside;
   overflow: hidden;
   height: auto;
}
#mainimage {
   margin: 10px 0px;
   padding: 0px;
   clear: both;
   height: 198px;
   width: 838px;
   overflow: hidden;
   border: 1px solid #666666;
}
#spaltelinks {
   margin: 0px;
   padding: 0px;
   width: 220px;
   overflow: hidden;
   height: auto;
   float: left;
   background: #99CCFF;
}
#spaltemitte {
   margin: 0px 10px;
   padding: 0px;
   width: 400px;
   overflow: hidden;
   height: auto;
   float: left;
   background: #9966CC;
}
#spalterechts {
   margin: 0px;
   padding: 0px;
   width: 200px;
   overflow: hidden;
   height: auto;
   float: left;
   background: #FF9900;
}

#calender {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 220px;
   width: 220px;
   overflow: hidden;
   position: relative;
   visibility: visible;
   left: 0px;
   top: 0px;
   clear: both;
}
h1 {
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   background: #635B4D;
   display: block;
   margin: 0px;
   padding: 2px 10px;
   height: 25px;
   width: 100%;
   border-bottom: 1px solid #000000;
   overflow: hidden;
   float: left;
}
#partner {
   background: #FFFFFF;
   margin: 0px;
   padding: 0px;
   height: 115px;
   width: 200px;
   overflow: hidden;
   clear: both;
}



#contentwrapper {
   width: 840px;
   overflow: hidden;
   height: auto;
   margin: 0px;
   padding: 0px;
   background: #00FFFF;
   clear: both;
}



li.headernav{
   font-size: 1em;
   line-height: normal;
   color: #FFFFFF;
   display: inline;
   margin: 0px;
   padding: 2px;
   float: left;
   list-style: url(none) none inside;
   overflow: hidden;
}
a.headernav:link {
   font-size: 1em;
   line-height: normal;
   font-weight: normal;
   color: #FFFFFF;
   text-decoration: none;
}
a.headernav:visited {
   font-size: 1em;
   line-height: normal;
   font-weight: normal;
   color: #FFFFFF;
   text-decoration: none;
}
a.headernav:hover {

   font-size: 1em;
   line-height: normal;
   font-weight: normal;
   color: #990000;
   text-decoration: none;
}
#topnav {
   margin: 0px auto 20px;
   padding: 0px;
   overflow: hidden;
   text-align: center;
   height: auto;
   width: 840px;
}
ul.topnav {
   font-size: 1em;
   line-height: normal;
   color: #FFFFFF;
   display: block;
   margin: 0px auto;
   padding: 0px;
   list-style: url(none) none inside;
   overflow: hidden;
   height: auto;
   width: auto;
}

li.topnav{
   font-size: 1em;
   line-height: normal;
   color: #FFFFFF;
   display: block;
   margin: 0px;
   padding: 10px;
   list-style: url(none) none inside;
   overflow: hidden;
   background: url(../images/elemente/topnavtrenner.gif) no-repeat right top;
   width: auto;
   height: auto;
   float: left;
}
a.topnav:link {
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0px;
   padding: 10px 11px;
   height: auto;
   width: auto;
   overflow: hidden;
   display: block;
   float: left;
   background: url(../images/elemente/topnavtrenner.gif) no-repeat right top;
}
a.topnav:visited {
   color: #FFFFFF;
   padding: 10px 11px;
   height: auto;
   overflow: hidden;
   width: auto;
   margin: 0px;
   display: block;
   float: left;
   background: url(../images/elemente/topnavtrenner.gif) no-repeat right top;
   text-decoration: none;
   font-size: 1.1em;
   line-height: normal;
   font-weight: bold;
}
a.topnav:hover {
   color: #990000;
   margin: 0px;
   padding: 10px 11px;
   width: auto;
   overflow: hidden;
   height: auto;
   display: block;
   float: left;
   background: url(../images/elemente/topnavtrenner.gif) no-repeat right top;
   text-decoration: none;
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
}
a.topnavend:link {
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0px;
   padding: 10px 11px;
   height: auto;
   width: auto;
   overflow: hidden;
   display: block;
   float: left;
}
a.topnavend:visited {
   line-height: normal;
   color: #FFFFFF;
   text-decoration: none;
   padding: 10px 11px;
   height: auto;
   overflow: hidden;
   width: auto;
   margin: 0px;
   display: block;
   float: left;
   font-size: 1.2em;
   font-weight: bold;
}
a.topnavend:hover {
   color: #990000;
   text-decoration: none;
   margin: 0px;
   padding: 10px 11px;
   width: auto;
   overflow: hidden;
   height: auto;
   display: block;
   float: left;
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
}
#fullsizebanner {
   background: #FFFFFF;
   height: 80px;
   width: 610px;
   overflow: hidden;
   float: left;
   margin: 0px 0px 10px 10px;
   padding: 0px;
}
#footer {
   background: #FF0000;
   margin: 0px;
   padding: 0px;
   clear: both;
   width: 840px;
   overflow: hidden;
   position: relative;
   height: auto;
   left: 0px;
   bottom: 0px;
}
#newsletter {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 260px;
   width: 220px;
   overflow: hidden;
   clear: both;
}
#leftnav {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 154px;
   width: 220px;
   overflow: hidden;
   clear: both;
}
#umfrage {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 260px;
   width: 220px;
   overflow: hidden;
   clear: both;
}
#termine-front {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 264px;
   width: 400px;
   overflow: hidden;
   clear: both;
}
#nightshots-front {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 260px;
   width: 400px;
   overflow: hidden;
   clear: both;
}
#medium-rectangle {
   background: #FFFFFF;
   margin: 0px;
   padding: 0px;
   height: 290px;
   width: 400px;
   overflow: hidden;
   clear: both;
}
#aktuell-front {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 264px;
   width: 200px;
   overflow: hidden;
   clear: both;
}
#rectangle {
   background: #FFFFFF;
   margin: 0px;
   padding: 0px;
   height: 180px;
   width: 200px;
   overflow: hidden;
   clear: both;
}
#musiknav {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 254px;
   width: 200px;
   overflow: hidden;
   clear: both;
}


[edit]
Verschoben von Programmierung nach Allgemeines - Nonprint.


Zuletzt bearbeitet von Mischpult am Di 17.04.2007 11:45, insgesamt 3-mal bearbeitet
  View user's profile Private Nachricht senden
deeesi

Dabei seit: 01.09.2004
Ort: Leverkusen
Alter: 42
Geschlecht: Weiblich
Verfasst Di 17.04.2007 11:00
Titel

Antworten mit Zitat Zum Seitenanfang

das hatte ich letztens auch, lag an den Breiten der Spalten...die waren zu breit
  View user's profile Private Nachricht senden Website dieses Benutzers besuchen
Anzeige
Anzeige
Raumwurm

Dabei seit: 21.12.2004
Ort: -
Alter: -
Geschlecht: Männlich
Verfasst Di 17.04.2007 11:21
Titel

Antworten mit Zitat Zum Seitenanfang

In dem Fall liegts im IE 6 an den zwei aufeinanderfolgenden
Kommentaren, kick mal jeweils einen raus dann geht das
wieder - weiß der geier warum das so ist.

Code:
<!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>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Das Projekt</title>
<link href="css/styles.css" rel="stylesheet" type="text/css" media="screen" />
<style type="text/css">
<!--
/* CSS Document */

/*Basisdefinitionen */

html {
   font-size: 12px;
}
body
{
   color: #000000;
   text-align: justify;
   margin: 20px 0px 0px;
   padding: 0px;
   font: normal 101%/140% Arial, Helvetica, sans-serif;
   height: 101%;
   background: #999999;
}
#header {
   text-align: left;
   width: 860px;
   overflow: visible;
   height: auto;
   position: relative;
   z-index: 2;
   margin: 0px auto;
   padding: 0px;
}
#wrapper {
   width: 840px;
   overflow: hidden;
   height: auto;
   margin: 0px auto;
   padding: 0px 10px 10px;
   background: url(../images/elemente/bgcontent.jpg) repeat left top;
   clear: both;
}
#logo {
   text-align: center;
   vertical-align: middle;
   margin: 40px 0px 0px;
   padding: 0px;
   clear: both;
   width: 840px;
   overflow: hidden;
   height: 80px;
}

#headernav {
   margin: 5px 0px 5px 10px;
   padding: 0px;
   clear: both;
   float: right;
   width: auto;
   overflow: hidden;
   height: auto;
}
ul.headernav {
   font-size: 1em;
   line-height: normal;
   color: #FFFFFF;
   display: inline;
   margin: 0px;
   padding: 0px;
   width: auto;
   list-style: url(none) none inside;
   overflow: hidden;
   height: auto;
}
#mainimage {
   margin: 10px 0px;
   padding: 0px;
   clear: both;
   height: 198px;
   width: 838px;
   overflow: hidden;
   border: 1px solid #666666;
}
#spaltelinks {
   margin: 0px;
   padding: 0px;
   width: 220px;
   overflow: hidden;
   height: auto;
   float: left;
   background: #99CCFF;
}
#spaltemitte {
   margin: 0px 10px;
   padding: 0px;
   width: 400px;
   overflow: hidden;
   height: auto;
   float: left;
   background: #9966CC;
}
#spalterechts {
   margin: 0px;
   padding: 0px;
   width: 200px;
   overflow: hidden;
   height: auto;
   float: left;
   background: #FF9900;
}

#calender {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 220px;
   width: 220px;
   overflow: hidden;
   position: relative;
   visibility: visible;
   left: 0px;
   top: 0px;
   clear: both;
}
h1 {
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   background: #635B4D;
   display: block;
   margin: 0px;
   padding: 2px 10px;
   height: 25px;
   width: 100%;
   border-bottom: 1px solid #000000;
   overflow: hidden;
   float: left;
}
#partner {
   background: #FFFFFF;
   margin: 0px;
   padding: 0px;
   height: 115px;
   width: 200px;
   overflow: hidden;
   clear: both;
}



#contentwrapper {
   width: 840px;
   overflow: hidden;
   height: auto;
   margin: 0px;
   padding: 0px;
   background: #00FFFF;
   clear: both;
}



li.headernav{
   font-size: 1em;
   line-height: normal;
   color: #FFFFFF;
   display: inline;
   margin: 0px;
   padding: 2px;
   float: left;
   list-style: url(none) none inside;
   overflow: hidden;
}
a.headernav:link {
   font-size: 1em;
   line-height: normal;
   font-weight: normal;
   color: #FFFFFF;
   text-decoration: none;
}
a.headernav:visited {
   font-size: 1em;
   line-height: normal;
   font-weight: normal;
   color: #FFFFFF;
   text-decoration: none;
}
a.headernav:hover {

   font-size: 1em;
   line-height: normal;
   font-weight: normal;
   color: #990000;
   text-decoration: none;
}
#topnav {
   margin: 0px auto 20px;
   padding: 0px;
   overflow: hidden;
   text-align: center;
   height: auto;
   width: 840px;
}
ul.topnav {
   font-size: 1em;
   line-height: normal;
   color: #FFFFFF;
   display: block;
   margin: 0px auto;
   padding: 0px;
   list-style: url(none) none inside;
   overflow: hidden;
   height: auto;
   width: auto;
}

li.topnav{
   font-size: 1em;
   line-height: normal;
   color: #FFFFFF;
   display: block;
   margin: 0px;
   padding: 10px;
   list-style: url(none) none inside;
   overflow: hidden;
   background: url(../images/elemente/topnavtrenner.gif) no-repeat right top;
   width: auto;
   height: auto;
   float: left;
}
a.topnav:link {
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0px;
   padding: 10px 11px;
   height: auto;
   width: auto;
   overflow: hidden;
   display: block;
   float: left;
   background: url(../images/elemente/topnavtrenner.gif) no-repeat right top;
}
a.topnav:visited {
   color: #FFFFFF;
   padding: 10px 11px;
   height: auto;
   overflow: hidden;
   width: auto;
   margin: 0px;
   display: block;
   float: left;
   background: url(../images/elemente/topnavtrenner.gif) no-repeat right top;
   text-decoration: none;
   font-size: 1.1em;
   line-height: normal;
   font-weight: bold;
}
a.topnav:hover {
   color: #990000;
   margin: 0px;
   padding: 10px 11px;
   width: auto;
   overflow: hidden;
   height: auto;
   display: block;
   float: left;
   background: url(../images/elemente/topnavtrenner.gif) no-repeat right top;
   text-decoration: none;
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
}
a.topnavend:link {
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
   color: #FFFFFF;
   text-decoration: none;
   margin: 0px;
   padding: 10px 11px;
   height: auto;
   width: auto;
   overflow: hidden;
   display: block;
   float: left;
}
a.topnavend:visited {
   line-height: normal;
   color: #FFFFFF;
   text-decoration: none;
   padding: 10px 11px;
   height: auto;
   overflow: hidden;
   width: auto;
   margin: 0px;
   display: block;
   float: left;
   font-size: 1.2em;
   font-weight: bold;
}
a.topnavend:hover {
   color: #990000;
   text-decoration: none;
   margin: 0px;
   padding: 10px 11px;
   width: auto;
   overflow: hidden;
   height: auto;
   display: block;
   float: left;
   font-size: 1.2em;
   line-height: normal;
   font-weight: bold;
}
#fullsizebanner {
   background: #FFFFFF;
   height: 80px;
   width: 610px;
   overflow: hidden;
   float: left;
   margin: 0px 0px 10px 10px;
   padding: 0px;
}
#footer {
   background: #FF0000;
   margin: 0px;
   padding: 0px;
   clear: both;
   width: 840px;
   overflow: hidden;
   position: relative;
   height: auto;
   left: 0px;
   bottom: 0px;
}
#newsletter {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 260px;
   width: 220px;
   overflow: hidden;
   clear: both;
}
#leftnav {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 154px;
   width: 220px;
   overflow: hidden;
   clear: both;
}
#umfrage {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 260px;
   width: 220px;
   overflow: hidden;
   clear: both;
}
#termine-front {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 264px;
   width: 400px;
   overflow: hidden;
   clear: both;
}
#nightshots-front {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 260px;
   width: 400px;
   overflow: hidden;
   clear: both;
}
#medium-rectangle {
   background: #FFFFFF;
   margin: 0px;
   padding: 0px;
   height: 290px;
   width: 400px;
   overflow: hidden;
   clear: both;
}
#aktuell-front {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 264px;
   width: 200px;
   overflow: hidden;
   clear: both;
}
#rectangle {
   background: #FFFFFF;
   margin: 0px;
   padding: 0px;
   height: 180px;
   width: 200px;
   overflow: hidden;
   clear: both;
}
#musiknav {
   background: #990000;
   margin: 0px;
   padding: 0px;
   height: 254px;
   width: 200px;
   overflow: hidden;
   clear: both;
}
-->
</style>
</head>

<body>
<div id="header">
<div id="headernav">
<ul class="headernav">
<li class="headernav"><a href="#" class="headernav">Home</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Kontakt</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Werbung</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Partner</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Impressum</a></li>
<li class="headernav">&brvbar;</li>
<li class="headernav"><a href="#" class="headernav">Sitemap</a></li>
</ul>
</div>
</div>
<div id="wrapper">
<div id="topnav">
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnav">#</a>
<a href="#" class="topnavend">#</a>
</div>
<div id="logo">
<img src="images/elemente/das_logo.gif" alt="(Logo)" /></div>
<div id="mainimage">&nbsp;</div>
<div id="contentwrapper">
<!-- Linke Spalte -->
<div id="spaltelinks">
<div id="calender">Kalendermodul</div>
<div id="leftnav">
<ul class="leftnav">
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div id="newsletter">
<h1>Newsletter</h1>
Newsletter</div>
<div id="umfrage">
<h1>Umfrage</h1>
Umfrage</div>
</div>
<!-- Ende Linke Spalte -->
<div id="fullsizebanner">Fullsize Banner</div>
<!-- Ende Fullsize Banner -->
<div id="spaltemitte">
<div id="termine-front">
<h1>Aktuelle Termine</h1>
Aktuelle Termine</div>
<div id="nightshots-front">
<h1>Nightshots / Galerie</h1>
Nightshots</div>
<div id="medium-rectangle">Medium Rectangle</div>
</div>
<!-- Ende Mittlere Spalte -->
<div id="spalterechts">
   <div id="aktuell-front">
   <h1>Aktuell</h1>
   Aktueller Flyer
   </div>
   <div id="partner">Partner</div>
   <div id="rectangle">Rectangle 180x150</div>
   <div id="musiknav">
   <h1>Musik</h1>
   </div>
</div>
<!-- Ende Rechte Spalte -->
</div>
<div id="footer"> Footer</div>
</div>
</body>
</html>
  View user's profile Private Nachricht senden
javanizer
Threadersteller

Dabei seit: 09.09.2003
Ort: Mönchengladbach
Alter: 57
Geschlecht: Männlich
Verfasst Di 17.04.2007 11:24
Titel

Blind Blöd Doof

Antworten mit Zitat Zum Seitenanfang

Oh manno warum bin ich da nicht vorher drauf gekommen....

danke für den Tip - Problem gelöst - ich hasse diesen Browser..

Schönen, sonnigen Tag

Gruß
J
  View user's profile Private Nachricht senden
 
Ähnliche Themen Idee für Website/Webblog
website mit index.php [solved]
Website ist nicht gleich Website - Artikel / Infos gesucht
Idee gesucht
Weichzeichen Idee
Idee für Banner (Webseite)
Neues Thema eröffnen   Neue Antwort erstellen
MGi Foren-Übersicht -> Allgemeines - Nonprint


Du kannst keine Beiträge in dieses Forum schreiben.
Du kannst auf Beiträge in diesem Forum nicht antworten.
Du kannst an Umfragen in diesem Forum nicht mitmachen.