On the website , there is a noticeable 1px gap between adjacent divs in Safari. However, this issue does not occur in other browsers such as Chrome and Firefox.
The menu div is floated left and occupies 34% of the width, while the gallery div is floated right and takes up 66% of the width. When I change the gallery div to float left, the 1px gap appears at the far right of the screen in Safari. Adding a border (1px) fills in the gap in Safari, but it disrupts the positioning of the divs in other browsers. Is this issue specific to Safari?
Any insights or solutions would be greatly appreciated. Thank you.