I've inherited a site that is literally about to go live. I've got an issue which only affects webkit - when the page is zoomed out, the last nav item drops down to the next line.
It's fine in all other browsers (even IE!) and I cannot find a fix. I've tried sizing the menu in % and in ems and the same thing happens (in fact, it's worse when using these two units instead of PX...)
The nav container (a UL) is set to 959px in width and each child LI is set to 112px. There are 8 LIs so there is easily enough room for them.
When the page is zoomed out 1 level, the computed width of the UL is 799px and each LI is 93px, so there still should be enough room.
Any ideas? I can't link to a live example...