>http://first-encounter-design.dreamhosters.com/fed
>the four images in >the bottom right column are one single line rather than a grid. >I've tried everything I know how to do >http://first-encounter-design.dreamhosters.com/fed/css/main.css :Bill, :I realize that you had another suggestion that fixed the problem of the :four images not being in a grid, but I believe that was a mask that didn't :really fix the problem. :Your sidebar is floated right, and has a right margin. This means for IE<7 :you are encountering the doubled float-margin bug [1]. The solution to this :is to simplay add {display: inline;} to your #sidebar selector. :The following seems to be what you attempted to use to solve the problem - :#sidebar { :... : margin-right: 1em; : /margin-right: 0.5em; :...} :That second margin-right property can be removed if you add the display :property. (plus that slash before the property name is very odd to see. :Perhaps I'm behind the times with "new" IE hacks) Holly, Thanks so much for your response. And the link: that info will serve me a lot better than the 'fix' I stumbled upon! Those /xxx-xxx: whatever declarations have been something I use temporarily for IE. I then remove them, correct them to an ie.css which I call with a CC. However, in this case, at least, I was able to do away with all of them after applying the info you supplied -- and return that sidebar back to the 18em I wanted. Some minor tweaking with the image div and - voila! Fixed. Again thanks. Bill ______________________________________________________________________ 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/
