Hintergrund statisch machen

Hi, Ich bin noch neu und kenne mich noch nicht besonders gut aus.

Hier meine Frage:
Wie kann ich den Hintergrund einer Seite statisch machen.

Thx für eure hilfe.

Was bedeutet statisch?

Vielleicht beim Scrollen fixieren?

http://www.w3schools.com/cssref/tryit.asp?filename=trycss_background-attachment

das funktioniert irgendwie nicht (kann auch sein das ich was falsch gemacht habe, kenn mich noch nicht so gut mit html aus :()

Viel ist da ja nicht zu beachten. Vielleicht zeigst Du mal, was DU gemacht hast, damit wir evtl. Hinweise auf Fehler geben können?!

Beziehst Du Dich auf das Demo?

Ansonsten poste bitte Deinen Code.

Habs nicht selbst gemacht.

[code=css]body a,
body a b,
body .comment a,
body .video-list-item .title,
body #watch-description a {

color: rgb(182,255,0) !important;
}

/********** besuchte links ***************************/

.yt-tile-default h3 a:visited:not(#foo),
.yt-tile-visible h3 a:visited:not(#foo),
a:visited:not(#foo),
a:visited b:not(#foo),
a:visited font:not(#foo),
a:visited span:not(#foo) {

color: rgb(255,255,255) !important;
}

/********** dislike spalte**************************/
body .video-extras-sparkbar-dislikes {
background-color: rgb(255, 255, 255) !important;
}

/********** Hintergrund bild **************************/
html body:not(#foo) { background: url( https://images2.alphacoders.com/206/206292.jpg ) #000 fixed repeat left top !important; -moz-appearance: none !important; }

/* Hintergrundbild */
body>iframe+table>tbody>tr>td,
#vm-video-actions-bar, .yt-uix-hovercard-card,
html body { background: url( https://images2.alphacoders.com/206/206292.jpg ) #100 scroll repeat left top !important; -moz-appearance: none !important; }

/* Hauptfarbe und Opazität Einstellung: justieren rgba (rot, grün, blau, Opazität */
#builder-preview-pane,#vm-video-actions-inner,
.yt-uix-hovercard-card-border,
#body-container, body > #footer-container, body > #footer-hh-container
{background: rgba(4,10,9,.1000) !important;}

/* suchleisten farbe */
#uploader-progress,
#playlist-bar-bar-container,
#masthead-expanded-menu-acct-sw-list,
.gwt-PopupPanel > .popupContent * ,
.yt-uix-button.yt-uix-button-shelf-slider-pager,
body>iframe+table,
body>iframe+table>tbody>tr>td>table,
#watch7-playlist-tray, .yt-uix-clickcard-card-border,
#watch7-playlist-tray-mask
{background: rgb(255,255,255) !important;}

/* Diese Farbe wirkt sich auf die zentralen Abschnitte der Hauptseiten. */
#page .branded-page-v2-primary-col,
#results,
#page #watch7-content,
.channel-layout-two-column .primary-pane
{
background-color: #000000 !important;
}[/code]

Ich habs geschafft.

Danke an alle.