Re: [css-d] Win IE 6 issues

2011-09-10 Thread david
Alan Gresley wrote: On 10/09/2011 3:56 AM, John wrote: On Sep 8, 2011, at 10:26 PM, Alan Gresley wrote: John, if you have IE8 or IE9, you can use the developer tools to show IE7 emulation mode. Select the key 'F12' at the top of your keyboard. Here is IE6 (on the left) and IE7 (emulation mode

Re: [css-d] Win IE 6 issues

2011-09-10 Thread david
John wrote: On Sep 8, 2011, at 10:26 PM, Alan Gresley wrote: John, if you have IE8 or IE9, you can use the developer tools to show IE7 emulation mode. Select the key 'F12' at the top of your keyboard. Here is IE6 (on the left) and IE7 (emulation mode) side by side. http://css-class.com/x/co

Re: [css-d] Win IE 6 issues

2011-09-09 Thread Alan Gresley
On 10/09/2011 3:56 AM, John wrote: On Sep 8, 2011, at 10:26 PM, Alan Gresley wrote: John, if you have IE8 or IE9, you can use the developer tools to show IE7 emulation mode. Select the key 'F12' at the top of your keyboard. Here is IE6 (on the left) and IE7 (emulation mode) side by side. http

Re: [css-d] Win IE 6 issues

2011-09-09 Thread David Laakso
OK..can I get IE 8 or 9 and still keep the Beloved and Venerable IE 6? thank you John Good grief! Just what is the problem, now? Screenshots IE 6/7/8/9 using the code sent to the list last night. Tweak that code for IE/6 in the h

Re: [css-d] Win IE 6 issues

2011-09-09 Thread John
On Sep 8, 2011, at 10:26 PM, Alan Gresley wrote: John, if you have IE8 or IE9, you can use the developer tools to show IE7 emulation mode. Select the key 'F12' at the top of your keyboard. Here is IE6 (on the left) and IE7 (emulation mode) side by side. http://css-class.com/x/coffee-ie6-

Re: [css-d] Win IE 6 issues

2011-09-08 Thread Alan Gresley
On 9/09/2011 10:14 AM, David Laakso wrote: On 9/7/11 11:15 PM, John wrote: re: * html #BannerText { position: absolute; top:0; left:67px; } David, if someone was to have a larger text-size setting in any browser, that banner text will not b

Re: [css-d] Win IE 6 issues

2011-09-08 Thread Alan Gresley
On 9/09/2011 10:14 AM, David Laakso wrote: On 9/7/11 11:15 PM, John wrote: re: /*4ie7*/ *:first-child+html #TextHead_Home { margin-top:58px } /*4ie6*/ * html #TextHead_Home { margin-top:58px; } * html #BannerText { position: absolute; top:0; lef

Re: [css-d] Win IE 6 issues [EC]

2011-09-08 Thread David Laakso
Error Correction:: Hacks 4 IE 6/7 revised to read: /*4ie7*/ *:first-child+html #TextHead_Home { margin-top:58px;} /*4ie6*/ * html #TextHead_Home { margin-top:58px;position:relative; } * html #BannerText { position: absolute; top:0; left: 278px; } Best, ~d ___

Re: [css-d] Win IE 6 issues

2011-09-08 Thread John
On Sep 8, 2011, at 5:14 PM, David Laakso wrote: /*4ie7*/ *:first-child+html #TextHead_Home { margin-top:58px } /*4ie6*/ * html #TextHead_Home { margin-top:58px; } * html #BannerText { position: absolute; top:0; left:67px; } reference: tha

Re: [css-d] Win IE 6 issues

2011-09-08 Thread David Laakso
On 9/7/11 11:15 PM, John wrote: re: /*4ie7*/ *:first-child+html #TextHead_Home { margin-top:58px } /*4ie6*/ * html #TextHead_Home { margin-top:58px; } * html #BannerText { position: absolute; top:0; left:67px; } reference:

Re: [css-d] Win IE 6 issues

2011-09-08 Thread John
On Sep 7, 2011, at 6:16 PM, Alan Gresley wrote: On 8/09/2011 8:58 AM, John wrote: I have a page which Safari and Firefox (Mac and Win FF) display correctly but Win IE 6 gets a few things really wrong. 3 BIG things I see: mangles my header type at the top...instead of being vertically cente

Re: [css-d] Win IE 6 issues

2011-09-07 Thread John
On Sep 7, 2011, at 6:16 PM, Alan Gresley wrote: Are you bothered by the scroll-bars in IE6? Are you concerned that the "Featured UX project: Wisconsin Public Radio" header is lower in IE7? thank you, Alan; Yes to the first. To the second, I need to get IE7 loaded on our PC here.. That t

Re: [css-d] Win IE 6 issues

2011-09-07 Thread Alan Gresley
On 8/09/2011 8:58 AM, John wrote: I have a page which Safari and Firefox (Mac and Win FF) display correctly but Win IE 6 gets a few things really wrong. 3 BIG things I see: mangles my header type at the top...instead of being vertically centered to the logo, it pushes the dark gray bar down and

Re: [css-d] Win IE 6 issues

2011-09-07 Thread Tim Arnold
On Sep 7, 2011 7:02 PM, "John" > I have a PNG-24 with transparency which Win IE 6 shows as having a light blue background. Look for help from the PIE.htc fix for this one. IE6 does not support 24-bit transparency. Odd that it's blue. It should be grey. Tim

[css-d] Win IE 6 issues

2011-09-07 Thread John
I have a page which Safari and Firefox (Mac and Win FF) display correctly but Win IE 6 gets a few things really wrong. 3 BIG things I see: mangles my header type at the top...instead of being vertically centered to the logo, it pushes the dark gray bar down and sits at the bottom of that b