<?xml version="1.0"?>
<rss version="2.0">
 <channel>
  <title>IE vs Netscape | WPDFD.com Forums</title>
  <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/</link>
  <description>A Browsers forum thread at WPDFD.com</description>
  <language>en-us</language>
  <pubDate>08/31/04, 244 05 2004 2004:%i:1093968319 12:05:19</pubDate>
  <lastBuildDate>06/07/13, 158 24 2013 2013:%i:1370593469 04:24:29</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>NineLabs Framework Feed Generator</generator>
  <managingEditor>sitemaster@wpdfd.com</managingEditor>
  <webMaster>sitemaster@wpdfd.com</webMaster>
     <item>
    <title>Kaostream  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1222</link>
    <description><![CDATA[Hi Everone,<br /><br />I am in a desprate mode to get this working so I can send out my job search letters. I have parred this down from an all CSS attempt.<br /><br />This portfolio site is built with javascript and CSS1. It looks good on IE browsers but not Netscape.<br />http://vanward.bccc.com/~jlai48/workmatters/<br /><br />Can someone point out my mistakes in coding or quirks in the code for Netscape?<br /><br />Your help is much appreciated.<br /><br />johnL]]></description>
    <pubDate>08/31/04, 244 05 2004 2004:%i:1093968319 12:05:19</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1222</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1223</link>
    <description><![CDATA[Hi John,<br /><br />Lots of HTML and CSS errors there. Run your page and CSS through the W3C HTML and CSS validators and fix anything reported<br /><br />http://validator.w3.org/<br /><br />http://jigsaw.w3.org/css-validator/<br /><br />The September Editorial (out tomorrow) has an article about debugging pages with some useful tools and techniques.]]></description>
    <pubDate>08/31/04, 244 29 2004 2004:%i:1093969750 12:29:10</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1223</guid>
   </item>
     <item>
    <title>Kaostream  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1224</link>
    <description><![CDATA[Thanks Forum Admin,<br /><br />I cleaned up my xhtml coding (pile up from experimenting with CSS) as well as the CSS specs. They both validate OK so I have added the validation passed labels on my site.<br /><br />This brings me to another couple of questions if you will indulge me:<br />Why does Dreamweaver MX allow me to spec a background image to use with a table when it will not validate as kosher?<br /><br />Since I have to give up the background textural image (which ties up the design nicely) to qualify the site for valid xhtml ----- is there a way round it so I can introduce the texture into the design?<br /><br />Thanks]]></description>
    <pubDate>08/31/04, 244 56 2004 2004:%i:1093985780 16:56:20</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1224</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1225</link>
    <description><![CDATA[<blockquote>This brings me to another couple of questions if you will indulge me:<br />Why does Dreamweaver MX allow me to spec a background image to use with a table when it will not validate as kosher?</blockquote><br /><br />I think that you should ask Macromedia that question. I would be very interested to hear their response!<br /><br /><blockquote>Since I have to give up the background textural image (which ties up the design nicely) to qualify the site for valid xhtml ----- is there a way round it so I can introduce the texture into the design?</blockquote><br /><br />Yes, a div can have a background image, so, make a div that encloses the table. Better still, don't use tables at all - except for tabular data.]]></description>
    <pubDate>08/31/04, 244 48 2004 2004:%i:1093988935 17:48:55</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1225</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1226</link>
    <description><![CDATA[But you CAN have a background image on a table and have it validate. I just did it. Matter of fact, my 3-column, 1-row table uses one image as a background, a second image in one cell, and a third image in the remaining two cells. Validates fine.<br /><br />Would've preferred to do the whole thing without the table, but in this particular case it just wasn't feasible.]]></description>
    <pubDate>09/01/04, 245 48 2004 2004:%i:1094060897 13:48:17</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1226</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1227</link>
    <description><![CDATA[I don't know what you are using to validate with but the W3C validator will not accept 'background' as a table attribute nor will any program syntax checker I have here. Besides, as you can't set the height of a table now either, you could only use a repeating image!]]></description>
    <pubDate>09/01/04, 245 56 2004 2004:%i:1094065012 14:56:52</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1227</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1228</link>
    <description><![CDATA[You're right, you can't do &lt;table background=&quot;whatever&quot;&gt;<br />but you CAN apply a background image in the stylesheet, either to the table, or to individual cells, either using td or putting an ID on them. <br /><br />You're also right about clipping could be a problem depending on table height/width, but you can (at least in theory) set those through the stylesheet to. I wouldn't do it, but it's theoretically feasible. I would (and did) just use images that &nbsp;can clip gracefully, if I didn't want to tile.<br /><br />And I always validate my xhtml through the w3c validator, as well as my css. While I'm at it, I run it through bobby or cynthia, &nbsp;hit it with the link validator, &nbsp;check how it'll appear as text-only and test it in handhelds .]]></description>
    <pubDate>09/01/04, 245 52 2004 2004:%i:1094075531 17:52:11</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1228</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1229</link>
    <description><![CDATA[In 'theory' you could have a knock at your door from the W3C Fundamentalist Hit Squad and your artistic license given six penalty points <img src="/images/emoticons/wink.png" class="smiley" />]]></description>
    <pubDate>09/02/04, 246 10 2004 2004:%i:1094109009 03:10:09</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1229</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1230</link>
    <description><![CDATA[Why? It works, it validates, and the css background property was designed to do just this: put a background on an html element. A table is an html element. So there you go.<br /><br />Would I recommend doing using tableless design? Yup?<br />Am I stickler about doing it things the right way? You know it. <br /><br />My point is only that what kaostream is trying to do is actually quite possible, and not even a real problem, once you take the right approach.]]></description>
    <pubDate>09/02/04, 246 36 2004 2004:%i:1094132191 09:36:31</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1230</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1231</link>
    <description><![CDATA[Yes, it is possible but it disregards the fundamental principles of separating content and presentation and that doesn't go down too well in some circles. In the same vein, I've just tried...<br /><br />&lt;table style=&quot;width: 100%; height: 96%&quot;&gt;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;tr&gt;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;td align=&quot;center&quot; valign=&quot;middle&quot;&gt;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;div id=&quot;box&quot;&gt;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&amp;nbsp;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;p&gt;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;this is centred&lt;/p&gt;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/div&gt;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/td&gt;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;/tr&gt;<br />&lt;/table&gt;<br /><br />to horizontally and vertically centre a div on the screen. It works beautifully and validates too - but it is not the 'best' way to do it.]]></description>
    <pubDate>09/02/04, 246 07 2004 2004:%i:1094141262 12:07:42</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1231</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1232</link>
    <description><![CDATA[No, it doesn't invalidate diddly-squat. It's perfect separation of content and presentation.<br />Forgive me if this doesn't validate, and I'm not taking advantage of all the things I could be doing, but this is all I'm saying:<br /><br /><br />in the head:<br />&lt;style type=&quot;text/css&quot;&gt;<br />#thething {background: url(whatever.jpg) no-repeat right bottom}<br />#thething #left {background: url(anotherwhatever.jpg) repeat-x}<br />&lt;/style&gt;<br /><br />And then in the body<br /><br />&lt;table id=&quot;thething&quot;&gt;<br />&lt;tr&gt;<br />&lt;td id=&quot;left&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;td id=&quot;right&quot;&gt;&amp;nbsp;&lt;/td&gt;<br />&lt;/tr&gt;<br />&lt;/table&gt;<br /><br />That's all I'm saying. There's absolutely no reason why css shouldn't be used to control the presentation of table elements, just as you would use it to control the presentation of anything else. It's a sure sight better than littering the code with &lt;td background= junk.<br /><br />And you're example isn't even remotely in the same vein. I'm talking about using css precisely for what it's designed for. Control of visual elements, keeping them out of the code.<br /><br />This IS the best way to do it, and so far it's the only way anyone's shown that both worrks, validates, and follows both the letter and principle of good css and (x)html.<br /><br />]]></description>
    <pubDate>09/02/04, 246 20 2004 2004:%i:1094145637 13:20:37</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1232</guid>
   </item>
     <item>
    <title>Kaostream  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1233</link>
    <description><![CDATA[Hi Admin and Baxter,<br /><br />While you both are arguing the finner points of execution, I feel silly to ask the following:<br /><br />I tried enveloping the whole table with a &lt;div id=&quot;ss_bkgnd&quot;&gt; and also &lt;table id=&quot;ss_bkgnd&quot;&gt;.<br />Both methods work locally on my HD. Calling the page from the server, does not display the background texture that I am hoping to include.<br /><br />What am I not doing right?<br /><br />http://vanward.bccc.com/~jlai48/workmatters/<br /><br />Thanks,<br />johnL]]></description>
    <pubDate>09/02/04, 246 19 2004 2004:%i:1094156393 16:19:53</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1233</guid>
   </item>
     <item>
    <title>Joe Gillespie said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1234</link>
    <description><![CDATA[I think it's the @import and CSS linking that are conflicting but I can't test it from here. You have an @import and a link to the same CSS file - folio_core2.css.]]></description>
    <pubDate>09/02/04, 246 43 2004 2004:%i:1094157818 16:43:38</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1234</guid>
   </item>
     <item>
    <title>Kaostream  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1235</link>
    <description><![CDATA[Hi Admin,<br /><br />I checked the site via another sever, specifically through our public library system. The background showed up even with the @import.<br /><br />It is not necessary, so I have removed it.<br /><br />However checking the site<br />http://vanward.bccc.com/~jlai48/workmatters/<br />on Netscape 7, the bachground defaults to white. Do I need a hack for NN7?]]></description>
    <pubDate>09/03/04, 247 22 2004 2004:%i:1094217763 09:22:43</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1235</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1236</link>
    <description><![CDATA[this is your body in stnd.css: <br /> &nbsp; &nbsp; &nbsp;body {<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;margin:25px 0px 0px 0px;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;background-repeat: repeat-x;<br /> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;}<br /><br />So you've declared a background attribute on a background that doesn't exist, and you have declared no background color at all. So yeah, it's going to default to whatever it wants.<br /><br />Couldn't find folio_core2.css on the server.]]></description>
    <pubDate>09/03/04, 247 29 2004 2004:%i:1094218147 09:29:07</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1236</guid>
   </item>
     <item>
    <title>Kaostream  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1237</link>
    <description><![CDATA[Note to Baxter:<br />The folio_core2.css is in the root directory.<br /><br />Open to all who can shed some light on this:<br /><br />http://vanward.bccc.com/~jlai48/workmatters/<br /><br />IE displays every design choice correctly but not NN7.<br />What can I do different to get NN7 to display correctly?<br /><br />When I tried to arrive at a compromise by specifying the background color in the table holding textured background (slidebkgnd2.gif), both IE and NN shows the color I specified but I loose the background image in the table in IE.<br /><br />The more I learn, the more I don't know!]]></description>
    <pubDate>09/03/04, 247 51 2004 2004:%i:1094226698 11:51:38</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1237</guid>
   </item>
     <item>
    <title>Baxter  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1238</link>
    <description><![CDATA[First, give your title an ID. &nbsp;Lets say you call it &quot;stuff&quot;<br /><br />Now your table tag looks like this:<br />&lt;table width=&quot;750&quot; border=&quot;0&quot; align=&quot;center&quot; cellpadding=&quot;0&quot; cellspacing=&quot;0&quot; id=&quot;stuff&quot;&gt; <br /><br />Better yet, it looks like this:<br />&lt;table align=&quot;center&quot; cellspacing=&quot;0&quot; id=&quot;stuff&quot;&gt; <br /><br />I left align and cellspacing because they're relatively complicated in css (OK, not really, but beyond the scope of what we're doing here. &nbsp;Email me if you want details on replacing those).<br /><br />Now, in your stylesheet:<br />#stuff {<br />width:750px; <br />border:0; <br />padding:0;<br />/*and most important */<br />background: #fffff /*or whatever*/ url (path/to/whatever.jpg);<br />}<br />]]></description>
    <pubDate>09/03/04, 247 30 2004 2004:%i:1094243424 16:30:24</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1238</guid>
   </item>
     <item>
    <title>Kaostream  said:</title>
    <link>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1239</link>
    <description><![CDATA[Hi All,<br /><br />I just want to add some new data on the browser problem I have.<br />Nothing has been changed in CSS, I find that in NN4.6 (the library's) everthing works as planned.<br /><br />Do I need a browser hack for NN7?<br /><br />Thanks.]]></description>
    <pubDate>09/03/04, 247 06 2004 2004:%i:1094252799 19:06:39</pubDate>
    <guid>http://www.wpdfd.com/forums/wpdfd/browsers/ie_vs_netscape/#p1239</guid>
   </item>
   </channel>
</rss