<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="/xml.xsl" type="text/xsl"?><feed xmlns="http://www.w3.org/2005/Atom">
  <title>nulog, NULL::something : out of the headphone &gt; 2004 &gt; April &gt; 01 &gt; ins(del) 使い分け</title>
  <link href="http://lowreal.net/logs/2004/04/01/6"/>
  <icon>http://lowreal.net/img/banner.png</icon>
  <link rel="self" type="application/atom+xml" href="http://lowreal.net/logs/2004/04/01/6.atom"/>
  <link rel="alternate" type="application/xhtml+xml" href="http://lowreal.net/logs/2004/04/01/6.xhtml"/>
  <updated>2004-04-01T21:49:00+09:00</updated>
  <author>
    <name>cho45(砂糖)</name>
  </author>
  <id>http://lowreal.net/2004/04/01/6</id>
  <entry>
    <title>ins(del) 使い分け</title>
    <link rel="alternate" type="text/html" href="http://lowreal.net/logs/2004/04/01/6.html"/>
    <link rel="alternate" type="application/xml+xhtml" href="http://lowreal.net/logs/2004/04/01/6.xhtml"/>
    <updated>2004-04-01T21:49:00+09:00</updated>
    <published>2004-04-01T21:49:00+09:00</published>
    <id>http://lowreal.net/2004/04/01/6</id>
    <category term="web"/>
    <content type="xhtml" xml:base="http://lowreal.net/">
      <div xmlns="http://www.w3.org/1999/xhtml">
        <p>前に<a href="http://lowreal.net/logs//2004/03/24.atom/4">ins(del)をインラインとブロックで使い分けたい</a>なんて書いたけど、通常の ins をブロックにして p とかその他もろもろの中に入ってるやつをインラインにすればいいだけか。</p>
        <p>要するにこういうこと。</p>
        <pre>
ins {
    display: block;
    background: #fff url("/img/ins.png") scroll no-repeat bottom right;
    margin: 1em 1em 1em 1.5em;
    text-decoration: none;
    border-style: dotted;
    border-width: 1px;
    border-color: #ccc;
}</pre>
      </div>
    </content>
  </entry>
</feed>
