PDA

Zobacz pełną wersję : Header a headermask problem z backgroundem headermask



ramiro
14-02-2011, 14:44
Witam.
Mam takowy problem otóz przy edycji ja_purity obrazek z headermask zachodzi mi na header i nie wiem gdzie jest problem. Poniżej daję dane z template:


#ja-header {
position: relative;
height: 250px;
}

.ja-headermask {
width: 900px;
display: block;
background: url(../images/header-mask.png) no-repeat top left;
height: 250px;
position: absolute;
top: 0;
left: -1px;


Wyraźnie jest napisane background: podany url zmiana na lewą stronę top wiec gdzie może być problem?