IIS Running and Web Sites Look Fine in Firefox but not IE

Discussion in 'C#' started by fcastro, Sep 18, 2008.

  1. #1
    Hi all,

    I got a small project that is in asp. So I installed IIS and setup my localhost etc and the pages are running and showing in both browsers. However the pages don't show correctly in IE7. The pages are mostly made up up of html includes and css. The pages look correct when they are up on the web server in IE and FF. Locally however IE is not displaying the pages correctly.

    I was wondering what I was missing?
     
    fcastro, Sep 18, 2008 IP
  2. tomred

    tomred Peon

    Messages:
    382
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #2
    This isnt a problem with IIS or ASP, its with CSS, you need to check how each browser displays the information you present with style sheets.

    Some CSS rules are interpreted differently on IE than firefox.
     
    tomred, Sep 24, 2008 IP