<?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: Cropping an image in HTML</title>
	<atom:link href="http://www.cacoethes.co.uk/blog/uncategorized/cropping-an-image-in-html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cacoethes.co.uk/blog/uncategorized/cropping-an-image-in-html</link>
	<description>A search for meaning in software and life</description>
	<lastBuildDate>Thu, 06 Oct 2011 21:33:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Derp</title>
		<link>http://www.cacoethes.co.uk/blog/uncategorized/cropping-an-image-in-html/comment-page-1#comment-1221</link>
		<dc:creator>Derp</dc:creator>
		<pubDate>Mon, 22 Aug 2011 18:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=70#comment-1221</guid>
		<description>To crop to a specific position, can&#039;t you do:

div style=&quot;width: 100px; height: 100px; overflow: hidden;&quot;

    div style=&quot;margin-left:-50px;&quot;

        img src=&quot;whatever.png&quot;/

    /div

/div</description>
		<content:encoded><![CDATA[<p>To crop to a specific position, can&#8217;t you do:</p>
<p>div style=&#8221;width: 100px; height: 100px; overflow: hidden;&#8221;</p>
<p>    div style=&#8221;margin-left:-50px;&#8221;</p>
<p>        img src=&#8221;whatever.png&#8221;/</p>
<p>    /div</p>
<p>/div</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.cacoethes.co.uk/blog/uncategorized/cropping-an-image-in-html/comment-page-1#comment-1202</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 10 Jul 2011 22:14:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=70#comment-1202</guid>
		<description>style=&quot;width: 141px; height=176px; overflow=hidden&quot; IS WRONG

style=&quot;width: 141px; height:176px; overflow:hidden;&quot; IS RIGHT</description>
		<content:encoded><![CDATA[<p>style=&#8221;width: 141px; height=176px; overflow=hidden&#8221; IS WRONG</p>
<p>style=&#8221;width: 141px; height:176px; overflow:hidden;&#8221; IS RIGHT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://www.cacoethes.co.uk/blog/uncategorized/cropping-an-image-in-html/comment-page-1#comment-1146</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Sun, 22 Aug 2010 19:07:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=70#comment-1146</guid>
		<description>Is it not possible to crop left and right, only right-bottom cropping?</description>
		<content:encoded><![CDATA[<p>Is it not possible to crop left and right, only right-bottom cropping?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: observer</title>
		<link>http://www.cacoethes.co.uk/blog/uncategorized/cropping-an-image-in-html/comment-page-1#comment-1081</link>
		<dc:creator>observer</dc:creator>
		<pubDate>Fri, 11 Jun 2010 18:55:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.cacoethes.co.uk/blog/?p=70#comment-1081</guid>
		<description>This appears to work for Internet Explorer, the technique above scales an image in Firefox instead of cropping.</description>
		<content:encoded><![CDATA[<p>This appears to work for Internet Explorer, the technique above scales an image in Firefox instead of cropping.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

