Re: [css-d] IE 8 issue upon refresh

2014-11-04 Thread Tom Livingston
On Tue, Nov 4, 2014 at 2:56 PM, Tom Livingston wrote: > Hello list, > > Shocking as this may seem, I'm having an issue with IE8. > > When I first hit this page it seems to work fine. But after a refresh > or two, it goes blank and doesn't recover. > > Can anyone see what I am not? > > http://proof

[css-d] IE 8 issue upon refresh

2014-11-04 Thread Tom Livingston
Hello list, Shocking as this may seem, I'm having an issue with IE8. When I first hit this page it seems to work fine. But after a refresh or two, it goes blank and doesn't recover. Can anyone see what I am not? http://proof.mlinc.com/tl/ie8test/ Thanks in advance. -- Tom Livingston | Senio

Re: [css-d] IE 8 issue

2009-12-31 Thread Bruno Fassino
On Thu, Dec 31, 2009 at 8:12 PM, Ellen Heitman wrote: > I am a web developer taking over the maintenance of my company's site from a > former developer. We recently upgraded to IE 8 and noticed an issue we > hadn't had before. > > If you look at the following page in both IE 6/7 and Firefox, it sh

[css-d] IE 8 issue

2009-12-31 Thread Ellen Heitman
I am a web developer taking over the maintenance of my company's site from a former developer. We recently upgraded to IE 8 and noticed an issue we hadn't had before. If you look at the following page in both IE 6/7 and Firefox, it should look okay: www.pottersignal.com/search_results.aspx Howev

Re: [css-d] IE 8

