Forum Moderators: not2easy
What happens because of this is that my site shows up very well only on one resolution of the screen. If i change the resolution, the menu images go all over the page because they are positioned based on pixel positions.
Any advice on how to reprogram this to work on all resolutions?
thanks a lot in advance.
Have you tried a wrapper div that contains all the menu images - position that absolutely, then take the absolute positioning off each individual menu img.
<div id="menu items">
<div id="menu_1"><img></div>
<div id="menu_2"><img></div>
</div>