alex01 wrote:
> this problem i only get in ie8 - ie7 does not have this problem.
>
> the page loads in what seems a low quality of graphics and some links and
> pictures or artwork are missing.
>
> i was wondering if this was known issue and if could be fixed. thanks in
> advance.
Ah, another web site built using MS Publisher ("<meta name="ProgId"
content="Publisher.Document"/>") so it uses VML code, a Microsoft-
generated document format that was standardized with ECMA but that no
one wants to use (and instead would prefer SVG), not even Microsoft in
IE8 with them trying to make it more standards compliant.
"VML is no longer supported"
https://connect.microsoft.com/IE/fee...dbackID=333905
(mentions changes in IE8's support of VML)
"VML Changes in IE8"
http://ajaxian.com/archives/the-vml-changes-in-ie-8
IE8 cannot render VML images if size is given as a percentage instead of
pixels (as noted in the "% unit" mention in the above ajaxian article).
Rather than scaling an image by changing its percentage for size, you
now have to recalculate the dimensions.
"Site Compatibility and IE8"
http://msdnrss.thecoderblogs.com/200...ility-and-ie8/
(mentions no longer supporting VML's v\:* behavior selector)