<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Css on Micah Henning</title>
    <link>https://www.micah.soy/tags/css/</link>
    <description>Recent content in Css on Micah Henning</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 28 Jun 2012 16:11:12 +0000</lastBuildDate>
    <atom:link href="https://www.micah.soy/tags/css/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Bgcolor Attribute Does Not Work in Internet Explorer</title>
      <link>https://www.micah.soy/posts/the-bgcolor-attribute-does-not-work-in-internet-explorer/</link>
      <pubDate>Thu, 28 Jun 2012 16:11:12 +0000</pubDate>
      <guid>https://www.micah.soy/posts/the-bgcolor-attribute-does-not-work-in-internet-explorer/</guid>
      <description>There is a bug that impacts all versions of Internet Explorer. These are the conditions that must exist in order for the problem to occur:&#xA;An HTML element must be using the deprecated bgcolor attribute. This will likely be a table, tr, or td element.&#xA;The color must be specified using the hexadecimal short notation, i.e. #123 instead of #112233. Internet Explorer cannot read short-notation hexadecimal colors in this particular property.</description>
    </item>
    <item>
      <title>CSS Attribute Selectors and IE 7</title>
      <link>https://www.micah.soy/posts/css-attribute-selectors-and-ie-7/</link>
      <pubDate>Thu, 28 Jun 2012 15:59:12 +0000</pubDate>
      <guid>https://www.micah.soy/posts/css-attribute-selectors-and-ie-7/</guid>
      <description>If you&amp;rsquo;ve tried to use attribute selectors in IE 7 and found it to be quite spotty, you&amp;rsquo;re not alone. Here&amp;rsquo;s a brief illustration of just what I mean:&#xA;tr[height=&amp;#34;50%&amp;#34;] { background: #fff; } Though this bit of CSS will work in virtually any browser, it will not work in IE7. But these will:&#xA;div[height=&amp;#34;50%&amp;#34;] { background: #fff; } tr[height] { background: #fff; } Aside: It&amp;rsquo;s important to note that a DOCTYPE has to be specified in order for attribute selectors to work at all in IE7.</description>
    </item>
  </channel>
</rss>
