<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: Mozilla Problem</title>
	<link>http://ask.metafilter.com/5794/Mozilla-Problem/</link>
	<description>Comments on Ask MetaFilter post Mozilla Problem</description>
	<pubDate>Fri, 12 Mar 2004 02:10:38 -0800</pubDate>
	<lastBuildDate>Fri, 12 Mar 2004 02:10:38 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: Mozilla Problem</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem</link>	
		<description>Apparent CSS or related markup problem. &lt;a href=&quot;http://weston.canncentral.org/misc/EPSN/TemplateJ.html&quot;&gt;This page&lt;/a&gt; renders mostly correctly in IE6, but most of the content disappears under Moz. It&apos;s a hybrid CSS/table layout. I need your Browser-Fu! [more inside] &lt;br /&gt;&lt;br /&gt; I&apos;d thought the problem might be with some of the Javascript included, but it looks like an &lt;a href=&quot;http://weston.canncentral.org/misc/EPSN/Template2.html&quot;&gt;earlier version (sans JS)&lt;/a&gt; has the same trouble.&lt;br&gt;
&lt;br&gt;
Any ideas what&apos;s going on here?&lt;br&gt;
&lt;br&gt;
The CSS validates and the HTML almost does except for a complaint about me using the &quot;background&quot; attribute on a &lt;td&gt;.... could this be related?  &lt;br&gt;
&lt;br&gt;
(And by the way, yes, the table layout is a necessity -- it will be used by someone who is uninterested in CSS Positioning.  Unfortunate, given that this layout would lend itself rather well to something table-free. )&lt;/td&gt;</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2004:site.5794</guid>
		<pubDate>Fri, 12 Mar 2004 01:34:09 -0800</pubDate>
		<dc:creator>weston</dc:creator>
		
			<category>css</category>
		
			<category>quirks</category>
		
			<category>html</category>
		
			<category>browser</category>
		
	</item> <item>
		<title>By: twine42</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121419</link>	
		<description>I&apos;m using Firebird and the only difference I can see is a lack of whitespace above the picture and grey box.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121419</guid>
		<pubDate>Fri, 12 Mar 2004 02:10:38 -0800</pubDate>
		<dc:creator>twine42</dc:creator>
	</item><item>
		<title>By: normy</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121429</link>	
		<description>Try taking the &lt;i&gt;style=&quot;position:relative&quot;&lt;/i&gt; out of your &amp;lt;td&amp;gt; tags in the content table.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121429</guid>
		<pubDate>Fri, 12 Mar 2004 04:03:03 -0800</pubDate>
		<dc:creator>normy</dc:creator>
	</item><item>
		<title>By: yerfatma</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121431</link>	
		<description>Moz definitely doesn&apos;t handle position: relative well on table elements. You probably don&apos;t need &quot;overflow: visible;&quot; either.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121431</guid>
		<pubDate>Fri, 12 Mar 2004 04:21:50 -0800</pubDate>
		<dc:creator>yerfatma</dc:creator>
	</item><item>
		<title>By: ook</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121464</link>	
		<description>For what it&apos;s worth, the page looks fine in Moz1.5b on OSX.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121464</guid>
		<pubDate>Fri, 12 Mar 2004 08:29:01 -0800</pubDate>
		<dc:creator>ook</dc:creator>
	</item><item>
		<title>By: DrJohnEvans</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121501</link>	
		<description>Moz1.5 Win2k:  only difference is the lack of whitespace per twine42.  All the content&apos;s there.  (Aesthetic aside: I think it looks better without the whitespace anyway.)&lt;br&gt;
&lt;br&gt;
To make the HTML valid, take out the &lt;code&gt;background=&quot;images/LeftBarRepeat.jpg&quot;&lt;/code&gt; in your &lt;td&gt; tag and add &lt;code&gt;background-image: url(images/LeftBarRepeat.jpg);&lt;/code&gt; in the cell&apos;s  tag.&lt;/td&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121501</guid>
		<pubDate>Fri, 12 Mar 2004 09:20:17 -0800</pubDate>
		<dc:creator>DrJohnEvans</dc:creator>
	</item><item>
		<title>By: DrJohnEvans</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121502</link>	
		<description>Damn you, preview daemons!  Kindly correct to:&lt;br&gt;
&lt;br&gt;
To make the HTML valid, take out the background=&quot;images/LeftBarRepeat.jpg&quot; in your &amp;lt;td&amp;gt; tag and add background-image: url(images/LeftBarRepeat.jpg); in the cell&apos;s &lt;code&gt;style&lt;/code&gt; attribute.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121502</guid>
		<pubDate>Fri, 12 Mar 2004 09:21:36 -0800</pubDate>
		<dc:creator>DrJohnEvans</dc:creator>
	</item><item>
		<title>By: AstroGuy</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121520</link>	
		<description>Disappears in Firefox 0.8. I can see it for a fraction of a second though.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121520</guid>
		<pubDate>Fri, 12 Mar 2004 09:48:47 -0800</pubDate>
		<dc:creator>AstroGuy</dc:creator>
	</item><item>
		<title>By: weston</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121574</link>	
		<description>&lt;i&gt;Moz1.5 Win2k: only difference is the lack of whitespace per twine42. All the content&apos;s there. (Aesthetic aside: I think it looks better without the whitespace anyway.)&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Hmmm. I&apos;ve been using Firefox .8 and just &lt;em&gt;assuming&lt;/em&gt; that it would represent the rendering of all Gecko-based browsers, but I just tried with Camino and the full-fledged Mozilla Beast itself and found that it is in fact rendering. &lt;br&gt;
