Hej
Robie strone w programie ked i potrzebuje wiedziec jak wstawic obrazek w tło najlepiej tak, zeby przy przewijaniu strony tło bylo nie ruchome.
Prosze o wytłumaczeniu wszystkiego dokladnie
Dzieki.;))
" Life is not a problem to be solved but a reality to be experienced! "
© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.
Szablon:
<body>
<wrapper treści> [np.div]
<div ze stylem: margin: 10px>
treść strony
</div>
</wrapper treści>
<div>
obrazek tła
</div>
</body>
No i style:
Dla elementu "body":
margin: 0; padding: 0; width: 100%; height: 100%; overflow: hidden
Dla wrappera treści:
position: absolute; z-index: 2; width: 100%; height: 100%; overflow: auto
Dla obrazka:
width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 1