On 3/15/2011 5:19 PM, Claude Needham wrote:
Or, in other words, will my pages that look good in IE8 look just as good in IE9?
Your pages will appear in IE9 pretty much as they do in modern Firefox, Opera, or Webkit browsers. The biggest source for issues in IE9 is when users inadvertantly click the compatibility view icon. To prevent that, we usually recomend using this meta tag in your page:
xhtml version: <meta http-equiv="X-UA-Compatible" content="IE=Edge"/> html version: <meta http-equiv="X-UA-Compatible" content="IE=Edge"> -- Al Sparber - PVII http://www.projectseven.com Dreamweaver Menus | Galleries | Widgets ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
