<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 07:27:23 +0000</lastBuildDate>
    <item>
      <title>(CSS) text-indent on submit buttons - kiroweb</title>
      <link>https://snipplr.com/view/60449/textindent-on-submit-buttons</link>
      <description>&lt;p&gt;IE not interpreting text-indent on submit buttons ?&#13;
&#13;
How it works&#13;
Letâ€™s see how it works.&#13;
font-size:0 is used to reduce the font size and works well in IE7. But even after adding this line, you would notice a black line(which is basically the text) on the center of the button in IE6.&#13;
display:block Negative text-indent works in IE only if this is added.&#13;
line-height: 0 Another fix for IE6.&lt;/p&gt;</description>
      <pubDate>Tue, 01 Nov 2011 22:04:12 UTC</pubDate>
      <guid>https://snipplr.com/view/60449/textindent-on-submit-buttons</guid>
    </item>
  </channel>
</rss>
