Forums

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

Home Forums Design Can links be added to a background image

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

    I am working on a new site and have been asked to make a background image that does not move as you scroll through the page content. This I have done but the image is of a series of navigation buttons (back, home, next, etc) and we would like them linked to the relevant pages. I am not sure if this is possible in a background image?
    I am not an expert, mainly doing this for ‘fun’ and I am using Dreamweaver 5.

    This is my test site: http://hythehistory.org/HCS%20website/awards/awards.html

    Thanks
    Ron

    #253072
    Atelierbram
    Participant

    There will have to be HTML-markup for the navigation in the page, because in this way it will not work. Then in the CSS you can target those HTML elements, and style them the way you like. Also this navigation will need to have a position: fixed with values for top and left to position it. Like so:

    http://codepen.io/atelierbram/pen/EWLzMy

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