&lt;br&gt;
Firefox bug, then?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121574</guid>
		<pubDate>Fri, 12 Mar 2004 10:55:22 -0800</pubDate>
		<dc:creator>weston</dc:creator>
	</item><item>
		<title>By: bobo123</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121732</link>	
		<description>Mozilla 1.6 Win2k: content dissapears like you describe, so it&apos;s not just a Firefox bug.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121732</guid>
		<pubDate>Fri, 12 Mar 2004 15:16:41 -0800</pubDate>
		<dc:creator>bobo123</dc:creator>
	</item><item>
		<title>By: arto</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121835</link>	
		<description>Funny, it works fine in Firebird 0.6...  Are those perchance older versions of Camino and (the full) Mozilla you&apos;re using?</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121835</guid>
		<pubDate>Fri, 12 Mar 2004 21:22:24 -0800</pubDate>
		<dc:creator>arto</dc:creator>
	</item><item>
		<title>By: bobo123</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121922</link>	
		<description>Funny, I was playing around with the css, I tried adding &lt;i&gt;position: absolute;&lt;/i&gt; to .contentbox2 just to see what would happen, and the content finally showed up in Mozilla 1.6. Which is strange since .contentbox2 isn&apos;t explicitly positioned so that shouldn&apos;t do anything.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121922</guid>
		<pubDate>Sat, 13 Mar 2004 11:31:58 -0800</pubDate>
		<dc:creator>bobo123</dc:creator>
	</item><item>
		<title>By: weston</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121937</link>	
		<description>bobo123 -- that&apos;s excellent news. I&apos;ll bet setting position: relative or anything else that would make it a default containing box might work. &lt;br&gt;
&lt;br&gt;
Also, yerfatama&apos;s suggestion about removing position: relative from the table cells works.&lt;br&gt;
&lt;br&gt;
I really appreciate the help, everybody. I put the question out to webdesign-l and css-discuss earlier in the week and didn&apos;t get answers. AskMe rocks.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121937</guid>
		<pubDate>Sat, 13 Mar 2004 12:02:48 -0800</pubDate>
		<dc:creator>weston</dc:creator>
	</item><item>
		<title>By: weston</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121940</link>	
		<description>Oh, and arto: Camino 0.7 on Mac, Firebird 0.8 on Win/Mac, version 1.6 of the Beast on Windows.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121940</guid>
		<pubDate>Sat, 13 Mar 2004 12:05:05 -0800</pubDate>
		<dc:creator>weston</dc:creator>
	</item><item>
		<title>By: bobo123</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121959</link>	
		<description>Hmm, problem with adding &lt;i&gt;position:absolute&lt;/i&gt; in .contentbox2 is that it creates a box the size of the viewable screen, probably because of the &lt;i&gt;height: 100%&lt;/i&gt; and &lt;i&gt;width:100%&lt;/i&gt; attributes, so the page is a lot larger than it has to be.&lt;br&gt;
&lt;br&gt;
But some better news, if you remove the &lt;i&gt;height: 100%&lt;/i&gt; and &lt;i&gt;width: 100%&lt;/i&gt; properties from .contentbox2, the whole thing renders fine in ie and mozilla 1.6. I think that was your problem, there&apos;s really no reason for those properties to be there anyway.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121959</guid>
		<pubDate>Sat, 13 Mar 2004 13:28:35 -0800</pubDate>
		<dc:creator>bobo123</dc:creator>
	</item><item>
		<title>By: bobo123</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#121962</link>	
		<description>Whoops, in my postings replace every instance of .contentbox2 with .contentBoxB, that&apos;s what I meant. Sorry about any confusion.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-121962</guid>
		<pubDate>Sat, 13 Mar 2004 13:34:38 -0800</pubDate>
		<dc:creator>bobo123</dc:creator>
	</item><item>
		<title>By: weston</title>
		<link>http://ask.metafilter.com/5794/Mozilla-Problem#122091</link>	
		<description>Hmmm, yes. &lt;br&gt;
&lt;br&gt;
I&apos;m finding percentage heights and widths rarely behave the way I&apos;d like them to under CSS.  I think I now recall I was trying to guarantee width and height taking up the most of the cell, so I figured I&apos;d make it the containing block by declaring its positioning absolute or relative. Obviously not productive...</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2004:site.5794-122091</guid>
		<pubDate>Sat, 13 Mar 2004 23:57:34 -0800</pubDate>
		<dc:creator>weston</dc:creator>
	</item>
	</channel>
</rss>
