I want to move the MainMenu to the left and the logo to the right.
The logo went to the right by adding float right to the css.
Concerning the menu I have tried to add this to the css:
.gkMenu > ul {
margin-left: -600px;
}
(suggested elsewhere in this forum)
It works fine in Firefox and InternetExplorer, but in Safari it goes vertical instead of horizontal..
Is there another better way to switch the logo an menu positions?