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...

link|improve this question

My guess would've been that there isn't enough of that which there is... as in space.. Uuhm.. im pretty sure example page of some sort is needed here. – Lollero Sep 5 '11 at 16:23
Have you set the viewport width explicitly? developer.apple.com/library/safari/#documentation/… – Benjie Gillam Sep 5 '11 at 16:52
I was unable to reproduce with either Safari or Chrome using my CSS. I know you can't post a live example, but can you post some relevant CSS to help direct us. – Ktash Sep 5 '11 at 18:14
@Benjie - thanks, the viewport meta tag did nothing, I think this is iOS safari only? – danwellman Sep 6 '11 at 9:05
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.