I am trying to create a local HTML/CSS/JS project on my machine using HTML5 Boilerplate template. I am using CSS3 properties like border-radius and it looks good on IE 9. But the property has no effect when testing in IE7 and IE8 using F12 Developer tools.
I was checking http://htmlemailboilerplate.com/ for its behavior on IE7/8 mode. The website seems to work well and supports the border-radius property on IE7/8 mode. I then went ahead and downloaded http://htmlemailboilerplate.com/, as a complete webpage to my local machine. The local copy when opened in IE7/8 mode does not support the CSS3 border-radius property. (http://htmlemailboilerplate.com/ website used border-radius property in its behind the nav_elope.png to round off the corners)
Is there something that I don't understand about the difference of running HTML5 boilerplate on a local webpage vs. a website hosted on a server?
How can I make the downloaded page behave exactly as the website behaves in IE7/8 mode?