> Is there a fix for this so that the menu displays the same in both > browsers?
You are taking advantage of the browser default padding for the URL
elements. Better to use a reset.css to clear such defaults and use
known values. The equivalent CSS is:
.imageMenu ul {
padding-left: 40px;
}
--Sandy
