i mam taki kod css, ktory za cholere nie dziala:
#mask { position: absolute; width: 950px; height: 297px; background: url(maskbaner.png) transparent; overflow: hidden; z-index: 5; } #images { position: absolute; z-index: 2; width: 1650px; height: 205px; }
ok, dałem taki kod:
#mask { position: relative; width: 950px; height: 297px; background: url(maskbaner.png) transparent; overflow: hidden; } .images { position: absolute; width: 1650px; height: 205px; z-index: -1; }
i Dziala, nie wiem dlaczego wczesniejszy nie dziala