Displaying images in ie8 looses formating

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • madankarmukta
    Contributor
    • Apr 2008
    • 308

    Displaying images in ie8 looses formating

    Below are screenshots of images displayed via html/css in a browser. The images display well in all browsers except ie8. The screenshot on the left is on ie8. It should look like the display on the right.

    What could be the cause of this?
    Attached Files
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    IE8 does not work like IE compabability mode which doesn't work like IE7 which doesn't work like IE6 which doesn't work like any other browser on the planet.

    Comment

    • Frinavale
      Recognized Expert Expert
      • Oct 2006
      • 9749

      #3
      The first image is not "blurred".
      It looks like you are using an absolute style to display the images but you aren't setting the top and left properties correctly so they are just appearing on top of each other.


      I moved your question to the HTML/CSS forum because it doesn't have anything to do with ASP.NET

      -Frinny

      Comment

      Working...