Home › Forums › CSS › Help positioning links over background image › Re: Help positioning links over background image
December 13, 2011 at 3:02 pm
#92633
Participant
No need to make the #top-nav-container
position relative. Just put the three elements in there and make them all display:block;
and float:left
. Add a little margin to some elements here and there and that should do it.
Here’s a basic setup that I would use: http://jsfiddle.net/SgAZy/