Suche im Forum:
Suchen


Autor Nachricht
Beitrag25.09.2010 um 15:47 (UTC)    
Titel: Header Problem

Guten Abend LEute,

ich habe einen Header für meine Homepage erstellt und benutze das CSS Design und wollte fragen wie ich jetzt meinen Header auf die seite bekomm bei den Standard seiten kann man es ja gleich reinstell aber nicht bei CSS!? Kann mir da jemand weiterhelfen wie ich ihn z.B. in einen "Text über dem Design" bkomm?

Gruß Mr. Green Question Question Question Question
Beitrag25.09.2010 um 16:02 (UTC)    
Titel:

JOjo,

ganz einfach:

Code:
#header {
position: absolute;
top: 100px;
margin: auto;
height: 440px;
width: 1000px;
background-image: url(Bild Url);
}



mfg[/code]
______________
Lala Dum Dum - euch grüßt Sam Smile


Zuletzt bearbeitet von samnowi am 25.09.2010, 17:02, insgesamt einmal bearbeitet
Beitrag25.09.2010 um 16:26 (UTC)    
Titel:

wo kann(soll) ich des hochladen?
Beitrag25.09.2010 um 16:30 (UTC)    
Titel:

hi


www.imageshack.us


hochladen, direkten link kopieren und im Code einfügen
______________
Lala Dum Dum - euch grüßt Sam Smile
Beitrag25.09.2010 um 16:32 (UTC)    
Titel:

klappt iwie net kuck so siehts jetzt aus:

#header {
position: absolute;
top: 100px;
margin: auto;
height: 440px;
width: 1000px;
background-image: url http://yfrog.com/evheaderklassej;
}


geht aber trotzdem nicht
Beitrag25.09.2010 um 16:34 (UTC)    
Titel:

lurs-9a hat Folgendes geschrieben:
klappt iwie net kuck so siehts jetzt aus:

#header {
position: absolute;
top: 100px;
margin: auto;
height: 440px;
width: 1000px;
background-image: url http://yfrog.com/evheaderklassej;
}


geht aber trotzdem nicht



Ist auch ein Fehler drin.

Code:
#header {
position: absolute;
top: 100px;
margin: auto;
height: 440px;
width: 1000px;
background-image: url (http://yfrog.com/evheaderklassej);
}



Noch ein Fehler


