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 Reply To: Can links be added to a background image

#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