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/
