Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Jeff Chastain
Does anybody have any ideas what is happening here? This is really driving me crazy trying to figure this out as it does not seem to fit with any of the usual IE 'features'. Thanks -- Jeff From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, April 12, 2007 9:57 AM To:

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Dave Goodchild
Could be the IE double-margin bug? Try adding display:inline to the floated element... __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Jeff Chastain
To: Jeff Chastain Cc: [EMAIL PROTECTED] Subject: Re: [css-d] IE 6 Float Issue Could be the IE double-margin bug? Try adding display:inline to the floated element... __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread jeffrey morin
On 4/13/07, Jeff Chastain [EMAIL PROTECTED] wrote: Does anybody have any ideas what is happening here? This is really driving me crazy trying to figure this out as it does not seem to fit with any of the usual IE 'features'. Thanks -- Jeff From: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Jeff Chastain
layout, I can go with defining widths for each block. Not the cleanest thing in the world, but it appears to be working. Thanks -- Jeff From: jeffrey morin [mailto:[EMAIL PROTECTED] Sent: Friday, April 13, 2007 11:08 AM To: Jeff Chastain Cc: [EMAIL PROTECTED] Subject: Re: [css-d] IE 6

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Gunlaug Sørtun
Jeff Chastain wrote: No, I tried that one earlier and did it again just to make sure. Even with the 'display: inline' added to the floated box, the margin in between the two boxes is still 4px instead of 1px. Sounds like you have moved the '3px jog bug'[1] onto a non-floated container, in

Re: [css-d] IE 6 Float Issue

2007-04-13 Thread Zoe M. Gillenwater
Jeff Chastain wrote: Well, what I have ended up doing is floating everything left. The example here is part of the page that is just 2 columns (the header), but below that is a three column layout. If I float everything left, giving all blocks a defined width, everything appears to work. As

[css-d] IE 6 Float Issue

2007-04-12 Thread [EMAIL PROTECTED]
Well, IE 6 is at it again for me. I have a layout from a client that is pixel tight and while I have it working in IE 7 and FireFox, IE 6 is causing issues. I have broken it down to the most basic issue which is one block being floated to the left and the main column having a left margin