<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1020138" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1020138</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1123090</link>
    <description> &lt;p&gt;I don&#039;t really se the point in custom scroll bars do they actually serve any REAL purpose?&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Jan 2003 22:43:22 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1123090 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1123044</link>
    <description> &lt;p&gt;A lot of things changed in Netscape 7. Many css problems I had before disapeared. Still, it still won&#039;t do custom scroll bars. &amp;gt;_&amp;lt;&lt;/p&gt;
 </description>
     <pubDate>Thu, 09 Jan 2003 09:12:39 +0000</pubDate>
 <dc:creator>Spiffu</dc:creator>
 <guid isPermaLink="false">comment 1123044 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1122960</link>
    <description> &lt;p&gt;It does? doh! damn, i&#039;ll fix it when I have time &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; thanks &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;
 </description>
     <pubDate>Wed, 08 Jan 2003 07:51:43 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1122960 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1122938</link>
    <description> &lt;p&gt;Yes especially remember the problems with adding borders, padding, and margins for IE5.  Renegade I noticed that since you designed for version 6 browsers your site looked distorted in ie5. This can be helped by putting a div inside a div.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Tue, 07 Jan 2003 20:42:52 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1122938 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1122904</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: 1, design for mozilla nad opera because if it looks good there then chances are it&#039;ll look good anywhere&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Be careful with that. The majority of surfers still use IE, so don&#039;t just forget it entirely. What you want is to design first for Moz/Opera (standards-compliant), then fix the code to work with IE&#039;s quirks too. &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>Tue, 07 Jan 2003 06:08:05 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1122904 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1122879</link>
    <description> &lt;p&gt;Well 2 tips that I find usefull&lt;/p&gt;
&lt;p&gt;1, design for mozilla nad opera because if it looks good there then chances are it&#039;ll look good anywhere&lt;br /&gt;
2, it also helped me by setting&lt;/p&gt;
&lt;p&gt;body {&lt;br /&gt;
margin:0;&lt;br /&gt;
padding:0;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;that way it gets rid of the default page margins and padding (that IE sets) &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;
 </description>
     <pubDate>Mon, 06 Jan 2003 23:05:43 +0000</pubDate>
 <dc:creator>Renegade</dc:creator>
 <guid isPermaLink="false">comment 1122879 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1122876</link>
    <description> &lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#sidebarRight&lt;br /&gt;	{position: absolute&lt;br /&gt;	;top: 107px&lt;br /&gt;	;margin: 0px&lt;br /&gt;	;right: 0px&lt;br /&gt;	;padding: 10px 10px 50px 10px&lt;br /&gt;	;width: 165px&lt;br /&gt;	;height: auto&lt;br /&gt;	;background-color: #dda /* #cc9 */&lt;br /&gt;	;border-top: 1px solid #000&lt;br /&gt;	;border-bottom: 1px solid #000&lt;br /&gt;	;border-left: 1px solid #000&lt;br /&gt;	;voice-family: &amp;quot;\&amp;quot;}\&amp;quot;&amp;quot;&lt;br /&gt;	;voice-family: inherit&lt;br /&gt;	;width: 165px}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;I assume you&#039;ve validated your code and fixed all errors?&lt;/p&gt;
&lt;p&gt;Here&#039;s what I think the problem is -- the margins and padding. First off, margin should be margin: 0; not margin: 0px;, but that shouldn&#039;t affect things. I think that the issue is maybe the way IE adds padding? &lt;/p&gt;
&lt;p&gt;I do everything in my power to avoid doing things that require precise pixel precision, but try checking out &lt;a href=&quot;http://www.css-discuss.org&quot; class=&quot;bb-url&quot;&gt;css-discuss.org&lt;/a&gt; for similar problems, and &lt;a href=&quot;http://www.glish.com/css/&quot; class=&quot;bb-url&quot;&gt;glish.com/css/&lt;/a&gt; for template samples (and links to more) that may resolve your problem.&lt;/p&gt;
&lt;p&gt;#sidebarRight is absolutely positioned, but it&#039;s compatriot, #weblogEntriesDiv, isn&#039;t...&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;#weblogEntriesDiv /* This is the main &lt;br /&gt;panel that displays weblog entries, all&lt;br /&gt; inclusive. */&lt;br /&gt;	{margin: 10px 195px 20px 0px&lt;br /&gt;	;padding: 10px&lt;br /&gt;	;background-color: #ffe&lt;br /&gt;	;border: 1px solid #000}&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Have you tried using float instead of absolute positioning? I find it more cross-browser.&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Jan 2003 22:07:48 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1122876 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1122863</link>
    <description> &lt;p&gt;sidebarRight is the one that&#039;s having the problem.&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Jan 2003 18:38:24 +0000</pubDate>
 <dc:creator>ryexley</dc:creator>
 <guid isPermaLink="false">comment 1122863 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1122859</link>
    <description> &lt;p&gt;hmm... see you are using that elsewhere. which id is the problem?&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Jan 2003 18:18:25 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1122859 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/cross-browser-frustrations#comment-1122858</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://yexley.net/style/yexley.net.css&quot; class=&quot;bb-url&quot;&gt;http://yexley.net/style/yexley.net.css&lt;/a&gt; for reference.&lt;/p&gt;
&lt;p&gt;IE has a broken box type, try using Tantek&#039;s box model hack?&lt;/p&gt;
 </description>
     <pubDate>Mon, 06 Jan 2003 18:15:22 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1122858 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