Zitat:
<!--
/*Css Code ohne Styletags*/ a { color: #edd600; text-decoration: none; font-weight: bold; } a:hover { color: #edad00; text-decoration: underline overline; } #header_container {display:none;} body { background-attachment:fixed; margin:0px; padding:0px; height:100%; background-color:#000000; background-image:url(http://img.webme.com/pic/d/djrezo/bleack.jpg);} #bigbg { position:absolute; left:0px; top:0px; width:100%; background-image:url(); border:none; height:600px; z-index:-1; } #container { top:30px; width:950px; height:auto; background-image:url(); background-repeat:repeat-x; padding:0px; background-color:#; font-family:"Trebuchet MS", Verdana; font-size:13px; color:#FFFFFF; } #Feld_oben { width:950px; background-color:#; height:200px; } #header { display:none; } .header { text-align:right; } ul#nav { height:21px; list-style-type:none; margin:0; padding-bottom:11px; padding-top:11px; padding-left:0px; padding-right:0px; background-image:url(http://img.webme.com/pic/d/djrezo-test/conttop_css2.png); } li.nav_element { display:inline; list-style:none; margin:0; padding:8px; background-image:url(); } .nav_element:hover { height: 43px; background:url(http://img.webme.com/pic/d/djrezo/hoverbutton_djrezo.png); } #nav_heading { display:none; } .menu { font-family:"Trebuchet MS", Verdana; font-size:13px; font-weight:bold; text-decoration:none; color:#e1e1e1; } .menu:hover { color:#edad00; } #content { border:#cccccc solid 0px; height:px; border-top:none; background-image:url(http://img.webme.com/pic/d/djrezo-test/mitte_css.png); background-color:#000000; padding-left:8px; padding-bottom:8px; padding-right:8px; overflow:auto; text-align:justify; } #counter { margin-top:-1px; padding-top:14px; text-align:center; font-size:12px; font-family:Arial color:#FFFFFF; letter-spacing:1px; color:#FFFFFF; background-image:url(http://img.webme.com/pic/d/djrezo-test/footer_css.png); width:950px; height:32px; } #sidebar_heading { margin:0; padding:0; overflow:auto; } #adcontainer { position:absolute; left:50%; margin-left:-600px; top:80px; width:145px; height:950px; background:url(); z-index:99; } #adsmedia { position:absolute; left:px; top:13px; } h2#title { width:938px; height:10px; margin:0px; background-image:url(); background-color:#; padding-left:5px; padding-right:5px; padding-top:2px; border:1px # solid; border-top:none; padding-bottom:0; font-family:"Trebuchet MS", Verdana; font-size:0px; font-weight:normal; margin-left:-8px; margin-right:550px; text-align:center; color:#FFFFFF; letter-spacing:2px; margin-bottom:15px; } /* Design Copyright by www.djrezo.de.tl */ -->



Die Sachen in Rot wegmachen
______________
Lala Dum Dum - euch grüßt Sam Smile


Zuletzt bearbeitet von samnowi am 25.09.2010, 17:36, insgesamt einmal bearbeitet
Beitrag25.09.2010 um 16:36 (UTC)    
Titel:

Man sooo ein Müll will immer noch nicht!!!!


Twisted Evil Evil or Very Mad Mr. Green
Beitrag25.09.2010 um 16:38 (UTC)    
Titel:

Dann werd ich mal mit Firebug gucken.


Editiert:

Ein .... Code. Alles Durcheinander. -.- Evil or Very Mad
______________
Lala Dum Dum - euch grüßt Sam Smile


Zuletzt bearbeitet von samnowi am 25.09.2010, 17:39, insgesamt einmal bearbeitet
Beitrag25.09.2010 um 16:40 (UTC)    
Titel:

irgendwie ist es jetzt ganz komisch geworden!!!!
Beitrag25.09.2010 um 16:41 (UTC)    
Titel:

Ja über deiner Navi ist ein Homepage titel
______________
Lala Dum Dum - euch grüßt Sam Smile
Beitrag25.09.2010 um 16:42 (UTC)    
Titel:

so siehts gerade aus:

#header {
position: absolute;
top: 100px;
margin: auto;
height: 440px;
width: 1000px;
background-image: url (http://yfrog.com/evheaderklassej);
}









/*Css Code ohne Styletags*/ a { color: #edd600; text-decoration: none; font-weight: bold; } a:hover { color: #edad00; text-decoration: underline overline; } body { background-attachment:fixed; margin:0px; padding:0px; height:100%; background-color:#000000; background-image:url(http://img.webme.com/pic/d/djrezo/bleack.jpg);} #bigbg { position:absolute; left:0px; top:0px; width:100%; background-image:url(); border:none; height:600px; z-index:-1; } #container { top:30px; width:950px; height:auto; background-image:url(); background-repeat:repeat-x; padding:0px; background-color:#; font-family:"Trebuchet MS", Verdana; font-size:13px; color:#FFFFFF; } #Feld_oben { width:950px; background-color:#; height:200px; } .header { text-align:right; } ul#nav { height:21px; list-style-type:none; margin:0; padding-bottom:11px; padding-top:11px; padding-left:0px; padding-right:0px; background-image:url(http://img.webme.com/pic/d/djrezo-test/conttop_css2.png); } li.nav_element { display:inline; list-style:none; margin:0; padding:8px; background-image:url(); } .nav_element:hover { height: 43px; background:url(http://img.webme.com/pic/d/djrezo/hoverbutton_djrezo.png); } #nav_heading { display:none; } .menu { font-family:"Trebuchet MS", Verdana; font-size:13px; font-weight:bold; text-decoration:none; color:#e1e1e1; } .menu:hover { color:#edad00; } #content { border:#cccccc solid 0px; height:px; border-top:none; background-image:url(http://img.webme.com/pic/d/djrezo-test/mitte_css.png); background-color:#000000; padding-left:8px; padding-bottom:8px; padding-right:8px; overflow:auto; text-align:justify; } #counter { margin-top:-1px; padding-top:14px; text-align:center; font-size:12px; font-family:Arial color:#FFFFFF; letter-spacing:1px; color:#FFFFFF; background-image:url(http://img.webme.com/pic/d/djrezo-test/footer_css.png); width:950px; height:32px; } #sidebar_heading { margin:0; padding:0; overflow:auto; } #adcontainer { position:absolute; left:50%; margin-left:-600px; top:80px; width:145px; height:950px; background:url(); z-index:99; } #adsmedia { position:absolute; left:px; top:13px; } h2#title { width:938px; height:10px; margin:0px; background-image:url(); background-color:#; padding-left:5px; padding-right:5px; padding-top:2px; border:1px # solid; border-top:none; padding-bottom:0; font-family:"Trebuchet MS", Verdana; font-size:0px; font-weight:normal; margin-left:-8px; margin-right:550px; text-align:center; color:#FFFFFF; letter-spacing:2px; margin-bottom:15px; } /* Design Copyright by www.djrezo.de.tl */ --> </style> <table align="center" cellpadding="0" cellspacing="0" border="0"><tr><td align="center"> <style type="text/css">
Beitrag25.09.2010 um 16:42 (UTC)    
Titel:

wie macht man den homepage titel weg?
Beitrag25.09.2010 um 16:46 (UTC)    
Titel:

muss ich die header datei schon beim text über dem design einfügen oder?
Beitrag25.09.2010 um 16:58 (UTC)    
Titel:

lurs-9a hat Folgendes geschrieben:
so siehts gerade aus:

#header {
position: absolute;
top: 100px;
margin: auto;
height: 440px;
width: 1000px;
background-image: url (http://yfrog.com/evheaderklassej);
}









/*Css Code ohne Styletags*/

a { color: #edd600;
text-decoration: none;
font-weight: bold; }

a:hover { color: #edad00;
text-decoration: underline overline; }

body {
background-attachment:fixed;
margin:0px;
padding:0px; height:100%;
background-color:#000000;
background-image:url(http://img.webme.com/pic/d/djrezo/bleack.jpg);
}

#bigbg { position:absolute;
left:0px;
top:0px;
width:100%;
background-image:url();
border:none;
height:600px;
z-index:-1; }

#container {
top:30px;
width:950px;
height:auto;
background-image:url();
background-repeat:repeat-x;
padding:0px;
background-color:#;
font-family:"Trebuchet MS", Verdana;
font-size:13px;
color:#FFFFFF; }

#Feld_oben {
width:950px;
background-color:#;
height:200px; }

.header { text-align:right; }

ul#nav {
height:21px;
list-style-type:none;
margin:0;
padding-bottom:11px;
padding-top:11px;
padding-left:0px;
padding-right:0px;
background-image:url(http://img.webme.com/pic/d/djrezo-test/conttop_css2.png); }


li.nav_element {
display:inline;
list-style:none;
margin:0;
padding:8px;
background-image:url(); }


.nav_element:hover {
height: 43px;
background:url(http://img.webme.com/pic/d/djrezo/hoverbutton_djrezo.png);}

#nav_heading { display:none; }

.menu {
font-family:"Trebuchet MS", Verdana; font-size:13px;
font-weight:bold;
text-decoration:none; color:#e1e1e1; }


.menu:hover { color:#edad00; } #content { border:#cccccc solid 0px; height:px; border-top:none; background-image:url(http://img.webme.com/pic/d/djrezo-test/mitte_css.png); background-color:#000000; padding-left:8px; padding-bottom:8px; padding-right:8px; overflow:auto; text-align:justify; } #counter { margin-top:-1px; padding-top:14px; text-align:center; font-size:12px; font-family:Arial color:#FFFFFF; letter-spacing:1px; color:#FFFFFF; background-image:url(http://img.webme.com/pic/d/djrezo-test/footer_css.png); width:950px; height:32px; } #sidebar_heading { margin:0; padding:0; overflow:auto; } #adcontainer { position:absolute; left:50%; margin-left:-600px; top:80px; width:145px; height:950px; background:url(); z-index:99; } #adsmedia { position:absolute; left:px; top:13px; } h2#title { width:938px; height:10px; margin:0px; background-image:url(); background-color:#; padding-left:5px; padding-right:5px; padding-top:2px; border:1px # solid; border-top:none; padding-bottom:0; font-family:"Trebuchet MS", Verdana; font-size:0px; font-weight:normal; margin-left:-8px; margin-right:550px; text-align:center; color:#FFFFFF; letter-spacing:2px; margin-bottom:15px; } /* Design Copyright by www.djrezo.de.tl */ --> </style> <table align="center" cellpadding="0" cellspacing="0" border="0"><tr><td align="center"> <style type="text/css">



Ich hab mal ein Teil aufgeräummt.... Du kannst doch bitte den rest machen
______________
Lala Dum Dum - euch grüßt Sam Smile
Beitrag25.09.2010 um 19:42 (UTC)    
Titel:

muss ich da imemr [ ] in ein packet?

Und wie weis ich das des ne extra zeile sein soll?


Zuletzt bearbeitet von lurs-9a am 26.09.2010, 09:04, insgesamt einmal bearbeitet
Beiträge der letzten Zeit anzeigen:   


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