RE: [WSG] Fix for min-max in IE - no javascript

2005-08-31 Thread Dennis Lapcewich
Return Receipt Your RE: [WSG] Fix for min-max in IE - no javascript document

RE: [WSG] Fix for min-max in IE - no javascript

2005-08-31 Thread Dennis Lapcewich
Return Receipt Your RE: [WSG] Fix for min-max in IE - no javascript document

RE: [WSG] Fix for min-max in IE - no javascript

2005-08-31 Thread Dennis Lapcewich
Return Receipt Your RE: [WSG] Fix for min-max in IE - no javascript document

Re: [WSG] Fix for min-max in IE

2005-08-30 Thread Al Sparber
From: Rebecca Cox [EMAIL PROTECTED] To: wsg@webstandardsgroup.org; [EMAIL PROTECTED] Sent: Tuesday, August 30, 2005 1:46 AM Subject: RE: [WSG] Fix for min-max in IE Nasty - I've had this happen too;o. I think we picked one as it was OK to do either min or max width but not both. See

Re: [WSG] Fix for min-max in IE

2005-08-30 Thread David Hucklesby
On Tue, 30 Aug 2005 17:19:33 +1200, Rachel Radford wrote:  We have just launched a site (www.eastwoodhill.org.nz) but have  received feedback that IE for windows is crashing!!!  We have  figured out that it is a bit of Javascript making it crash – this  bit of Javascript mimicks the CSS min-max

Re: [WSG] Fix for min-max in IE [test/FYI]

2005-08-30 Thread wendy
Al Sparber wrote: See if this page presents a solution: http://www.projectseven.com/csslab/testing/minmax/cssp.htm Al Sparber PVII http://www.projectseven.com Al: I gave this a whirl on IE5.2/mac. The page continues compacting past where it should (I set it at 600px), then it reloads and

Re: [WSG] Fix for min-max in IE [IE crash FYI]

2005-08-30 Thread PRO - DA-CODE
Hi all, On Tue, 30 Aug 2005 17:19:33 +1200, Rachel Radford wrote:  We have just launched a site (www.eastwoodhill.org.nz) but have  received feedback that IE for windows is crashing!!! Just tested with my NT 5 (w2k sp4) + IE6 and it really crashes when trying to access any page via the top menu.

Re: [WSG] Fix for min-max in IE [test/FYI]

2005-08-30 Thread Al Sparber
From: wendy [EMAIL PROTECTED] Al Sparber wrote: See if this page presents a solution: http://www.projectseven.com/csslab/testing/minmax/cssp.htm Al Sparber PVII http://www.projectseven.com Al: I gave this a whirl on IE5.2/mac. The page continues compacting past where it should (I set it at

RE: [WSG] Fix for min-max in IE

2005-08-30 Thread Rachel Radford
... will be doing something about that!! Thanks, Rach -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of David Hucklesby Sent: Wednesday, 31 August 2005 5:49 a.m. To: wsg@webstandardsgroup.org Subject: Re: [WSG] Fix for min-max in IE On Tue, 30 Aug 2005 17:19:33

RE: [WSG] Fix for min-max in IE - no javascript

2005-08-30 Thread Ryan Blunden
that understand the min-width CSS property. Best Regards, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rachel Radford Sent: Wednesday, 31 August 2005 7:01 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Fix for min-max in IE Thanks everyone for your

RE: [WSG] Fix for min-max in IE - no javascript

2005-08-30 Thread Ryan Blunden
that understand the min-width CSS property. Best Regards, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rachel Radford Sent: Wednesday, 31 August 2005 7:01 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Fix for min-max in IE Thanks everyone for your

RE: [WSG] Fix for min-max in IE - no javascript

2005-08-30 Thread Ryan Blunden
that understand the min-width CSS property. Best Regards, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rachel Radford Sent: Wednesday, 31 August 2005 7:01 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Fix for min-max in IE Thanks everyone for your

RE: [WSG] Fix for min-max in IE - no javascript

2005-08-30 Thread Ryan Blunden
that understand the min-width CSS property. Best Regards, Ryan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rachel Radford Sent: Wednesday, 31 August 2005 7:01 AM To: wsg@webstandardsgroup.org Subject: RE: [WSG] Fix for min-max in IE Thanks everyone for your

RE: [WSG] Fix for min-max in IE - no javascript

2005-08-30 Thread Rachel Radford
@webstandardsgroup.org Subject: RE: [WSG] Fix for min-max in IE - no javascript Hi Rachael, Although some may not agree with this method because of the need for multiple div wrappers, the solution at http://www.cssplay.co.uk/boxes/width2.html I think is great because it appears to work in IE5+, doesn't require

RE: [WSG] Fix for min-max in IE

2005-08-29 Thread Chris Hardy
I use conditional comments in the header to serve up IE-only stylesheets - and the m$ dynamic expressions properties to emulate min-width and max-width. For example, for a page that I've got wrapped in a containing div named wrapper, I use this in my ie.css #wrapper { width:expression(

RE: [WSG] Fix for min-max in IE

2005-08-29 Thread Rebecca Cox
Nasty Ive had this happen too;o. I think we picked one as it was OK to do either min or max width but not both. Maybe try giving IE the max-width with your script and then getting a fake min-width in there with something thats the min width you want?? (like a spacer gif in an old