Suche im Forum:
Suchen


Autor Nachricht
Beitrag12.04.2012 um 08:12 (UTC)    
Titel: Mahlzeit könnte mal Eure Hilfe gebrauchen

Habe mir ein CSS Code umgemodelt und finde jetzt nicht mehr die Stelle wo mein Headerbild rein kommt.
Vielleicht ist ja einer dabei der mir helfen kann habe den ganzen vormittag wie ein blöder gesucht und bin schon leicht am verzweifeln.
Hier ist der HTML Code und mein Link zu meinen Headerbild.
Das ist der Original CHTML Code:


<>> /*Gaming Design powered by www.omba.de.tl 2011*/ td[height="102"] { position:absolute; left:50%; margin-left:-376px; } body { background-color: #011c38; background-repeat: repeat-x; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_backround.png); } #logo { position: absolute; left: 50%; top: 125px; margin-left: -455px; width: 296px; height: 48px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_logo.png); } #container { width: 961px; height: auto; margin: auto; overflow: hidden; background-color: #02213d; background-repeat: no-repeat; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_content.jpg); border-left: 1px solid #003662; border-right: 1px solid #003662; } #ueberlogo { margin: auto; width: 963px; height: 75px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_oben.png); } #leistetext { margin: auto; width: 553px; padding: 9px; height: 17px; font-size:16px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_navi.jpg); border: 1px solid #000000; } #leistetextrechts { margin: auto; width: 279px; padding: 9px; height: 17px; font-size:16px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_sidebar.jpg); border: 1px solid #000000; } #boxtextrechts { margin: auto; width: 279px; padding: 9px; height: auto; background-color: #021222; border: 1px solid #000000; } #boxtext { margin: auto; width: 553px; padding: 9px; height: auto; background-color: #13273d; border: 1px solid #000000; } #navileiste { margin: auto; width: 963px; height: 61px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_navibar.jpg); } #leistelinks { margin: auto; color: #000000; width: 947px; height: 21px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_leiste.jpg); padding: 8px; } #leistelinks a { padding: 5px; font-size:14px; color: #000000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinks a:hover{ color: #0c78b0; font-family: Calibri; font-weight: bold; text-decoration: none; } #nav_container { position: absolute; left: 50%; top: 167px; margin-left: -520px; width: 963px; height: 62px; text-align: left; border-top: 0px solid #ffffff; background-image:url(); } li.nav_element { display: inline-block; text-align: center; height: 10px; padding: 20px; width: auto; background-image:url(); } li.nav_element a { font-size:16px; color: #ffffff; font-family: Calibri; font-weight: bold; text-decoration: none; } li.nav_element:hover { height: 10px; background-image:url(); } li.nav_element:hover a { font-size:16px; color: #cb0000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinksunten { margin: auto; color: #000000; width: 939px; height: 26px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_leisteunten.jpg); padding: 12px; text-align: center; } #leistelinksunten a { padding: 5px; font-size:15px; color: #000000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinksunten a:hover{ color: #cb0000; font-family: Calibri; font-weight: bold; text-decoration: none; } #footerunten { margin: auto; color: #ffffff; width: 1000px; height: 82px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_footer.png); text-align: center; } #footerunten a { padding: 5px; font-size:15px; color: #ededed; font-family: Calibri; font-weight: bold; text-decoration: none; } #content { float:left; margin-top: 0px; margin-bottom: 0px; width: 600px; padding-top: 20px; padding-right: 7px; padding-left: 20px; padding-bottom: 20px; color: #d7d7d7; font-size: 13px; font-family: arial; text-align: left; } #content a { font-size: 13px; color: #2d84c8; text-decoration: none; font-family: arial; } #sidebar_container { float: right; margin-top: 0px; margin-bottom: 0px; height: auto; width: 300px; padding-top: 20px; padding-right: 20px; padding-left: 4px; padding-bottom: 20px; color: #d2d2d2; font-size:13px; font-family: arial; text-align: left; background: url(); background-repeat: repeat-y; } #sidebar_container a { color: #ffffff; font-size: 13px; font-family: arial; text-decoration: none; } h2#title{display:none;} h1#header {display:none;} #header-container {display:none;} #nav_heading{display:none;} #sidebar_heading {display:none;} #pre_content {display:none;} #pre_header {display:none;} #post_header {display:none;} #post_content {display:none;} #below_content{display:none;} #extraDiv2 {display:none;} #extraDiv3 {display:none;} #extraDiv4 {display:none;} #extraDiv5 {display:none;} #extraDiv6 {display:none;} div.header{display: none;} #counter{display:none;}


und das ist der den ich umgemodelt habe auf meine Bedürfnisse:

<>> /*Gaming Design powered by www.omba.de.tl 2011*/ td[height="102"] { position:absolute; left:50%; margin-left:-376px; } body { background-color: #011c38; background-repeat: repeat-x; background-image: url(http://www.abload.de/img/black01y3f74.jpg ); } #logo { position: absolute; left: 50%; top: 125px; margin-left: -455px; width: 296px; height: 48px; background-image: url( ); } #container { width: 961px; height: auto; margin: auto; overflow: hidden; background-color: #02213d; background-repeat: no-repeat; background-image: url(http://www.abload.de/img/black01y3f74.jpg ); border-left: 1px solid #003662; border-right: 1px solid #003662; } #ueberlogo { margin: auto; width: 963px; height: 75px; background-image: url( ); } #leistetext { margin: auto; width: 553px; padding: 9px; height: 17px; font-size:16px; background-image: url(http://www.abload.de/image.php?img=schwarzlinksoben9eunx.jpg); border: 1px solid #000000; } #leistetextrechts { margin: auto; width: 279px; padding: 9px; height: 17px; font-size:16px; background-image: url(http://www.abload.de/image.php?img=ultragaming_sidebar00h6ub4.jpg); border: 1px solid #000000; } #boxtextrechts { margin: auto; width: 279px; padding: 9px; height: auto; background-color: #000000 ; border: 1px solid #000000; } #boxtext { margin: auto; width: 553px; padding: 9px; height: auto; background-color: #13273d; border: 1px solid #000000; } #navileiste { margin: auto; width: 963px; height: 61px; background-image: url(http://www.abload.de/image.php?img=schwarzeleiste01idufe.jpg ); } #leistelinks { margin: auto; color: #000000; width: 947px; height: 21px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_leiste.jpg); padding: 8px; } #leistelinks a { padding: 5px; font-size:14px; color: #000000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinks a:hover{ color: #0c78b0; font-family: Calibri; font-weight: bold; text-decoration: none; } #nav_container { position: absolute; left: 50%; top: 167px; margin-left: -520px; width: 963px; height: 62px; text-align: left; border-top: 0px solid #ffffff; background-image:url(); } li.nav_element { display: inline-block; text-align: center; height: 10px; padding: 20px; width: auto; background-image:url( ); } li.nav_element a { font-size:16px; color: #ffffff; font-family: Calibri; font-weight: bold; text-decoration: none; } li.nav_element:hover { height: 10px; background-image:url(); } li.nav_element:hover a { font-size:16px; color: #cb0000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinksunten { margin: auto; color: #000000; width: 939px; height: 26px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_leisteunten.jpg); padding: 12px; text-align: center; } #leistelinksunten a { padding: 5px; font-size:15px; color: #000000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinksunten a:hover{ color: #cb0000; font-family: Calibri; font-weight: bold; text-decoration: none; } #footerunten { margin: auto; color: #ffffff; width: 1000px; height: 82px; background-image: url( ); text-align: center; } #footerunten a { padding: 5px; font-size:15px; color: #ededed; font-family: Calibri; font-weight: bold; text-decoration: none; } #content { float:left; margin-top: 0px; margin-bottom: 0px; width: 600px; padding-top: 20px; padding-right: 7px; padding-left: 20px; padding-bottom: 20px; color: #d7d7d7; font-size: 13px; font-family: arial; text-align: left; } #content a { font-size: 13px; color: #2d84c8; text-decoration: none; font-family: arial; } #sidebar_container { float: right; margin-top: 0px; margin-bottom: 0px; height: auto; width: 300px; padding-top: 20px; padding-right: 20px; padding-left: 4px; padding-bottom: 20px; color: #d2d2d2; font-size:13px; font-family: arial; text-align: left; background: url(); background-repeat: repeat-y; } #sidebar_container a { color: #ffffff; font-size: 13px; font-family: arial; text-decoration: none; } h2#title{display:none;} h1#header {display:none;} #header-container {display:none;} #nav_heading{display:none;} #sidebar_heading {display:none;} #pre_content {display:none;} #pre_header {display:none;} #post_header {display:none;} #post_content {display:none;} #below_content{display:none;} #extraDiv2 {display:none;} #extraDiv3 {display:none;} #extraDiv4 {display:none;} #extraDiv5 {display:none;} #extraDiv6 {display:none;} div.header{display: none;} #counter{display:none;}


und hier der Link zu meinen Headerbild:
http://www.abload.de/image.php?img=streetracercrewh01ctfl4.gif

falls das andere zu klein ist.
http://www.abload.de/image.php?img=streetracercrewh0335u6z.gif


würde mich sehr Freuen wenn mir einer dabei helfen könnte
Dreh sonst noch durch an mein PC .

Danke im Vorraus
MFG


Zuletzt bearbeitet von streetracercrew am 12.04.2012, 09:39, insgesamt 2-mal bearbeitet
Beitrag12.04.2012 um 09:08 (UTC)    
Titel:

<>> /*Gaming Design powered by www.omba.de.tl 2011*/ td[height="102"] { position:absolute; left:50%; margin-left:-376px; } body { background-color: #011c38; background-repeat: repeat-x; background-image: url(http://www.abload.de/image.php?img=streetracercrewh01ctfl4.gif ); } #logo { position: absolute; left: 50%; top: 125px; margin-left: -455px; width: 296px; height: 48px; background-image: url( ); } #container { width: 961px; height: auto; margin: auto; overflow: hidden; background-color: #02213d; background-repeat: no-repeat; background-image: url(http://www.abload.de/img/black01y3f74.jpg ); border-left: 1px solid #003662; border-right: 1px solid #003662; } #ueberlogo { margin: auto; width: 963px; height: 75px; background-image: url( ); } #leistetext { margin: auto; width: 553px; padding: 9px; height: 17px; font-size:16px; background-image: url(http://www.abload.de/image.php?img=schwarzlinksoben9eunx.jpg); border: 1px solid #000000; } #leistetextrechts { margin: auto; width: 279px; padding: 9px; height: 17px; font-size:16px; background-image: url(http://www.abload.de/image.php?img=ultragaming_sidebar00h6ub4.jpg); border: 1px solid #000000; } #boxtextrechts { margin: auto; width: 279px; padding: 9px; height: auto; background-color: #000000 ; border: 1px solid #000000; } #boxtext { margin: auto; width: 553px; padding: 9px; height: auto; background-color: #13273d; border: 1px solid #000000; } #navileiste { margin: auto; width: 963px; height: 61px; background-image: url(http://www.abload.de/image.php?img=schwarzeleiste01idufe.jpg ); } #leistelinks { margin: auto; color: #000000; width: 947px; height: 21px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_leiste.jpg); padding: 8px; } #leistelinks a { padding: 5px; font-size:14px; color: #000000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinks a:hover{ color: #0c78b0; font-family: Calibri; font-weight: bold; text-decoration: none; } #nav_container { position: absolute; left: 50%; top: 167px; margin-left: -520px; width: 963px; height: 62px; text-align: left; border-top: 0px solid #ffffff; background-image:url(); } li.nav_element { display: inline-block; text-align: center; height: 10px; padding: 20px; width: auto; background-image:url( ); } li.nav_element a { font-size:16px; color: #ffffff; font-family: Calibri; font-weight: bold; text-decoration: none; } li.nav_element:hover { height: 10px; background-image:url(); } li.nav_element:hover a { font-size:16px; color: #cb0000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinksunten { margin: auto; color: #000000; width: 939px; height: 26px; background-image: url(http://img.webme.com/pic/o/omba/ultragaming_leisteunten.jpg); padding: 12px; text-align: center; } #leistelinksunten a { padding: 5px; font-size:15px; color: #000000; font-family: Calibri; font-weight: bold; text-decoration: none; } #leistelinksunten a:hover{ color: #cb0000; font-family: Calibri; font-weight: bold; text-decoration: none; } #footerunten { margin: auto; color: #ffffff; width: 1000px; height: 82px; background-image: url( ); text-align: center; } #footerunten a { padding: 5px; font-size:15px; color: #ededed; font-family: Calibri; font-weight: bold; text-decoration: none; } #content { float:left; margin-top: 0px; margin-bottom: 0px; width: 600px; padding-top: 20px; padding-right: 7px; padding-left: 20px; padding-bottom: 20px; color: #d7d7d7; font-size: 13px; font-family: arial; text-align: left; } #content a { font-size: 13px; color: #2d84c8; text-decoration: none; font-family: arial; } #sidebar_container { float: right; margin-top: 0px; margin-bottom: 0px; height: auto; width: 300px; padding-top: 20px; padding-right: 20px; padding-left: 4px; padding-bottom: 20px; color: #d2d2d2; font-size:13px; font-family: arial; text-align: left; background: url(); background-repeat: repeat-y; } #sidebar_container a { color: #ffffff; font-size: 13px; font-family: arial; text-decoration: none; } h2#title{display:none;} h1#header {display:none;} #header-container {display:none;} #nav_heading{display:none;} #sidebar_heading {display:none;} #pre_content {display:none;} #pre_header {display:none;} #post_header {display:none;} #post_content {display:none;} #below_content{display:none;} #extraDiv2 {display:none;} #extraDiv3 {display:none;} #extraDiv4 {display:none;} #extraDiv5 {display:none;} #extraDiv6 {display:none;} div.header{display: none;} #counter{display:none;}

Probier mal:

Grüße
______________
Beitrag12.04.2012 um 09:18 (UTC)    
Titel: Leider nein

Da ist dann nur mein schwarzes Hintergrundbild weg leider aber danke für den Versuch.
Sitzte ja noch drann in der Hoffnung das mal hinnzukriegen aber nö zu blöd dazu gr Luft im Kopf .
Danke aber vielleicht hast ja noch eine Option!
Habe alle Links raus genommen und versucht aber mein Header will er nicht zeigen weis der Geier was ich da gemacht habe man man.
MFG
Very Happy Very Happy Very Happy
Beiträge der letzten Zeit anzeigen:   


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