Home › Forums › CSS › Issue postioning Nav menu › Re: Issue postioning Nav menu
January 28, 2013 at 2:09 pm
#122624
Member
I would look into a different method positioning the menu in the first place rather than absolute positioning*.
Perhaps putting it to the header (or whatever the top element is) and floating it right.
*as you have found, it’s not really suited to responding to browser resizing.