Ciao a tutti,
ho un sito wordpress in cui non riesco ad impostare, in nessunissimo modo, in modalità "fixed" il background del div page, per impedire lo scroll dello sfondo.
Le ho provate tutte, ma niente.... grrr....
Di seguito il codice del div "page"
e questo è il div "wrapper", suo contenitorecodice:#page { position: relative; width: 666px; min-height: 100%; float: right; background-color: transparent; z-index: 1; background-image: url('images/page-bg.png'); background-repeat: repeat-y; background-position: top right; background-attachment: fixed; }
Cosa mi sfugge secondo voi?codice:#wrapper{ width: 980px; height: 100%; min-height: 100%; margin: 0px auto; z-index: 1; }
Grazie in anticipo per le risposte.

Rispondi quotando