Thanks so much! I ended up pretty much doing a pseudo re-write and I loosely based it off the yui grid layout http://developer.yahoo.com/yui/grids/
As far as I can tell it is now working in (most) all browsers. If anyone sees any glaring mistakes, please let me know. (css) design is not my strongest suit and I'm still focusing on features, so any pointers would be welcome. Eventually I'll probably contract out for a more "professional" design, but that will be once I get the base featureset a little further along. -Jonathon On Wed, Feb 4, 2009 at 4:47 PM, Gunlaug Sørtun <[email protected]> wrote: > Jonathon Suggs wrote: > > I'm needing some help with my layout in IE (common request, I know). >> It is fine in FF, Opera (min), etc but sometimes has large gaps in IE6/7. >> http://www.murmp.com >> > > The addition of... > > #sidebar {position: relative;} > > ...seems to stabilize that part in IE6. > > You have a 'min-width' on #main that acts as a 'hasLayout' trigger in > IE7 and causes #main to drop on narrow windows. If you don't want that > drop you should remove 'min-width' from that element. > > regards > Georg > -- > http://www.gunlaug.no > -- http://www.murmp.com ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
