Hier kann eine Notiz zum Merk-Eintrag hinzugefügt werden (optional)
| [ Anmelden zum schreiben ] |
| Hintergrundfrafik?! | |||
|---|---|---|---|
| PanzerMensch83 Mitglied
Posts: 17 |
kann ich auch irgendwie eine hintergrundgrafik beim standart ilch temp. einfügen?wenn ja wie und zwar nicht eine kleine, die sich dann immer wiederholt, sondern eine große von mir erstellte grafik...
betroffene Homepage: www.ghosts-of-terror.de |
||
| Tr3icio Mitglied
|
|
||
| Forcey Mitglied
Posts: 409 |
include/designs/ilchdesigndings/style.css
body{background-image:url('hier link zum pic');} schupke.info >> raging-rhinoz.eu >> |
||
| Chapter Moderator
Posts: 5677 |
@panzermensch83
Nutze bitte mal öfter ausgiebig die suche. Viele Themen und Probleme wurden hier schon mehrfach behandelt und geklärt. Oftmals bringt dich die suche sogar schneller zum Ziel, da du nicht auf Antworten warten musst ;-) Spamming, sinnlose Beiträge, Pushing, Doppelposting und Werbung sind verboten |
||
| PanzerMensch83 Mitglied
Posts: 17 |
YES, SIR!
Habe verstanden...lesen, nicht schreiben! |
||
| PanzerMensch83 Mitglied
Posts: 17 |
ich muss trotzdem nochmal fragen (jo, hab gesucht...)
ich will einfach nur die grafik fest im hintergrund stehehaben. soll also fix sein bzw mit scrollen...hab dazu aus den links weiter oben von Tr3icio nen code gebastelt...war aber klar, dass war nix!! vielleicht kann mir jemand nen tipp geben (ach ja, ziel soll es sein, dass eine "rauch-grafik" den hintergrund verschönert (: ) der code: /*
css Datei copyright by ilch.de
erstellt von scaRFhogg
seite: www.daiwai.de
--
Design copyright by ilch.de
erstellt von fanguro
seite: www.zurro.de
--
Support auf www.ilch.de
*/
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html><head><title>background-attachment</title>
<style type="text/css">
div.bgscroll {
margin:20px 20px 20px 250px; width:35em; border:1px solid red;
background-image:url(http://www.ghosts-of-terror.de/include/designs/Ghosts/img/hintergrund/hintergrund.jpg); background-repeat:no-repeat; background-position:center center;
background-attachment:scroll;
}
</style>
</head>
body <div class="bgscroll"> <code>background-attachment:scroll</code></div> { color: #bbb; font-size: 12px; font-family: Verdana, sans-serif; background-color: #4a4849; text-align: center; margin: 0; padding: 0 }
#wrap {
position: relative;
width: 967px;
text-align: left;
margin: 0 auto 0 auto;
}
#top {
background: url(img/top.gif);
height: 67px;
}
#header {
background: url(img/logo.gif);
height: 153px;
text-align: center;
vertical-align:middle;
}
#header h1 { color: black; font-weight: normal; font-size: 24px; font-family: "Trebuchet MS"; position: absolute; top: 110px; left: 100px; display: inline }
#top2 {
background: url(img/top2.gif);
height: 31px;
}
#top2 font {
display: inline;
position: absolute;
left: 172px;
margin-top: 2px;
font-size: 10px;
text-decoration: none;
}
#content {
background: url(img/contentbg.gif);
background-repeat: repeat;
width: 964px;
}
#footer {
background: url(img/footer.gif);
height: 33px;
text-align: center;
vertical-align: middle;
}
#left_col { color: black; float: left; padding: 0px 18px 0px 9px; width: 158px; overflow: hidden }
#left_col .Cmite, #left_col .Cnorm, #left_col .Cdark {
color: #000000;
}
#left_col a { color: black }
#left_col .menu_heading
{
color: #000;
display:block;
letter-spacing: 1px;
font-size: 11px;
padding: 0 0 3px 5px;
}
#main_col { color: black; float: left; clear: none; padding: 0px 20px 0px 5px; width: 440px; overflow: auto; min-height: 100px }
#right_col1 { color: black; float: left; padding: 0px 10px 0px 7px; width: 141px; overflow: hidden }
#right_col2 { color: black; float: right; padding: 0px 14px 0px 0px; width: 141px; overflow: hidden }
#right_col1 .menu_heading,
#right_col2 .menu_heading
{
color:#fff;
font-size:11px;
letter-spacing: 1px;
}
#left_col ul
{
padding: 0;
margin: 0;
list-style: inside url(img/box_menu_pfeil.gif);
width: 149px;
}
#left_col li
{
margin:0;
padding: 5px 0 0 2px;
background: url(img/box_menu_trennlinie.gif) no-repeat bottom;
}
#left_col li ul
{
width: 146px;
background: url(img/box_menu_trennlinie.gif) no-repeat top;
}
#left_col li li
{
padding-left: 16px;
}
#left_col li a
{ color: black; font-weight: normal; font-size: 11px; text-decoration: none; padding-left: 8px }
td
{
font-family: Verdana;
font-size: 12px;
}
a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a
{ color: black; font-size: 11px; font-family: Verdana; text-decoration: underline }
a:hover
{
text-decoration: none;
}
a.box
{ color: black; font-size: 11px; font-family: Verdana; text-decoration: underline }
a.box:hover
{
text-decoration: none;
}
.Chead
{ background-color: #ffffff }
.Chead a
{
color: #000000;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
background: #444444;
color: #000000;
}
.Callg
{
background-color: #EFEFEF;
color: #000000;
}
.Callg td
{
color: #000000;
}
.Cnorm
{
background-color: #e5e5e5;
}
.Cmite
{ background-color: #C0C0C0 }
.Cdark
{
background-color: #555555;
}
.rand
{
border: solid #185685 1px;
}
.smalfont
{
font-size: 10px;
text-decoration: none;
}
.border
{
background-color: #ffffff;
}
hr
{
height: 0px;
border: solid #003366 0px;
border-top-width: 1px;
}
input, textarea, select
{
color: #000000;
font: 12px Verdana;
border-color: #000000;
border-width: 2px;
border-style: solid;
font-weight: none;
text-decoration: none;
background-color: #EFEFEF;
}
Zuletzt modifiziert von PanzerMensch83 am 11.11.2011 - 19:00:44 |
||
| whazza Mitglied
Posts: 1113 |
Der Code oben ist aber nit deine Style.css oder?
Falls ja ist da aber einiges Falsch, und Forcey sein Beitrag hast du wohl übersprungen. --------------------------------------------------- Klein Neue Ansicht |
||
| PanzerMensch83 Mitglied
Posts: 17 |
Nein, hab ich nicht überlesen... funkt ja auch super aber eben nur als normaler hintergrund. ich hätte aber gerne einen der beim down-scrol stehen bleibt! Ich habe aber keine ahnung warum das bei meinem script nicht hin haut...und nein, natürlich ist das nicht alles.
|
||
| Forcey Mitglied
Posts: 409 |
body{
background-image:url('hier link zum pic'); background-attachment:fixed;} schupke.info >> raging-rhinoz.eu >> |
||
| PanzerMensch83 Mitglied
Posts: 17 |
SAUBER!!!
Perfekt...ich danke dir!!! ![]() |
||
| [ Anmelden zum schreiben ] |