<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Guide to classes and id&#8217;s in HTML &amp; CSS</title>
	<atom:link href="http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085/feed" rel="self" type="application/rss+xml" />
	<link>http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085</link>
	<description>Development blog from James Tombs about PHP, XHTML + CSS and Drupal</description>
	<lastBuildDate>Sat, 04 Sep 2010 17:34:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Create a basic layout using HTML &#38; CSS &#171; James Tombs</title>
		<link>http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085/comment-page-1#comment-5050</link>
		<dc:creator>Create a basic layout using HTML &#38; CSS &#171; James Tombs</dc:creator>
		<pubDate>Fri, 02 Apr 2010 13:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1085#comment-5050</guid>
		<description>[...] on from the Guide to classes and ids in HTML and CSS, we will create this basic 2 column [...]</description>
		<content:encoded><![CDATA[<p>[...] on from the Guide to classes and ids in HTML and CSS, we will create this basic 2 column [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085/comment-page-1#comment-4061</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Fri, 19 Feb 2010 22:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1085#comment-4061</guid>
		<description>In case somebody googles this page for solution to the same problem: the anchors are now working fine (thanks to James) but there is a huge empty space below the footer.

It seems that a lot of people out there also have the same problem, but I can find no complete fix.

Maybe the best thing to do is to upgrade the whole CSS completely?</description>
		<content:encoded><![CDATA[<p>In case somebody googles this page for solution to the same problem: the anchors are now working fine (thanks to James) but there is a huge empty space below the footer.</p>
<p>It seems that a lot of people out there also have the same problem, but I can find no complete fix.</p>
<p>Maybe the best thing to do is to upgrade the whole CSS completely?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085/comment-page-1#comment-4048</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Thu, 18 Feb 2010 23:28:27 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1085#comment-4048</guid>
		<description>@James

Oh, this is GREAT, it works now! Thank you so much for taking time to solve this mystery for me. Appreciate it.

Now I just hope that I do not break anything by removing it from my CSS ;)

NB
I have subscribed to your RSS so &quot;I&#039;ll be back&quot;</description>
		<content:encoded><![CDATA[<p>@James</p>
<p>Oh, this is GREAT, it works now! Thank you so much for taking time to solve this mystery for me. Appreciate it.</p>
<p>Now I just hope that I do not break anything by removing it from my CSS ;)</p>
<p>NB<br />
I have subscribed to your RSS so &#8220;I&#8217;ll be back&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085/comment-page-1#comment-4044</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 18 Feb 2010 18:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1085#comment-4044</guid>
		<description>@Sven, I have had this problem before.  In your CSS file &quot;stil3.css&quot; you need to remove the overflow: hidden; line from #wrapper (line 142).</description>
		<content:encoded><![CDATA[<p>@Sven, I have had this problem before.  In your CSS file &#8220;stil3.css&#8221; you need to remove the overflow: hidden; line from #wrapper (line 142).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085/comment-page-1#comment-4041</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Thu, 18 Feb 2010 16:37:45 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1085#comment-4041</guid>
		<description>@James 

Thank you for taking the time to reply.

I surely have made an error with CSS, but I do not know where. My CSS &quot;template&quot; look like this (and the anchor are in the main part:

+++++++++++++++++++++++++++++++++++++++++++++
+                  TOP                      +
+++++++++++++++++++++++++++++++++++++++++++++
+                  TOP 2                    +
+++++++++++++++++++++++++++++++++++++++++++++
+                          +        +       +
+                          +        +       +
+          MAIN            +  LEFT  + RIGHT +
+                          +        +       +
+                          +        +       +
+++++++++++++++++++++++++++++++++++++++++++++
+                FOOTER                     +
+++++++++++++++++++++++++++++++++++++++++++++

If you or someone else want to take a look and point me in th right direction, the site is here (I don&#039;t want to &quot;spam&quot; your site so I have added an extra space):
knut .com/lover_og_regler/barneloven.html</description>
		<content:encoded><![CDATA[<p>@James </p>
<p>Thank you for taking the time to reply.</p>
<p>I surely have made an error with CSS, but I do not know where. My CSS &#8220;template&#8221; look like this (and the anchor are in the main part:</p>
<p>+++++++++++++++++++++++++++++++++++++++++++++<br />
+                  TOP                      +<br />
+++++++++++++++++++++++++++++++++++++++++++++<br />
+                  TOP 2                    +<br />
+++++++++++++++++++++++++++++++++++++++++++++<br />
+                          +        +       +<br />
+                          +        +       +<br />
+          MAIN            +  LEFT  + RIGHT +<br />
+                          +        +       +<br />
+                          +        +       +<br />
+++++++++++++++++++++++++++++++++++++++++++++<br />
+                FOOTER                     +<br />
+++++++++++++++++++++++++++++++++++++++++++++</p>
<p>If you or someone else want to take a look and point me in th right direction, the site is here (I don&#8217;t want to &#8220;spam&#8221; your site so I have added an extra space):<br />
knut .com/lover_og_regler/barneloven.html</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085/comment-page-1#comment-4038</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 18 Feb 2010 09:21:47 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1085#comment-4038</guid>
		<description>@Sven, when using anchors the page will scroll to the ID defined in the URI.  If the scrollbar isn&#039;t showing up properly and you are losing everything above it, there is something wrong with your CSS.</description>
		<content:encoded><![CDATA[<p>@Sven, when using anchors the page will scroll to the ID defined in the URI.  If the scrollbar isn&#8217;t showing up properly and you are losing everything above it, there is something wrong with your CSS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sven</title>
		<link>http://jamestombs.co.uk/2010-01-26/guide-to-classes-and-ids-in-html-css/1085/comment-page-1#comment-3972</link>
		<dc:creator>Sven</dc:creator>
		<pubDate>Wed, 17 Feb 2010 11:07:07 +0000</pubDate>
		<guid isPermaLink="false">http://jamestombs.co.uk/?p=1085#comment-3972</guid>
		<description>Thanks for sharing you knowledge on CSS.

I have a site with a CSS &quot;template&quot;, but it does not work well with &quot;a name&quot; tags. If the page is called like this &quot;http://mysite.com/index.php#section4&quot; then everything before that is cut of and the section is &quot;lifted&quot; to the top. I have tried with &quot;div id&quot;, but with no luck.

It is very annoying and ruins the site :(
Any suggestions on what I can do to fix this?
Any help would be greatly appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks for sharing you knowledge on CSS.</p>
<p>I have a site with a CSS &#8220;template&#8221;, but it does not work well with &#8220;a name&#8221; tags. If the page is called like this &#8220;http://mysite.com/index.php#section4&#8243; then everything before that is cut of and the section is &#8220;lifted&#8221; to the top. I have tried with &#8220;div id&#8221;, but with no luck.</p>
<p>It is very annoying and ruins the site :(<br />
Any suggestions on what I can do to fix this?<br />
Any help would be greatly appreciated.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
