<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kudakurage</author_name>
  <author_url>https://blog.hatena.ne.jp/kudakurage/</author_url>
  <blog_title>くらげだらけ</blog_title>
  <blog_url>https://kudakurage.hatenadiary.com/</blog_url>
  <categories>
    <anon>Web</anon>
    <anon>CSS</anon>
  </categories>
  <description>バリエーションとして覚えておこうと思う。 HTMLとCSSだけで、ヘッダーとフッターを固定して表示させるにはCSSのpositionプロパティでfixedを設定する。 これは閲覧者のブラウザに対して固定した位置に配置することができるので、スクロールしても配置がずれないようにすることができる。CSSだとこんな感じ body { margin: 0px; padding: 0px; } #header { position: fixed; top: 0px; left: 0px; width: 100%; height: 100px; } #footer { position: fixed; bo…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkudakurage.hatenadiary.com%2Fentry%2F20090416%2F1239877015&quot; title=&quot;ヘッダーとフッターを固定して、PNGの透過画像を用いて立体的に見せる（IE6対応） - くらげだらけ&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2009-04-16 19:16:55</published>
  <title>ヘッダーとフッターを固定して、PNGの透過画像を用いて立体的に見せる（IE6対応）</title>
  <type>rich</type>
  <url>https://kudakurage.hatenadiary.com/entry/20090416/1239877015</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
