for web devs/web masters, some thoughts on new standards and features:
Ajaxian » Internet Explorer 8 Beta 2 and Web Standards
i found beta 1 changed the way my sites were rendered in comparison to ie7, most annoying... gonna download beta 2 soon and find out if it's any better. until then, adding this to <head> helps:
Ajaxian » Internet Explorer 8 Beta 2 and Web Standards
i found beta 1 changed the way my sites were rendered in comparison to ie7, most annoying... gonna download beta 2 soon and find out if it's any better. until then, adding this to <head> helps:
HTML:
<meta http-equiv="X-UA-Compatible" content="IE=7" />