Re: [css-d] IE 6/7 layout issue

2007-03-31 Thread Gate Wizard
Things are off as well in FF2.x, not just IE.
You have floats in a DIV that need cleared.

Try this:
http://www.webtoolkit.info/css-clearfix.html

div class=contentbox clearfix

On 3/30/07, Dave Goodchild [EMAIL PROTECTED] wrote:

 URL: http://dontjustsitthere.co.uk/stage/

 There is a layout issue in IE6/7 - the container holding the T-shirt
 content
 is dropping. I tried using display:inline and position:relative to appease
 any IE bugs to no avail. Any suggestions?

 --
 http://www.web-buddha.co.uk
 __
 css-discuss [EMAIL PROTECTED]
 http://www.css-discuss.org/mailman/listinfo/css-d
 IE7 information -- http://css-discuss.incutio.com/?page=IE7
 List wiki/FAQ -- http://css-discuss.incutio.com/
 Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE 6/7 layout issue

2007-03-30 Thread Dave Goodchild
URL: http://dontjustsitthere.co.uk/stage/

There is a layout issue in IE6/7 - the container holding the T-shirt content
is dropping. I tried using display:inline and position:relative to appease
any IE bugs to no avail. Any suggestions?

-- 
http://www.web-buddha.co.uk
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE 6/7 layout issue

2007-03-30 Thread Lori Lay
Dave Goodchild wrote:
 URL: http://dontjustsitthere.co.uk/stage/

 There is a layout issue in IE6/7 - the container holding the T-shirt content
 is dropping. I tried using display:inline and position:relative to appease
 any IE bugs to no avail. Any suggestions?

   

Actually, all of your homecontent divisions are happily floating to 
the top and the t-shirt content winds up underneath.  You can see this 
with a high-res monitor and lots of real estate for the view port to 
stretch out :-)   The images remain lined up on the left.

I don't know if this helps you any.  I had a similar layout with a fixed 
width and I'm afraid I'm not sure how to apply it to a fluid layout.  
francky helped me with it and he applied display: inline to the 
containing division (I think that would the content div in your case).

...Lori
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/