imathis / octopress

Octopress is an obsessively designed framework for Jekyll blogging. It’s easy to configure and easy to deploy. Sweet huh?
http://github.com/imathis/octopress
9.32k stars 2.62k forks source link

octopress displays abnormally on IE 11 #1664

Open tangyong opened 10 years ago

tangyong commented 10 years ago

[problem]

I have deployed two octopresses on two 64 bit machines of local network successfully, and one machine's os is win 7 , anther machine's os is RHEL 5.5.

While I was launching any octopress from the two server env using IE 11 from my win7 machine, I found that the octopress displayed abnormally on IE 11 as following image.

image

However, while using chrom or firefox, display is OK.

I have been in puzzle for some days and looking forward to some helps.

In addition, whether using octopress master or 2.5, the issue happened on my env.

Thanks! --Tang

tangyong commented 10 years ago

I have resolved it. This is the issue of IE Compatible Prbolem.

http://stackoverflow.com/questions/4966952/ie-not-rendering-css-properly-when-the-site-is-located-at-networkdrive

Solution: adding the following into "source/_includes/head.html" while accessing from intranet using IP.

So, whether adding a description for the case into manual?