quote:
Originally posted by MeEtc
put the code for the DIV higher in the code, and put the image in later. It has to do with layering and rendering order. the line is being rendered after the image, so its shown on top.
Thank you that worked perfect
quote:
Originally posted by -dt-
or just adjust the z-index in css
http://www.w3schools.com/css/pr_pos_z-index.asp
Thanks -dt-, I'll keep that in mind.