You are here:   Blog
Register   |  Login

 

Minimize
FeedBurner Subscribe to Ismet Dumlupinar's DotNetNuke Blog
15



If you are using IE8 to browse your DotNetNuke portals, you may experience some problems with Internet Explorer 8 layout of website. This is a known issue since new enhancements introduced in Internet Explorer 8, those are expected. Sometimes you need to click compatibility mode button at left side of address bar. However, most of IE 8 users won't be familiar with this workaround.

How about forcing Internet Explorer 8 to display website with compatibility mode by default?

You can use following code to handle this:

<head id="Head" runat="server">
   <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
   <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>

Note that, you can also use this meta tag to optimize your non-dnn websites.

You can read Turkish translation of this article by following the link below:
Internet Explorer 8'de Uyumluluk Görünümünü Websiteniz İçin Varsayılan Yapmak
Posted in: Tutorials

Post Rating

Comments

Anonymous
# Anonymous
Friday, January 15, 2010 4:21 AM
Learn How to Force IE8 Compatibility View

Post Comment

Name (required)

Email (required)

Website

CAPTCHA image
Enter the code shown above in the box below




Web Hosting Blogs - BlogCatalog Blog Directory

blogarama - the blog directory

Tags

Minimize