<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kurihhi</author_name>
  <author_url>https://blog.hatena.ne.jp/kurihhi/</author_url>
  <blog_title>Web &amp; Design Creation notes+++</blog_title>
  <blog_url>https://kurihhi.hatenadiary.org/</blog_url>
  <categories>
    <anon>CSS</anon>
  </categories>
  <description>※こちらに内容を書き加えてまとめました。 とあるコンテンツで、WinのIE6で見るとulのマークが表示されていない箇所発見！ 調べたところバグでした。 ulかolにlist-style-position:inside;を適用するとマークが内側になって回避できます。 が、li要素内の2行目以降はマーク分字下げになりません。 そこでtext-indentとpaddingで字下げします。 ul{ list-style-position:inside; } li{ padding-left:1em; text-indent:-1em; }これで回避。</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkurihhi.hatenadiary.org%2Fentry%2F20080424%2Fp1&quot; title=&quot;WinIE6で幅（width）指定したリスト要素（ul・ol）のマークが消えるバグと、回避策 - Web &amp;amp; Design Creation notes+++&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>2008-04-24 00:00:00</published>
  <title>WinIE6で幅（width）指定したリスト要素（ul・ol）のマークが消えるバグと、回避策</title>
  <type>rich</type>
  <url>https://kurihhi.hatenadiary.org/entry/20080424/p1</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
