<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1036416" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1036416</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/looks-great-firefox-terrible-ie#comment-1209925</link>
    <description> &lt;p&gt;There is a major problem if you try to resize the fonts, the navbar up the top made entirely from images will not resize. This means that anyone who prefers/ needs bigger or smaller text will have problems with the navbar. Have you heard of the CSS Sliding Doors Technique? It looks like it could be used on your website...heres a link to the article on A List Apart. &lt;a href=&quot;http://alistapart.com/articles/slidingdoors/&quot; class=&quot;bb-url&quot;&gt;alistapart.com/articles/slidingdoors/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Nov 2006 17:07:44 +0000</pubDate>
 <dc:creator>cmjphp</dc:creator>
 <guid isPermaLink="false">comment 1209925 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/looks-great-firefox-terrible-ie#comment-1209745</link>
    <description> &lt;p&gt;I think you are using DIVs in the wrong way. In your stylesheet get rid of the &lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;html, body, .wrap, .left, .right {&lt;br /&gt;	height: 100%;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
Then use position:relative; in your body but change it to &lt;code&gt;body, body*{...}&lt;/code&gt;&#039;&lt;br /&gt;
And then define proper DIV containers with position:absolute; and proper size and exact position. It looks something like this:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#topimg {&lt;br /&gt;		position: absolute;&lt;br /&gt;		padding: 0px;&lt;br /&gt;		background-image: url(obr/topX.gif);&lt;br /&gt;		height: 93px;&lt;br /&gt;		width: 900px;&lt;br /&gt;		margin-left: 0px;&lt;br /&gt;		margin-top: 0px;&lt;br /&gt;		}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Also create a main DIV container i which you&#039;ll put everything else.:&lt;br /&gt;
example:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#main {&lt;br /&gt;		position: relative;&lt;br /&gt;		padding: 0px;&lt;br /&gt;		margin: auto;&lt;br /&gt;		height: 590px;&lt;br /&gt;		width: 900px;&lt;br /&gt;		}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2006 14:20:00 +0000</pubDate>
 <dc:creator>frofi</dc:creator>
 <guid isPermaLink="false">comment 1209745 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/looks-great-firefox-terrible-ie#comment-1209729</link>
    <description> &lt;p&gt;I&#039;ve been working on remaking it, and this is the newer version so far. It works a bit better in IE.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://tragedienne.net/gaston/&quot; class=&quot;bb-url&quot;&gt;http://tragedienne.net/gaston/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 30 Oct 2006 00:59:22 +0000</pubDate>
 <dc:creator>Wes</dc:creator>
 <guid isPermaLink="false">comment 1209729 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/looks-great-firefox-terrible-ie#comment-1209600</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;wes wrote:&lt;/strong&gt; I know, it&#039;s my mistake for not thinking about IE from the beginning.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;As Abhi said, it&#039;s usually better to get things working in a standards compliant browser (Opera, Firefox, Safari, Konqueror etc) then put in hacks/fixes for IE. Generally IE&#039;s standards support is rubbish (although getting better in version 7).&lt;/p&gt;
&lt;p&gt;It looks messed up in Opera 9 too. Just having a quick look at your code, you should probably add a CSS rule (if you haven&#039;t already, I only looked at the HTML):&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;.left img {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; display: block;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear: both;&lt;br /&gt;}&lt;/code&gt;&lt;/div&gt;&#039;&lt;br /&gt;
The images aren&#039;t being put onto new lines, that seems to be the problem. Let us know if that fixes it. &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;&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Oct 2006 13:24:09 +0000</pubDate>
 <dc:creator>JeevesBond</dc:creator>
 <guid isPermaLink="false">comment 1209600 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/looks-great-firefox-terrible-ie#comment-1209571</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Wes;209538 wrote:&lt;/strong&gt; I know, it&#039;s my mistake for not thinking about IE from the beginning.&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Actually, that&#039;s not bad.  You&#039;ll find in the long run it&#039;s easier to design/code properly at first, and fix for IE later.  &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;&lt;/p&gt;
&lt;p&gt;I&#039;ll also mention that your page looks messed up in Konqueror too, so you might want to start by validating. &lt;a href=&quot;http://validator.w3.org/check?uri=http%3A%2F%2Ftragedienne.net%2Fsquip%2F&quot; class=&quot;bb-url&quot;&gt;http://validator.w3.org/check?uri=http%3A%2F%2Ftragedienne.net%2Fsquip%2F&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&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;&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2006 23:55:46 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1209571 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/looks-great-firefox-terrible-ie#comment-1209566</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;&lt;strong&gt;Busy;209557 wrote:&lt;/strong&gt; There are a couple of issues in FF 1.5.0.2 as well (at 800x600), looking at them I&#039;d say your div widths are to wide.&lt;/p&gt;
&lt;p&gt;remember all browsers have different margins/paddings as default so all should be declared&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I&#039;ll take a look at that, although it seems to work fine in the current version of Firefox. The major problem is the way in which Internet Explorer butchers it.&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2006 22:34:33 +0000</pubDate>
 <dc:creator>Wes</dc:creator>
 <guid isPermaLink="false">comment 1209566 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/looks-great-firefox-terrible-ie#comment-1209557</link>
    <description> &lt;p&gt;There are a couple of issues in FF 1.5.0.2 as well (at 800x600), looking at them I&#039;d say your div widths are to wide.&lt;/p&gt;
&lt;p&gt;remember all browsers have different margins/paddings as default so all should be declared&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2006 21:04:51 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1209557 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
