Hier könnten Deine News laufen (mit Lauftext / marquee-Code)
Link-Tipps Positionieren Lauftext Kontakt Impressum

textarea

Home

Ein weiteres Design-Beispiel:



Links: Original vom User.     Rechts bearbeitet mit "Paint" (anklicken)
Heute : 4 Besucher

Der Code zum kopieren

im Code die Grafikadressen der 3 Bilder einfügen

/* Werbung auf Design */
table[height="102"] {
   position: absolute;
   left: 50%;
   top: 0px;
   margin-left: -364px; }

/* für alle Browser */
*{ margin:0px; padding:0px; }

/* Hintergrund */
body {
   background-color: #321900;
   background-image: url(radio_bg.png);
   background-repeat: repeat-x;
   font-family: arial;
   color: #000000;
   font-size: 12px; }

/* Design-Container mit Bild */
#container {
   width: 932px;
   height: 519px;
   margin: auto;
   margin-top: 70px;
   background-image: url(oldradio.png); }

/* Feld Navigation */
#nav_container {
   float: left;
   width: 140px;
   height: 180px;
   margin-top: 108px;
   margin-left: 110px;
   overflow: hidden; }

/* Feld der Navi-Links */
li.nav_element {
   list-style-type: none;
   margin-bottom: 7px; }

/* Navi-Links */
li.nav_element a {
   display: block;
   width: 112px;
   text-decoration: none;
   padding-left: 5px;
   color: #C6BA8A;
   border: 1px solid #C6BA8A; }

/* Hover Navi-Links */
li.nav_element a:hover {
   color: #2D261C;
   background-color: #C6BA8A;
   border: 1px solid #FFFFFF; }

/* Container mit seiteninhalt + box */
#content_container {
   float: right;
   width: 640px; 
   margin-top: 100px; }

/* Der Seiteninhalt */
#content {
   float:left;
   height: 160px;
   width: 360px;
   margin-top: 10px;
   overflow: auto; }

/* Ueberschriften */
h1, h2 {
   color: #1a1309;
   font-size: 16px;
   margin-bottom: 8px; }

/* Linkfarben im Seiteninhalt */
#content a {
   color: #000080; 
   font-size: 12px;
   text-decoration: underline; }

/* HOVER-Link im Seiteninhalt */
#content a:hover {
   color: orange; 
   font-size: 12px;
   text-decoration: underline; }

/* rechte Box */
#sidebar_container {
   float: right;
   width: 170px;
   height: 180px;
   padding-top: 5px;
   margin-right: 76px;
   color: #C6BA8A;
   overflow: auto; }

/* Feld unten */
#Feld_unten {
   position: absolute;
   left: 50%;
   top: 395px;
   margin-left:-180px;
   width: 370px;
   height: 63px;
   color: #C6BA8A;  }

/* aussehen der Links unten */
#Feld_unten a{
   width: auto;
   float: left;
   font-size: 11px;
   padding: 2px 5px 2px 5px;
   margin: 5px 5px 0px 5px;
   color: #C6BA8A;
   border: 1px solid #C6BA8A;
   text-decoration: none; }

/* gruen blinkende Licht  */
#Licht {
   position: absolute;
   left: 50%;
   top: 401px;
   margin-left: -371px;
   width: 87px;
   height: 66px;
   background-image: url(radio.gif); }

/*Felder die wir nicht benötigen */
header_container{display: none; }
h1#header{display:none;} 
h2#title span {display:none;}
#sidebar_heading{display:none;}
#counter{display:none;}
#nav_heading{display:none;}