Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Still really depends which browsers you do want to target. Still plenty of things to look out for. </p> <p>Here's a list of unsupported features in IE6 you can now use:</p> <ul> <li>child selector ( div > p )</li> <li>adjacent sibling selector ( h1 + p )</li> <li>general sibling selector ( h1 ~ p )</li> <li>chained class selectors ( .class1.class2 )</li> <li>attribute selector ( a[href] )</li> <li>descendant selector after :hover pseudo-class ( div:hover span )</li> <li>chained pseudo-classes ( a:first-child:hover )</li> <li>:hover on non-anchor elements</li> <li>:first-child</li> <li>"virtual dimensions" (dimensions determined by top, right, left, bottom when position: absolute )</li> <li>min-height, min-width</li> <li>max-height, max-width</li> <li>transparent border color</li> <li>position: fixed</li> <li>background-attachment: fixed works only on the root element</li> </ul> <p>A really good resource you can look at is <a href="http://caniuse.com/" rel="nofollow">http://caniuse.com/</a> for viewing what is supported where.</p> <p>And finally - a list of IE6 bugs that were fixed in IE7 - <a href="http://msdn.microsoft.com/en-us/library/ms649487%28VS.85%29.aspx" rel="nofollow">more info here</a></p> <ul> <li>basic alpha-transparent png support</li> <li>css child selector</li> <li>!important more properly works</li> <li>:first-letter support</li> <li>partial click bug</li> <li>window.XMLHttpRequest became present, instead of ActiveXObject</li> <li>abbr tag is recognized</li> <li>select z-index bug is resolved as it's become window-less</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload