Forum Moderators: not2easy
Is there a way to position the menu so it is centered in all resolution or is there a way to set the positioning relative to the image? I tried putting the whole thing in a separate table but then the menu floats way over to the right (currently the main div for the menu is outside any table).
Or should I use a measurement that won't change with different resolutions? Is so, I'm not sure what that might be.
Here is the code I'm using to position the main menu:
#menu {
background-color: none;
width: 600px;
float:left;
position: absolute;
top: 150px;
left: 89px;
}
Lorel