Expression > Forums Home > Feedback and Discussions Forums > Expression Community Site Feedback > Image aligning only in expression web, not in IE, why?
Ask a questionAsk a question
 

QuestionImage aligning only in expression web, not in IE, why?

  • Thursday, October 08, 2009 1:54 AMDwayne28 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    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>

All Replies

  • Thursday, October 08, 2009 1:59 AMDwayne28 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Above my concern involves the positioning of a few images that I am having extreame difficulties with, I can get the image to position where it should be in IE but the
    alignment is off in expression web, which means the images are running off my page and onto my background. I have to make my setting to left:950 as stated above, and the lenght of my page is 780. I really do not know what I am doing wrong. Please help...