The web site is centered, and i have problem with the logo that changes positions @ different sizes/resolutions of the browser.
What i have to do to fix this?
the code is like this:
Quote:
<style type="text/css">
<!--
#apDiv2 {
position:absolute;
left:113px;
top:83px;
width:170px;
height:212px;
z-index:2;
overflow: auto;
}
-->
</style>
Quote:
<div id="apDiv2"><img src="img/logo.png" width="164" height="201" alt="map" />
</div>
