Forums

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

Home Forums CSS Safari shifting navigation Re: Safari shifting navigation

#72908
noahgelman
Participant

It’s probably doing it because your nav div inside the navigation div (btw, you don’t need both of those divs, you only need one) is positioned absolutely to the content div so safari is jumbling it around. You shouldn’t need to position it absolutely at all. It will automatically place itself below your <h1> tag.