I have many images on my home phone, but the above mentioned images are the only ones that are not in position in my website buidling program but are in position when viewed in internet explorer. If all my other images are positioned appropriately in my web editor except the above mentioned, I am thinking that it is probaly something to do with the margins. in order to get the stated images above to be in place within my browser, I have to type in left:950, which is larger than my page and runs my images onto to my background which is clearly seen in my editor, but when viewed in a browser(IE), it looks great. I really do not know what to suspect except that it may be a margin issue, which I am not sure how to adjust. I have provided my coding below for anyone that can detect what is being done wrong, keep in mind that my page width is about 780.
<div id="layer1" style="position: absolute; width: 172px; height; z-index: 1; left: 812px; top: 500px">
<br />
<img alt="catalogue" src="images/online-catalogue.gif" style="width: 145px; height: 145px" /><img alt="cart" src="images/online-shopping.gif" style="width: 145px; height: 145px" /><br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
</div>