Home › Forums › CSS › How To Make Text “in front” of image? › Re: How To Make Text “in front” of image?
January 20, 2011 at 5:40 am
#65077
Member
Hey Memento,
A quick fix would be this.
On your H2 tag Ganis Angger Atmawarin with the background image change your z-index: auto; to:
z-index: 1;
On your content_sec add this:
z-index: 1000;
position: relative;
Hope this helps,
Sliver37