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

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -