Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How To Make Text “in front” of image?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #31318
    Memento
    Member

    Hello guys.
    I bump into a small problem here. You see in the bottom of the text, there is a permalink with a text “say hullo here”. But because I put a huge image replacement inside h3 tag, I can’t click the link. Somehow the image is layered above the text. The problem just occur in the lower part of the body text, otherwise, it’s ok.

    What do you suggest?
    Thanks.

    #65071
    Memento
    Member

    Whopsie. Sorry. Try it again :).

    #65077
    sliver37
    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

    #65079
    Memento
    Member

    Sliver, that’s solve the problem. You are the man. Thank you very much.

    #129305
    GARID
    Member

    Hey
    **sliver37** thank u!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.