Forums

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

Home Forums Other Anchor Tag not working

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #203814
    ChristyM
    Participant

    On this website homepage ( http://carbondirect.net/ ) I want the text on the bottom right of the page: Sewage Odor Control to link to an anchor tag on another page, Activated Carbon ( and jump to the section Sewage Odor Control), but it is not working.

    Did I do anything obviously wrong? Thank you in advance.

    #203826
    Paulie_D
    Member

    Hmmm…I’m thinking that this could be because that ID has position:fixed so it’s actually located at the top of the page.

    #sewage-odor-control {
        position: fixed; /* this */
        z-index: 10001;
        display: inline-block;
    }
    

    Try disabling the position property and see what happens.

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