Suche im Forum:
Suchen


Autor Nachricht
Beitrag12.09.2009 um 15:53 (UTC)    
Titel: CSS: Banner wiederholt sich öfters?!?

Hallo ich möchte gerne oben ein bild einfügen aber is kommt 7 mal oder so aber ich möchte es nur 1 mal was muss ich machen ???

mfg maurice


Zuletzt bearbeitet von dark-blacksun am 12.09.2009, 22:35, insgesamt einmal bearbeitet
Beitrag12.09.2009 um 15:55 (UTC)    
Titel:

Hi,

füge zum Code der Klasse
Zitat:
background-repeat:no-repeat;

hinzu. Wink
______________

Beitrag12.09.2009 um 16:02 (UTC)    
Titel: geht nicht

das geht nicht
Beitrag12.09.2009 um 16:07 (UTC)    
Titel:

natürlich geht das. Gib mal deinen CSS Code her.
______________

Beitrag12.09.2009 um 16:11 (UTC)    
Titel:

the-fun-factory hat Folgendes geschrieben:
natürlich geht das. Gib mal deinen CSS Code her.


Ich habe ihm den Code gemacht hier ist er :

Zitat:
body {
background-image:url(http://i106.piczo.com/view/4/d/c/7/f/6/i/9/1/q/t/l/img/t315007220_79775_5.png) }

#extraDiv1 {display: none;}
#extraDiv2 {display: none;}
#extraDiv3 {display: none;}
#extraDiv4 {display: none;}
#extraDiv5 {display: none;}
#extraDiv6 {display: none;}
#pre_header {display: none;}
#post_header {display: none;}
#pre_content {display: none;}
#nav_heading{display: none;}
#counter{display: none;}
div.header{display: none;}
h1#title{display: none;}
h2#title span {display: none;}

body {
background-color:#transparent;}

*{ padding: 0; margin: 0; }

#header_container {
position: absolute;
left: 50%;
top: 154px;
margin-left:-588px;
width: 995px;
height:125px;
background-color:#transparent;
background-image:url(Hier Bild-URL Header);
backround-repeat: no-repeat;
border:0px solid #000000;}

a{
font-size: 12px;
color: #000000;
text-decoration: none;
outline: none;}

a:hover{
font-size: 12px;
color: #c90808;
text-decoration: none;}

#Design {
position : absolute;
left : 9px;
top : 115px;
margin: 0 auto;
width : 1218px;
height : 667px;
background-image : Url(http://img.webme.com/pic/h/homepage-vergleich/habbodesing.mst.png);
background-repeat : no-repeat;}

#content {
position:absolute;
left:300px;
top:340px;
margin: auto;
width: 615px;
height: 420px;
background-color:#transparent;
background-image:url(http://www.duw-pool.de/images/produkte/pools/alkor-weiss.jpg);
border:0px solid #6699FF;
color:;
font-size: 12px;
overflow:auto;}

#sidebar_container{
position: absolute;
top:330px;
left:1022px;
width: 172px;
margin: auto;
height: 142px;
background-color:#transparent;
background-image:url(http://www.duw-pool.de/images/produkte/pools/alkor-weiss.jpg);
border:0px solid #6699FF;
color:;
font-size: 12px;
overflow:auto;}

#nav_container {
position: absolute;
left: 50%;
top: 330px;
left: 26px;
width: 175px;
height: 252px;
padding:0px;
border: 0px solid #F2F2F2;
background-color:#transparent;
background-image:url();
overflow:auto;}

ul#nav {
padding: 0px;
margin: 0px;}

li.nav_element {
list-style-type: none;
position: relative;
padding-top:0px;
border:0px solid #000000;}

li.nav_element a {
display: block;
width: 163px;
padding:5px;
color: #343434;
font-size:12px;
font-weight: bold;
font-family:arial;
text-decoration: none;
text-align: center;
background-color: transparent;
background-image:url(Hier Button-URL);
border: 0px solid #000000;}

li.nav_element a:hover {
color:#FFFFFF;
background-color: #c90808;
background-image:url(Hier Button-URL 2);}

#partner{
position: absolute;
left: 50%;
margin: auto;
top:624px;
left: 26px;
padding-top: 8px;
width: 172px;
height: 107px;
background-color:#transparent;
background-image:url();
border:0px solid #5F5F5F;
color:#000000;
text-align: center;
overflow:auto;}

#newsticker{
position: absolute;
left: 14px;
top:283px;
padding-top: 8px;
margin: auto;
width: 199px;
height: 14px;
background-color:#transparent;
background-image:url();
border:0px solid #5F5F5F;
color:#000000;
font-size: 12px;
text-align: center;
overflow:auto;}

#status{
position: absolute;
left: 50%;
margin: 0 auto;
top:155px;
margin-left: -785px;
padding-top: 5px;
width: 192px;
height: 112px;
background-color:#transparent;
background-image:url();
border:0px solid #5F5F5F;
color:#FFFFFF;
font-size: 12px;
text-align: center;
overflow:auto;}


