[cj] > > Opera 8 goofs up content-inside when the cart isn't there, but other > > than that both cart and no-cart versions are looking good across my > > browsers here with this tweak (and a * html hack to hide it from IE, > > of course). [georg] > Oh, and make sure to clear memory before trying to reproduce any > difficult flaws in any browser, as some may fool you slightly by using > previous repeated renderings as a kind of fall-back. That's just an > observation that I don't have any real details on.
I believe I found why Opera was doing a little funk on my page, though I changed things around before I found the funk again. It seems that Opera wants to have a containing div be "display: table" whereas FF doesn't need that (to do what I need, at least). The new version of my page has the cart markup after the content markup. I feel like banging my head on my desk for asking advice on the wrong source order, but at least I learned something. :) The new version is at the same spot: http://sltclan.com/images/cj/details.html ... but this time FF is showing it how I'd like (with content on the left, cart on the right [when cart is visible]) and Opera/IE are putting cart on the bottom instead of the right. (I don't have any other browsers to test in, so I figure if FF/Opera show it right, I'm doing OK.) I'm not sure how to get Opera's "display: table" in there without messing the whole thing up. Then of course there's IE. :-/ I'm not picky on the two divs being table-cell, float, or whatever as long as they display similarly. Help, tricks, and advice appreciated as always, ~ cj ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
