Re: [css-d] Two-column fluid layout

2008-01-24 Thread Alan K. Gay
-Original Message- From: Alan K. Gay [mailto:[EMAIL PROTECTED] Sent: Thursday, January 24, 2008 11:04 AM To: css-d@lists.css-discuss.org Subject: RE: [css-d] Two-column fluid layout Kristin, I'm not versed in the hack you are using for min-width on IE6. I do observe that if I r

Re: [css-d] Problems with printing in Firefox

2007-10-04 Thread Alan K. Gay
the print-only css different for IE and FF, so you will need to us the IE conditional style sheet approach. Good luck. You aren't alone, but from my experience very few websites are actually tested with regards to printing, so it's a bit of a black art. Alan K. Gay www.buymetrics.

[css-d] Are table-based layouts still needed

2007-09-06 Thread Alan K. Gay
hat don't need that interdependence. If someone knows of a solution to achieve the wire-frame nature of a table without the table, I would love to learn about it. The tables really are a pain. Alan K. Gay www.buymetrics.com -Original Message- From: [EMAIL PROTECTED] [mailto:[

[css-d] FW: Fixed Footer

2007-09-05 Thread Alan K. Gay
What is failing? Is it the vertical gray line on the right? Alan K. Gay www.buymetrics.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Brown Sent: Friday, August 17, 2007 2:11 PM To: CSS-Discuss Subject: [css-d] Fixed Footer Hi All

[css-d] FW: Are table-based layouts still needed

2007-09-05 Thread Alan K. Gay
hat don't need that interdependence. If someone knows of a solution to achieve the wire-frame nature of a table without the table, I would love to learn about it. The tables really are a pain. Alan K. Gay www.buymetrics.com -Original Message- From: [EMAIL PROTECTED] [mailto:[

Re: [css-d] IE6 losing marin-left when using a clearing element

2007-07-13 Thread Alan K. Gay
1px to IE6, and then turn around and set it to auto for IE7 and FF. Fun stuff. When you force haslayout on the container, you will then see the unfixable bug in IE6, which is that your marging will be 2x what you specify, or 20px. Alan K. Gay (404) 816-0599 -Original Message- Fro

Re: [css-d] IE6 losing marin-left when using a clearing element

2007-07-13 Thread Alan K. Gay
Add position:relative to your container div. I've forgotten why, but it is often required in IE for any container that has floats inside. Alan K. Gay -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Peters Sent: Friday, July 13, 2007 2:

Re: [css-d] Overflow:scroll and position:relative in IE6 - Bug?

2007-05-14 Thread Alan K. Gay
iling List Subject: Re: [css-d] Overflow:scroll and position:relative in IE6 - Bug? Alan K. Gay wrote: > I would like to place a relatively positioned element inside a fixed width > div with overflow:scroll. It works fine in FF, and in IE6 in quirks mode. > But the minute I put IE6

[css-d] Overflow:scroll and position:relative in IE6 - Bug?

2007-05-14 Thread Alan K. Gay
1-19991224/loose.dtd";> This is div text Alan K. Gay __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki

[css-d] Page-break-before/IE7... anyone know where we post IE7/CSS bugs now that the beta support is closed?

2006-10-22 Thread Alan K. Gay
have stuff that has worked for years broken. Page-break-after seems to be OK, but it's not quite the same... Sometimes the stuff "before" doesn't know what comes next... So don't know whether to force a page break afte