Did you try display:block? That along with a position:relative and a top/left attribute usually fixes this kind of thing for me.
Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 Dave Goodchild wrote: > Hi all, I have a layout issue in IE (6/7) on this page: > > http://dontjustsitthere.co.uk/stage/ > > wherein the container holding the shop content (T-shirt image and shop text) > is dropping down. I have tried display:inline and position:relative to no > avail! Any ideas? > > The css used to build this part of the page comprises the following: > > .homeimage { > float: left; > clear: left; > background-color: #fff; > color: #000; > width: 130px; > min-height: 170px; > margin: 10px; > } > > .homeimage img { > margin: 0; > padding: 0; > } > > .homecontent { > float: left; > background-color: #eaf3fd; > color: #000; > min-height: 170px; > width: 300px; > margin: 10px; > font-size: 80%; > } > > .homecontent ul { > list-style-type: none; > font-size: 100%; > } > > .homecontent li { > font-weight: bold; > text-transform: uppercase; > } > > .shop { > min-height: 352px; > width: 230px; > margin-left: 490px; > margin-top: 20px; > background-color: #fff; > color: #000; > padding: 5px; > } > > .shop p { > font-weight: bold; > text-align: center; > } > > .blog { > min-height: 160px; > width: 230px; > margin-left: 490px; > margin-top: 20px; > background-color: #a8ccf4; > color: #000; > padding-top: 10px; > } > > .blog h3, .shop h3 { > font-size: 110%; > text-align:center; > } > > .blog li { > font-size: 105%; > margin-bottom: 5px; > margin-left: -18px; > } > > .blog li a:link, .blog li a:visited { > color: #000; > text-decoration: none; > } > > .blog li a:hover, .blog li a:active { > color: #000; > text-decoration: underline; > } > > ______________________________________________________________________ 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/