Click to See Complete Forum and Search --> : Testing in IE6 On Mac


macapples
07-10-2008, 07:30 AM
Hi,
I have Parallels installed and I downloaded the IE6 package from evolt. However, when I look at the browser info it says IE 7 (on the "about ie" option on the help menu).

Does anyone know another alternative? I have a windows machine in the office as well. I've looked at browser cam but that is big bucks plus you can't test locally.


Thanks!
Eric

Declan1991
07-11-2008, 07:39 PM
Multiple IEs, or Standalone IEs.

If you want to test, try it out with a known bug, or new feature. If this text is red on a valid HTML page, it's wrong.
.testing {
color:blue;
}
* > .testing {
color:red;
}

<p class="testing">
Testing, if this is red, it's IE 7, if this is blue, it's not.
</p>