whitebus
New Member
- Messages
- 115
- Reaction score
- 0
- Points
- 0
Anyone know a good resource or a list of common changes between ie7 and ie8 to update css, php, javascript webpages?
i've inherited a website that does display correctly with compatibility view, so i suppose i could just update the meta:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
with:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
but i was thinking about a long term update.
perhaps http://www.w3.org/ has something buried in there i haven't been able to find, or i shudder to think msdn may be acknowledging some problems.
i've inherited a website that does display correctly with compatibility view, so i suppose i could just update the meta:
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
with:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
but i was thinking about a long term update.
perhaps http://www.w3.org/ has something buried in there i haven't been able to find, or i shudder to think msdn may be acknowledging some problems.