CJ Larson wrote:
> Opera 8 and IE6 display the cart underneath the content, and FF
> displays the cart right next to the content for me. I would like to
> see the fubar rendering you're getting. :)
It isn't the non-valid part that's making trouble-shooting impossible.
Validity is your problem,
> Would you please do some clean-up in there before further trouble-shooting?
That would sure be nice, wouldn't it? :) Unfortunately this is the mess
asp.net makes of the pages and I'm stuck with it. I'm afraid HTML Tidy won't
help me much as the pages are generated through asp. Going throug
CJ Larson wrote:
> http://sltclan.com/images/cj/details.html
Would you please do some clean-up in there before further trouble-shooting?
FF, IE6 and Opera rendered the live page differently, so I made a copy.
HTMLTidy protested wildly, and changed things. Leaving the DTD intact,
but only after ha
[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
CJ Larson wrote:
> 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).
No need to hide it from IE/win, as that browser does
> If I have understood you correctly, then...
> .content-inside {display: table-cell;}
> ...seems to give a close to perfect line-up in Opera9prev1 & Firefox
> 1.5, on windows.
>
> regards
> Georg
You're a lifesaver! Opera 8 goofs up content-inside when the cart isn't there,
but other tha
CJ Larson wrote:
> http://sltclan.com/images/cj/details.html
If I have understood you correctly, then...
.content-inside {display: table-cell;}
...seems to give a close to perfect line-up in Opera9prev1 & Firefox
1.5, on windows.
regards
Georg
--
http://www.gunlaug.no
___
On some of my pages I want to be able to display a div (shopping cart)
sometimes, but not always. When the div doesn't exist, I want the main
content area to take up the full width of the browser window. When the
shopping cart exists, I want the main content to leave room for the
extra div. I th