Suche im Forum:
Suchen


Autor Nachricht
Beitrag20.05.2010 um 13:32 (UTC)    
Titel: brauche hilfe zur rechten box

ich habe einen code mg {
border:none;
}
body {
background:#B9ACEB;
margin:0;
padding:0;
height:100%;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#authheader {
position:absolute;
top:125px;
left:50%;
margin-left:-380px;
height:100px;
}
#container {
width:810px;
position:absolute;
top:220px;
left:50%;
margin-left:-405px;
}
#nav_container {
width:795px;
background:#FFFFFF;
height:50px;
line-height:50px;
background:url(http://img.webme.com/pic/n/nndesign/be_rsan_nav.png) no-repeat;
vertical-align:middle;
padding-left:15px;
}
#header_container {
display:none;
}
#nav_heading {
display:none;
}
#nav {
list-style:none;
margin:0;
padding:0;
float:left;
}
.nav_element {
float:left;
}
.nav_element:hover {
background:url(http://img.webme.com/pic/n/nndesign/rsan_navhov.png) repeat-x;
}
a.menu {
color:#000000;
text-decoration:none;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
display:block;
padding-right:8px;
padding-left:8px;
}
a.menu:hover {
color:#FFFFFF;
text-decoration:none;
}
#content_container {
width:810px;
}
#pre_content {
width:570px;
height:39px;
background:url(http://img.webme.com/pic/n/nndesign/be_rsan_preco.png) no-repeat;
}
#content {
width:550px;
padding-left:10px;
padding-right:10px;
text-align:justify;
border-right:#000000 1px dashed;
}
#title {
display:none;
}
#post_content {
width:570px;
height:38px;
background:url(http://img.webme.com/pic/n/nndesign/be_rsan_postco.png) no-repeat;
line-height:38px;
vertical-align:middle;
}
#sidebar_container {
position:absolute;
left:50%;
top:50px;
margin-left:160px;
}
#sidebar_heading {
margin:0;
padding:0;
width:230px;
padding-left:10px;
height:26px;
background:url(http://img.webme.com/pic/n/nndesign/be_rsan_side.png) no-repeat;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
padding-top:13px;
}
#sidebar_content {
width:220px;
padding-left:10px;
}
a {
color:#FF6600;
}
a:hover {
color:#FF9900;
}

und hab leider keine ahnung damit und würde gerne in die rechte box bilder (also ein bilder diashow) einfügen kann mir jemand pls helfen
Beitrag20.05.2010 um 15:14 (UTC)    
Titel:

Inhalt in die rechte Box einsetzen:
Wenn du die beiden Codes unten eingesetzt hast tust du folgendes:
Um etwas in die rechte Box zu schreiben musst du nun zum Bereich
"Design einstellen", und dann bei "Inhalt der ersten rechten Box
(rechts)" den Code für die Diashow einfügen.

Füge bei Text über dem Design diesen Code ein:
-> Login -> Design Einstellen -> Erweiterte Einstellungen

Zitat:
<div id="authheader">
<!-- max. 100px hoch! -->
<!-- Starte header einsetzen -->
<img src="http://ws.xara.com/graphicrender/renderimg.asp?sid=E9C586CA385A445486AB2190FED4F4B5&fs=1" alt="" />
<!-- Ende Header -->
</div>


Und bei CSS ohne Style-Tags folgendes:
-> Login -> Design Einstellen -> Erweiterte Einstellungen

Zitat:
/*
#ANFANG DER REGELHINWEISE
Dieses Design wurde erstellt von http://nndesign.de.tl
This Design was made by http://nndesign.de.tl
Sie sind nicht befugt diesen Copyrighthinweis zu ndern oder editieren
You are not allowed to edit this Copyrightadvice
Sie sind befugt den CSS-Code zu ndern um das aussehen o.. zu vernden
Jedoch drfen Sie diesen Codeabschnitt nie entfernen oder ndern.
You are allowed to edit this CSS-Code.
But you are never allowed to delete or edit this Copyrightadvice.
ALLE REGELN KNNEN IMMER WIEDER UNTER http://nndesign.de.tl/terms_of_use.htm NACHGELESEN WERDEN
#ENDE DER REGELHINWEISE
---------------- WENN SIE DIE REGELN GELESEN UND VERSTANDEN HABEN KNNEN SIE DIE REGELHINWEISE(OBERHALB) LSCHEN, ANGABEN UNTER DIESEM HINWEIS MSSEN DA BLEIBEN ----------------
#DONT EDIT OR DELETE THIS CODE
Dieses Design wurde erstellt von http://nndesign.de.tl
This Design was made by http://nndesign.de.tl
Design: Real Simple & noble
Edition: Blue
Version: 0.15
#FROM HERE YOU CAN DELETE AND EDIT CODE
#AB HIER DRFEN SIE CODE LSCHEN ODER NACH BELIEBEN NDERN
*/ img {
border:none;
}
body {
background:#B9ACEB;
margin:0;
padding:0;
height:100%;
width:100%;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#authheader {
position:absolute;
top:125px;
left:50%;
margin-left:-380px;
height:100px;
}
#container {
width:810px;
position:absolute;
top:220px;
left:50%;
margin-left:-405px;
}
#nav_container {
width:795px;
background:#FFFFFF;
height:50px;
line-height:50px;
background:url(http://img.webme.com/pic/n/nndesign/be_rsan_nav.png) no-repeat;
vertical-align:middle;
padding-left:15px;
}
#header_container {
display:none;
}
#nav_heading {
display:none;
}
#nav {
list-style:none;
margin:0;
padding:0;
float:left;
}
.nav_element {
float:left;
}
.nav_element:hover {
background:url(http://img.webme.com/pic/n/nndesign/rsan_navhov.png) repeat-x;
}
a.menu {
color:#000000;
text-decoration:none;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
display:block;
padding-right:8px;
padding-left:8px;
}
a.menu:hover {
color:#FFFFFF;
text-decoration:none;
}
#content_container {
width:810px;
}
#pre_content {
width:570px;
height:39px;
background:url(http://img.webme.com/pic/n/nndesign/be_rsan_preco.png) no-repeat;
}
#content {
width:550px;
padding-left:10px;
padding-right:10px;
text-align:justify;
border-right:#000000 1px dashed;
}
#title {
display:none;
}
#post_content {
width:570px;
height:38px;
background:url(http://img.webme.com/pic/n/nndesign/be_rsan_postco.png) no-repeat;
line-height:38px;
vertical-align:middle;
}
#sidebar_container {
position:absolute;
left:50%;
top:50px;
margin-left:160px;
}
#sidebar_heading {
margin:0;
padding:0;
width:230px;
padding-left:10px;
height:26px;
background:url(http://img.webme.com/pic/n/nndesign/be_rsan_side.png) no-repeat;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
padding-top:13px;
}
#sidebar_content {
width:220px;
padding-left:10px;
}
a {
color:#FF6600;
}
a:hover {
color:#FF9900;
}

______________


Zuletzt bearbeitet von sturli am 20.05.2010, 16:17, insgesamt 4-mal bearbeitet
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de