|
You are not logged in. AnnouncementForums are now closed as we moved them to google groups.
You can use the following Google Groups to discuss about DebugBar and IETester products:
#1 2008-10-20 19:24:21
IE6 Tester won't load this page. All other testers OKThis page loads perfectly fine by "real" IE6 but not in IE Tester's IE6. Code:BODY
{
background: url(../images/Computer-Tutor-Logo.gif) no-repeat fixed center center;
bac\kground /**/: url(../images/Computer-Tutor-Logo.png) no-repeat fixed center center;
}
.ballspan
{
position: absolute;
visibility: visible;
top: -100px;
font-size: 12px;
font-family: Arial, Helvetica, Verdana;
font-weight: bold;
color: #000000;
width: 100px;
height: 100px;
background-image: url(../images/ball100grn.gif);
bac\kground-image /**/: url(../images/ball100grn.png);
}The hacks are there to prevent the transparent png's from being loaded by IE6 or less and use the transparent gif's instead. Offline #2 2008-10-20 21:18:40
Re: IE6 Tester won't load this page. All other testers OKSeems like a bad (or, at least, uncommon) workaround for the IE6 PNG problem... Last edited by Ricardo (2008-10-20 21:26:41) Offline #3 2008-10-23 11:40:47
Re: IE6 Tester won't load this page. All other testers OKPlease, be sure to launch IETester as admin : Under vista, IETester won't be able to use the png fix when not run as admin mode. see also : Offline #4 2008-10-25 00:05:09
Re: IE6 Tester won't load this page. All other testers OKI'm studying the pngfix and alternatives and figuring out how to incorporate a fix without breaking too much of my code. It may take me a day or two. Thanks for the references. Offline |