Forums

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

Home Forums CSS How To Prevent Linking Original Position of Relatively-Positioned Element?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #32641
    johnywhy
    Participant

    my page contains three spans, inline:

      

    they are positioned properly on the page.

    within span3, i want to contain a link surrounding an image. centered on the image, i want some text:




    Text Line 1
    Text Line 2


    to get the text centered on the image, i make it relatively-positioned:


    Headline

    all good, but problem is that the original inline location of the headline is getting linked, even though the headline has been relatively repositioned. so, how to eliminate link region in original location of headline?

    posted to http://csscreator.com, https://css-tricks.com, http://www.codingforums.com, http://welovecss.com

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