Und das geht siehe hier :

Zitat:

body {
background-image:url(http://i106.piczo.com/view/4/d/c/7/f/6/i/9/1/q/t/l/img/t315007220_79775_5.png) }

#extraDiv1 {display: none;}
#extraDiv2 {display: none;}
#extraDiv3 {display: none;}
#extraDiv4 {display: none;}
#extraDiv5 {display: none;}
#extraDiv6 {display: none;}
#pre_header {display: none;}
#post_header {display: none;}
#pre_content {display: none;}
#nav_heading{display: none;}
#counter{display: none;}
div.header{display: none;}
h1#title{display: none;}
h2#title span {display: none;}

body {
background-color:#transparent;}

*{ padding: 0; margin: 0; }

#header_container {
position: absolute;
left: 50%;
top: 154px;
margin-left:-588px;
width: 995px;
height:125px;
background-color:#transparent;
background-image:url(Hier Bild-URL Header);
backround-repeat: no-repeat;
border:0px solid #000000;}

a{
font-size: 12px;
color: #000000;
text-decoration: none;
outline: none;}

a:hover{
font-size: 12px;
color: #c90808;
text-decoration: none;}

#Design {
position : absolute;
left : 9px;
top : 115px;
margin: 0 auto;
width : 1218px;
height : 667px;
background-image : Url(http://img.webme.com/pic/h/homepage-vergleich/habbodesing.mst.png);
background-repeat : no-repeat;}

#content {
position:absolute;
left:300px;
top:340px;
margin: auto;
width: 615px;
height: 420px;
background-color:#transparent;
background-image:url(http://www.duw-pool.de/images/produkte/pools/alkor-weiss.jpg);
border:0px solid #6699FF;
color:;
font-size: 12px;
overflow:auto;}

#sidebar_container{
position: absolute;
top:330px;
left:1022px;
width: 172px;
margin: auto;
height: 142px;
background-color:#transparent;
background-image:url(http://www.duw-pool.de/images/produkte/pools/alkor-weiss.jpg);
border:0px solid #6699FF;
color:;
font-size: 12px;
overflow:auto;}

#nav_container {
position: absolute;
left: 50%;
top: 330px;
left: 26px;
width: 175px;
height: 252px;
padding:0px;
border: 0px solid #F2F2F2;
background-color:#transparent;
background-image:url();
overflow:auto;}

ul#nav {
padding: 0px;
margin: 0px;}

li.nav_element {
list-style-type: none;
position: relative;
padding-top:0px;
border:0px solid #000000;}

li.nav_element a {
display: block;
width: 163px;
padding:5px;
color: #343434;
font-size:12px;
font-weight: bold;
font-family:arial;
text-decoration: none;
text-align: center;
background-color: transparent;
background-image:url(Hier Button-URL);
border: 0px solid #000000;}

li.nav_element a:hover {
color:#FFFFFF;
background-color: #c90808;
background-image:url(Hier Button-URL 2);}

#partner{
position: absolute;
left: 50%;
margin: auto;
top:624px;
left: 26px;
padding-top: 8px;
width: 172px;
height: 107px;
background-color:#transparent;
background-image:url();
border:0px solid #5F5F5F;
color:#000000;
text-align: center;
overflow:auto;}

#newsticker{
position: absolute;
left: 14px;
top:283px;
padding-top: 8px;
margin: auto;
width: 199px;
height: 14px;
background-color:#transparent;
background-image:url();
border:0px solid #5F5F5F;
color:#000000;
font-size: 12px;
text-align: center;
overflow:auto;}

#status{
position: absolute;
left: 50%;
margin: 0 auto;
top:155px;
margin-left: -785px;
padding-top: 5px;
width: 192px;
height: 112px;
background-color:#transparent;
background-image:url();
border:0px solid #5F5F5F;
color:#FFFFFF;
font-size: 12px;
text-align: center;
overflow:auto;}
Wink


Zuletzt bearbeitet von homepage-vergleich am 12.09.2009, 17:12, insgesamt einmal bearbeitet
Beiträge der letzten Zeit anzeigen:   


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