<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015517" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015517</link>
    <description></description>
    <language>en</language>
          <item>
    <title>A little error checking would help</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-alignment-problems#comment-1089918</link>
    <description> &lt;p&gt;You have some nastiness with brackets not being closed (check your voice declarations, for instance -- this is an error I have seen before).&lt;/p&gt;
&lt;p&gt;Additionally, you have multiple widths in one declaration, quotes where they don&#039;t belong in another, et cetera. You will have to be careful with your values as well -- setting width to 100% and having margins and padding will cause scroll.  More reading on this would be necessary, as I believe there are differences in how IE5.5 interprets margins (PC) whereas the other CSS compliant browsers interpret them correctly.&lt;/p&gt;
&lt;p&gt;Also, you can center things in Netscape and Opera by setting the margins to auto, but in IE5.5 PC it will default left.  One solution is using JavaScript to set the margin widths based on browser resolution and width of the window.&lt;/p&gt;
&lt;p&gt;So basically, I recommend tidying it up and getting rid of the errors and then carefully looking at resources like &lt;a href=&quot;http://www.webreview.com/style/css1/charts/mastergrid.shtml&quot; class=&quot;bb-url&quot;&gt;http://www.webreview.com/style/css1/charts/mastergrid.shtml&lt;/a&gt; for conflicts and resources like &lt;a href=&quot;http://www.alistapart.com&quot; class=&quot;bb-url&quot;&gt;alistapart.com&lt;/a&gt; (check for the CSS articles especially around the redesign to compliance) for tips and suggestions.  &lt;a href=&quot;http://www.glish.com&quot; class=&quot;bb-url&quot;&gt;glish.com&lt;/a&gt; is very helpful as well.&lt;/p&gt;
&lt;p&gt;Good luck!&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Sep 2001 05:26:42 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1089918 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/css-alignment-problems#comment-1089912</link>
    <description> &lt;p&gt;You arent really doing anything wrong, its one of the draw backs of CSS.&lt;br /&gt;
what you are doing doesnt work on all browsers, all i get in Netscape is &quot;A web site title&quot; in white letters at the top, the other text is under but is all black so cant be read. youd be better off just using tables as this works well and your layout would suit tables better. Youd also probably find your .html file smaller in size as well. (the .html adds to loading time as well as graphics)&lt;/p&gt;
&lt;p&gt;in IE the problem you have is the layers are set to a actual pixel size, and your trying to mix pixels with percentages. if you use dhtml you can make the layers resize on window size but if the person uses some older browser or has javascript turned off they wont see yoru site.&lt;/p&gt;
&lt;p&gt;you can get the layers to work on most browsers at a set pixel width &amp;amp; height but your going to have to base it on a set size (800x600 etc)&lt;/p&gt;
&lt;p&gt;if you are new to web design in general, id stay away from CSS for a while, tables do just as well as layers but are more predictable and stable and work downwards to about version 2 or 3 browsers. CSS is ok for sizing text, links, effects like bold, italic etc but useless when layers are involved.&lt;/p&gt;
&lt;p&gt;good luck&lt;/p&gt;
 </description>
     <pubDate>Mon, 17 Sep 2001 03:23:31 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1089912 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