2009-05-14 Thread Gunlaug Sørtun
Kathy Wheeler wrote: > I've seen 'real' IE6's on two different machines give different > results to each other :-( Change one or more settings in IE6, and get another result... Same goes for all browsers, so if one wants to know the outcome at the user-end one better test with a whole range of o

Re: [css-d] IE 8

2009-05-14 Thread Kathy Wheeler
On 15/05/2009, at 4:28 AM, Vincent Pollard wrote: > I used to love using Multiples IES but I have seen several instances > over the past two years where Multiples IEs gave us a different result > from 'real' IE6. I've seen 'real' IE6's on two different machines give different results to each o

Re: [css-d] IE 8

2009-05-14 Thread Vincent Pollard
t times. I run VMs now to check IE6. It's more cumbersome but at least I can trust it. -Original Message- From: css-d-boun...@lists.css-discuss.org [mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Kathy Wheeler Sent: Monday, May 04, 2009 7:11 PM To: CSS-D List Subject: Re: [css-

Re: [css-d] IE 8

2009-05-12 Thread David Dorward
2009/5/4 Climis, Tim : > Microsoft has actually done something to make out jobs easier there. > (unbelievable, I know)  IE8 has a "Compatability View" button in the > address bar, which when pressed, makes pages render as in IE7. > So you don't need separate machines, nor do you need to keep IE7.

Re: [css-d] IE 8

2009-05-11 Thread Ib Jensen
2009/5/11 david : > Divya Manian wrote: > >> I have also experienced MultipleIEs have issues with javascript (sometimes >> CSS). Plus it doesn't work as expected when u install IE 8. I am still >> looking for a good solution to test IE 6/7/8 in one machine, no luck so far. > > Linux with VirtualBox

Re: [css-d] IE 8

2009-05-11 Thread david
Divya Manian wrote: > I have also experienced MultipleIEs have issues with javascript (sometimes > CSS). Plus it doesn't work as expected when u install IE 8. I am still > looking for a good solution to test IE 6/7/8 in one machine, no luck so far. Linux with VirtualBox and 3 different Windows VM

Re: [css-d] IE 8

2009-05-09 Thread Divya Manian
On 5/5/09 4:28 PM, "Kathy Wheeler" wrote: > > Ummm ... scratches head ... what do you mean by "does not support" ? > IE6 standalone on my test win box loads pngs fine ( well ... as fine > as ie6 is supposed to anyway - no png transparency :-( ). I use them > (pngs) as background images for css e

Re: [css-d] ie/8 max-width

2009-05-07 Thread David Laakso
Al Sparber wrote: >> Al Sparber wrote: >> >>> From: "David Laakso" >>> >>> Get the page out of quirks mode (remove the xml prolog) and check again. >>> >>> >> Makes no difference whatsoever, Al. >> > > > If you remove both the width and height attributes from the img tag, i

Re: [css-d] ie/8 max-width

2009-05-07 Thread David Laakso
Al Sparber wrote: >> Al Sparber wrote: >> >>> From: "David Laakso" >>> >>> Get the page out of quirks mode (remove the xml prolog) and check again. >>> >>> >> Makes no difference whatsoever, Al. >> > > > If you remove both the width and height attributes from the img tag, i

Re: [css-d] ie/8 max-width

2009-05-07 Thread Al Sparber
> Al Sparber wrote: >> From: "David Laakso" > >> Get the page out of quirks mode (remove the xml prolog) and check again. >> > Makes no difference whatsoever, Al. If you remove both the width and height attributes from the img tag, it works. Remove just the height and it doesn't. Looks like a r

Re: [css-d] ie/8 max-width

2009-05-07 Thread David Laakso
Al Sparber wrote: > From: "David Laakso" > > >> When the page is dragged to a 640 window, the large image should reduce >> in both width and height. >> >> Our new found standard compliant friend, IE/8 does not seem to go along >> with the program in PC XP on a relatively fast dsl modem (the

Re: [css-d] ie/8 max-width

2009-05-07 Thread Al Sparber
From: "David Laakso" > When the page is dragged to a 640 window, the large image should reduce > in both width and height. > > Our new found standard compliant friend, IE/8 does not seem to go along > with the program in PC XP on a relatively fast dsl modem (the image in > IE/8 at 640 is mor

[css-d] ie/8 max-width

2009-05-07 Thread David Laakso
When the page is dragged to a 640 window, the large image should reduce in both width and height. Our new found standard compliant friend, IE/8 does not seem to go along with the program in PC XP on a relatively fast dsl modem (the image in IE/8 at 640 is more square than rectangular). IE/7 is

Re: [css-d] IE 8

2009-05-06 Thread Court Kizer
Kathy: Sorry I haven't been able to respond. It seems that you are hearing the same thing from other people. Right now I can't unfortunately reach the SVN where I saw the problem. What I did see is the hacked stand-alone IE even with the proper .dll files for PNG transparency started pushi

Re: [css-d] IE 8

2009-05-05 Thread Reese
Kathy Wheeler wrote: > Ummm ... scratches head ... what do you mean by "does not support" ? > IE6 standalone on my test win box loads pngs fine ( well ... as fine > as ie6 is supposed to anyway - no png transparency :-( ). I use them > (pngs) as background images for css elements, inline as

Re: [css-d] IE 8

2009-05-05 Thread Kathy Wheeler
On 06/05/2009, at 12:42 AM, Reese wrote: > Kathy Wheeler wrote: >> I have asked for documented proofs of this before and so far have >> received none! Not even sample URL's. I would appreciate more details >> on those "20 instances". > > Here's one: > Standalone IE6 does not support .png images.

Re: [css-d] IE 8

2009-05-05 Thread Reese
Kathy Wheeler wrote: > On 05/05/2009, at 5:25 AM, Court Kizer wrote: > >> I recommend staying away from multiple IE I can think of 20 instances >> where it will render different from a machine with the real thing. >> Virtualiin is free. > > I have asked for documented proofs of this before and so

Re: [css-d] IE 8

2009-05-05 Thread Vladislav Vladimirov
> plus: it doesn't contain IE 7 Yes - it doesn't, but the same team that developed it (Tredosoft) have come up with an IE 7 Standalone version: http://tredosoft.com/IE7_standalone It is packed separately, because at the time of release IE7 was the latest IE version, and you could either have an

Re: [css-d] IE 8

2009-05-04 Thread Brian Hazelton
I would listen to the suggestion as is. The reasoning behind what Court said (whether or not there are 20 instances, could be more could be less) is because since it is software, you are introducing additional code than the base code for iE. There could be bugs in MultipleIE and it will result in

Re: [css-d] IE 8

2009-05-04 Thread Kathy Wheeler
On 05/05/2009, at 5:25 AM, Court Kizer wrote: > I recommend staying away from multiple IE I can think of 20 instances > where it will render different from a machine with the real thing. > Virtualiin is free. I have asked for documented proofs of this before and so far have received none! Not

Re: [css-d] IE 8

2009-05-04 Thread Court Kizer
I recommend staying away from multiple IE I can think of 20 instances where it will render different from a machine with the real thing. Virtualiin is free. Sent from my iPhone On May 4, 2009, at 6:57 AM, Christian Kirchhoff wrote: > Michael Grosch schrieb: >> You could either use Virtua

Re: [css-d] IE 8

2009-05-04 Thread Court Kizer
I Sent from my iPhone On May 4, 2009, at 6:57 AM, Christian Kirchhoff wrote: > Michael Grosch schrieb: >> You could either use Virtual PC > virtual-pc/default.aspx >>> and one of the free "Internet Explorer Application Compatibility >> VPC Images"

Re: [css-d] IE 8

2009-05-04 Thread Christian Kirchhoff
Michael Grosch schrieb: > You could either use Virtual PC > > and one of the free "Internet Explorer Application Compatibility > VPC Images" >

Re: [css-d] IE 8

2009-05-04 Thread Christian Kirchhoff
Kenneth MacLean schrieb: > I've noticed that many of you are developing with IE 8. Is there a way > to install IE 8 on your 'puter and still keep IE 7? Or do you have to > use separate machines? > __ > css-discuss [cs...@lists.c

Re: [css-d] IE 8

2009-05-04 Thread Court Kizer
Sorry I hit send. iPhone 3.0 beta bug. Again if u have a mac install several tinyXP OS and turn o. Unit mode then you can have all the. Variants of every plaform and screen right I side your mac. I use an AppleScript / commandline trinks to double click to post mn current browse windows acr

Re: [css-d] IE 8

2009-05-04 Thread Court Kizer
Ken. Google "TinyXP" it is a 200mb build of windows that does NOT have any IE web browsers installed. Everytime I need to work with windows I just copy the 200mb file and put the latest browser on it. I have about 25 super small virtual machines this way for testing. I run them on VMware f

Re: [css-d] IE 8

2009-05-04 Thread Climis, Tim
> I've noticed that many of you are developing with IE 8. Is there a way > to install IE 8 on your 'puter and still keep IE 7? Or do you have to > use separate machines? Microsoft has actually done something to make out jobs easier there. (unbelievable, I know) IE8 has a "Compatability View" b

Re: [css-d] IE 8

2009-05-04 Thread Michael Grosch
You could either use Virtual PC and one of the free "Internet Explorer Application Compatibility VPC Images" or Multi

[css-d] IE 8

2009-05-04 Thread Kenneth MacLean
I've noticed that many of you are developing with IE 8. Is there a way to install IE 8 on your 'puter and still keep IE 7? Or do you have to use separate machines? __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discu