tags:

views:

45

answers:

2

Hi, All

I Have a static HTML Page,Running in local Machine input the "C:\test.html" In IE8 .everything is work fine.

But When i deploy on IIS and by : "http://localhost/test.html"

This is a big difference display result between of two way. I am sure i use IE8 and same page.

A: 

In your html file you could be using a path to your CSS file that is not visible when hosting from your local server.

LymanZerga
just the layout display difference ,all pictures show normal.
guaike
I am sure css file reference is correct.
guaike
A: 

without any code or anything, it's hard to say. do you have any references to any files (css, js, img, etc) that are not located where the html file is looking?

Matt
Hi,it's a big html page,i will put it on the Web.
guaike