<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (ChrisLTD)</title>
    <link>https://pinboard.in/u:ChrisLTD/public/</link>
    <description>recent bookmarks from ChrisLTD</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="http://stackoverflow.com/questions/2898403/iframe-always-showing-scroll-bars-in-ie7"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="http://stackoverflow.com/questions/2898403/iframe-always-showing-scroll-bars-in-ie7">
    <title>scrolling - Iframe always showing scroll bars in IE7 - Stack Overflow</title>
    <dc:date>2012-01-23T16:33:43+00:00</dc:date>
    <link>http://stackoverflow.com/questions/2898403/iframe-always-showing-scroll-bars-in-ie7</link>
    <dc:creator>ChrisLTD</dc:creator><description><![CDATA[adding scroll="no" to the body of my iframe target page worked for me. In total, here's the additional cruft I've added to my iframe for various browsers, perhaps this will help someone else:

iFrame source HTML:

<body style="overflow:hidden;" scroll="no">
iFrame tag on page:

<iframe width="280" height="196" src="http://dev.example.com/source.html"
style="overflow:hidden;" marginheight="0" marginwidth="0" frameborder="0">
</iframe>]]></description>
<dc:subject>iframe scrollbar ie</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:ChrisLTD/b:9a6b683ef457/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:iframe"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:scrollbar"/>
	<rdf:li rdf:resource="https://pinboard.in/u:ChrisLTD/t:ie"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>