<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1022495" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1022495</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139580</link>
    <description> &lt;p&gt;btw: demo (when my rents haven&#039;t turned off the server on me) can be found at: &lt;a href=&quot;http://24.91.157.113/findyourdesire/&quot; class=&quot;bb-url&quot;&gt;http://24.91.157.113/findyourdesire/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;there&#039;s still a few bugs before i go and find a real host.hotmail recently seems to have stopped accepting the mail that gets sent, so when i get a real host i&#039;ll also be contacting hotmail, yahoo, lycos, and aol and asking that they stop their killing of the e-mails, and telling them if it&#039;s because of complaints that i want the originating ip of every last e-mail with the domain because it means someone&#039;s using it without permission.&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Oct 2003 22:17:38 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1139580 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139578</link>
    <description> &lt;p&gt;it&#039;s a combination of data and aligning. it really comes into play in the profiles. the profile has a master table that breaks the differnt things up. trying to align everything with absolutes, and yet remain relative to sizes of the users screen and not get distoreded requires a table since there&#039;s a mixture of pictures and words. a good deal of the actual data is actually rendered form pages called via iframes (so using NS4.xx is not possible) in order to speed up page loads (i&#039;ve seen a few sites with a large amount of data coming from a database using only css. the issue is that once the data reaches a certain point this slows the load time incredibly. ie: when my college campus with the t3 during a vacation prio rto graduation, the site i&#039;m thinking of, on a down time, still took 5 minutes to load a profile page. realizing that i&#039;m not that complex, yet rather diverse with what i&#039;m loading i felt breaking it into sub pages in iframes held by tables when using html4.01 would be the best way to create the layout. now that&#039;s it&#039;s migrated, or mostly migrated to css, it&#039;s possible to use divs, but not necessarily a garuntee that i canmake it shift so things are centered.&lt;/p&gt;
 </description>
     <pubDate>Wed, 22 Oct 2003 22:05:53 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1139578 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139267</link>
    <description> &lt;p&gt;Hmmm, think I can get what you&#039;re saying Suzanne - the short answer to my post would be something similair to: &quot;It depends&quot; &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;From what m3rajk has said it appears better to be using div tags (although - as said - he is converting from HTML transitional), are there any rendering issues with Safari and div tags? Also what about Flash? I heard there were problems making that work (apparently Macromedia&#039;s fault?).&lt;/p&gt;
&lt;p&gt;I learnt a valuable lesson about CSS the other day, and I think it&#039;s relevant to what we&#039;ve been talking about here:&lt;br /&gt;
Was looking around for good examples of CSS designs and came across &lt;a href=&quot;http://www.csszengarden.com/&quot; class=&quot;bb-url&quot;&gt;http://www.csszengarden.com/&lt;/a&gt; I thought the site was great, until I turned up the font size in Opera to 30pt (as a result of this thread &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; ) the designs looked stunning at 9pt, but at 30pt most were worse than they would have been using tables. &lt;/p&gt;
&lt;p&gt;Moral of the story: Even if your site validates as having correct XHTML/CSS it does not automatically qualify as more &#039;accessible.&#039; The power, and therefore the responsibility is still in our hands &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Oct 2003 22:36:16 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1139267 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139257</link>
    <description> &lt;p&gt;Depends on whether he wants the table for data or not... &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt; I usually live with the spacing issues (Safari, for instance, doesn&#039;t support border-collapse yet) for data, as it doesn&#039;t harm the look. N4.x puts a lot of space around tables using this CSS for displaying borders, again, I live with it.&lt;/p&gt;
&lt;p&gt;For layout, there isn&#039;t anything inherently WRONG with tables, they may even be appropriate for certain audiences or very complex layouts that cannot be done as accessibly with CSS (as it would require all absolute positioning). But in general, many layout tables are unnecessary, and add to the bloat when a DIV would be simpler and work the same. Also, using lists instead of TABLE can really make the code cleaner, easier to understand, and easier to control.&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Oct 2003 17:31:48 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1139257 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139250</link>
    <description> &lt;p&gt;So it all works now?&lt;br /&gt;
I still think you would have been better off using div tags, what do you think Suzanne?&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Oct 2003 13:04:44 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1139250 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139247</link>
    <description> &lt;p&gt;actually it does explain what&#039;s wrong with it... i was setting it for cells, when it works just as i thought when set for tables.&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Oct 2003 12:43:06 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1139247 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139246</link>
    <description> &lt;p&gt;ok. after reading the link he gave i thought .tabletest td{} created a class (tabletest) and set tds within the the class.&lt;/p&gt;
&lt;p&gt;i still don&#039;t know what&#039;s wrong with my understanding of border-collapse. i thought it made all the boders overlap so that i&#039;d see just one line&lt;/p&gt;
 </description>
     <pubDate>Fri, 17 Oct 2003 12:36:59 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1139246 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139223</link>
    <description> &lt;p&gt;nooooo.... your code says that the TABLE CELLS have an auto margin, not the TABLE itself.&lt;/p&gt;
&lt;p&gt;/* test classes */&lt;br /&gt;
.tabletest td{ /* this is just the  part */&lt;br /&gt;
  border-color:#0000ff;&lt;br /&gt;
  border-collapse:collapse;&lt;br /&gt;
  border-style:solid;&lt;br /&gt;
  border-width:5px;&lt;br /&gt;
  margin:0;&lt;br /&gt;
}&lt;br /&gt;
.tabletest { /* this is the  part */&lt;br /&gt;
  border-color:#0000ff;&lt;br /&gt;
  border-collapse:collapse;&lt;br /&gt;
  border-style:solid;&lt;br /&gt;
  border-width:5px;&lt;br /&gt;
  margin: auto;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;You need to set the table and the table cells separately -- like Jeeves said.&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Oct 2003 21:07:14 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1139223 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139220</link>
    <description> &lt;p&gt;arg. one problem in using that... the tables lose the margin or something like that because they cease to center in mozilla&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Oct 2003 20:48:05 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1139220 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/relative-font-sizes-and-css#comment-1139218</link>
    <description> &lt;p&gt;Jeeves: it&#039;s tested... does EXACTLY what i was trying to do (or so it seems) the only question is: what&#039;s wrong with my understanding of border-collapse? i thought it would make all the borders be one. on the other pages with borders, they all act as onenot with the double border as in the one on that page. i don&#039;t understand why.&lt;/p&gt;
&lt;p&gt;it: it doesnt&#039; look like each cell has it&#039;s own border, but rather that they all have one border. that&#039;s what i thought the border-collapse:sollapse; was suppossed to cause.&lt;/p&gt;
&lt;p&gt;i&#039;m going to try it on the other pages and letyou know if it worked without the border collapse call (which i thinkis missing from them)&lt;/p&gt;
 </description>
     <pubDate>Thu, 16 Oct 2003 20:38:15 +0000</pubDate>
 <dc:creator>m3rajk</dc:creator>
 <guid isPermaLink="false">comment 1139218 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
