Try to resize your browser window.
As you can see the menu with logo is absolutely aligned to a horizontally centered axis of the window.
To make such alignment with logo or without logo, you need to:
- Remove default flash object style - (style="position:absolute; top:10px; width:100%;")
- Set the menu width in pixels - (replace menu width - 100% with your menu width e.g. 680)
- #innerDiv width must be equal to menu width + picture width+5px
- Use this example code or see source of this page itself
|