I made a fixed layout and it works great on all browsers. But with an increase of at least one scroll of the wheel (90%), the elements of the second navigation (# header-navigation) break into more lines and push the elements out of their places. I tried to set the font size, padding and margin using em and%, but nothing good. If I do overflow: hidden for # header-navigation, I can zoom out to 50% without any problems. This is quite enough for me, but hiding is not an option.
You can see it here: http://palivonas.lt/test/stackoverflow/
EDIT: it works with Chrome and IE9 (thanks @GGG), but Firefox still pushes the #social box, although the line no longer breaks in navigation.
source
share