Move text over image using CSS -
i've been able text on top of image top left using.
.block1 img {position:relative:}
and use
.text {position:aboslute; top:0;}
with success. problem have sticky navigation bar has position:fixed applied it. images go overtop of sticky navigation bar.
is there way around this?
edit: fiddle http://jsfiddle.net/wcwbv/4/
this should replicate problem closely.
thanks everyone! z-index:1; on stick navigation bar works perfectly. :)
Comments
Post a Comment