I have set up some divs for my layout, a main div and a menu div.
They look perfect in Firefox, but for some reason, Chrome and Safari get messed up.
For some reason the width of the div gets smaller when overflow:hidden;
is added to the CSS. I need overflow:hidden;
though, because I have other floats inside the main div. You can see the example here:
It shows up fine in Firefox, but in Safari and Chrome, there's a margin on the right side of the div as well.