In all browsers the navigation bar seems to set correctly right below the header logo. In Safari (Mac) the navigation bar positions itself over the top of the logo.
What setting am I missing that causes this? Your help appreciated.
Navigation bar in Safari (Mac) not positioning correctly
Started by
lorenpenner
, Sep 28 2010 08:20 AM
3 replies to this topic
#1
Posted 28 September 2010 - 08:20 AM
#2
Posted 28 September 2010 - 04:01 PM
I think this is caused by the absolutely positioned items in the header. Can you do them with position relative?
#3
Posted 29 September 2010 - 08:14 AM
I'm not familiar with "position relative". Is there a way to reference Safari specifically in the code since all others browsers work fine? I pretty new to this and would appreciate any direction you might provide.
#4
Posted 29 September 2010 - 03:54 PM
Since position absolute is taking the header content out of the flow of the document i would try just being explicit and declaring a height for the header to force it in Safari to behave.
Let me know if that works.










