<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1029138" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1029138</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/allcss-site-no-2#comment-1171028</link>
    <description> &lt;p&gt;Finally figured out the spacing issue on the picture when I encountered it working on another site. It&#039;s a workaround, really, to solve the quirk in Firefox.&lt;/p&gt;
&lt;p&gt;I simply put the following in the block that contained the picture:&lt;/p&gt;
&lt;p&gt;padding-top: 1px;&lt;/p&gt;
&lt;p&gt;Then the following in the CSS img attribute for that block:&lt;/p&gt;
&lt;p&gt;margin-top: -1px;&lt;/p&gt;
&lt;p&gt;Hopefully that will help someone else encountering a similar problem. &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>Fri, 13 May 2005 00:32:47 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1171028 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/allcss-site-no-2#comment-1170785</link>
    <description> &lt;p&gt;I can&#039;t help you, but I think it looks fine in both browsers. &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>Sun, 08 May 2005 21:53:27 +0000</pubDate>
 <dc:creator>teammatt3</dc:creator>
 <guid isPermaLink="false">comment 1170785 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/allcss-site-no-2#comment-1170717</link>
    <description> &lt;p&gt;Anyone?&lt;/p&gt;
 </description>
     <pubDate>Sat, 07 May 2005 15:35:48 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1170717 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/allcss-site-no-2#comment-1170615</link>
    <description> &lt;p&gt;Unfortunately, that didn&#039;t even come close to working. The page looked completely screwed up, because I have everything relatively positioned so the page can always be centered.&lt;/p&gt;
&lt;p&gt;However, I was able to fix the menu by adding: float: left;&lt;/p&gt;
&lt;p&gt;Any more ideas to align the content section up correctly, so the top is up against the header?&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 May 2005 04:48:02 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1170615 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/allcss-site-no-2#comment-1170608</link>
    <description> &lt;p&gt;Replace:&lt;br /&gt;
#menu&lt;br /&gt;
{&lt;br /&gt;
	width: 150px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
}&lt;br /&gt;
with:&lt;br /&gt;
#menu&lt;br /&gt;
{&lt;br /&gt;
	width: 150px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	position: absolute;&lt;br /&gt;
             left: 15px;&lt;br /&gt;
}&lt;br /&gt;
set the number of pixels to taste.&lt;/p&gt;
&lt;p&gt;and replace&lt;br /&gt;
#pageHeader&lt;br /&gt;
{&lt;br /&gt;
	background: url(&#039;images/headerbig.png&#039;) no-repeat top;&lt;br /&gt;
	width: 775px;&lt;br /&gt;
	height: 124px;&lt;br /&gt;
	float: none;&lt;br /&gt;
	margin-bottom: 0px;&lt;br /&gt;
	padding-bottom: 0px;&lt;br /&gt;
}&lt;br /&gt;
with:&lt;br /&gt;
#pageHeader&lt;br /&gt;
{&lt;br /&gt;
	background: url(&#039;images/headerbig.png&#039;) no-repeat top;&lt;br /&gt;
	width: 775px;&lt;br /&gt;
	height: 124px;&lt;br /&gt;
	float: none;&lt;br /&gt;
	margin-bottom: 0px;&lt;br /&gt;
	padding-bottom: 0px;&lt;br /&gt;
             position: absolute;&lt;br /&gt;
             top: 0px;&lt;br /&gt;
}&lt;br /&gt;
Again, set the number of pixels to taste.&lt;/p&gt;
 </description>
     <pubDate>Thu, 05 May 2005 03:01:32 +0000</pubDate>
 <dc:creator>Assassin</dc:creator>
 <guid isPermaLink="false">comment 1170608 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
