Knowing that I need to test CSS designs
in older versions of IE, I have installed IE 5.0 and IE 5.5 side-by-side
with IE 6.0, according to the following article:
If I visit a site that reports the
requesting User Agent, then my 5.0, 5.5 and 6.0 versions of IE do indeed
report different User Agents. So far, so good.
However, I cannot find any pages that display
examples of IE CSS rendering issues. Ideally, a page that explains: "In IE 5.0,
this <div> will be red and floated to the left; in IE 5.5 this
<div> will be red and without any float; in IE 6.0 this <div> will
be green and will move with the page as it's scrolled." That is, a page that
exemplifies CSS rendering differences between the three recent versions of
IE.
I need such a page so that I can be sure that the
side-by-side (cut-down) versions of IE do indeed reflect the rendering of the
full older versions of IE.
Can anyone point me to a resource that illustrates
the rendering differences?
Thank you to anyone who can help.
Regards,
SomeNewKid |