Tags: firefox,css

Sort by: Date / Title /

  1. 1 year ago by spirit
    Aucune erreur DOM n'est générée avec cette méthode
    1. // styleFloat, IE
    2. // cssFloat , Safari ou Firefox
    3. // styleFloat and cssFloat,  Opera
    4.  
    5. //assignation 
    6. var el = document.getElementById('element_id');
    7. el.style.styleFloat = 'left';
    8. el.style.cssFloat = 'left';
    9. //récupération
    10. var elFloat = (typeof el.style.cssFloat === 'string') ? el.style.cssFloat : el.style.styleFloat;
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1420"></script>
  2. 1 year ago by minus
    1. .foo, x:-moz-any-link { } /* FireFox 2 */
    2. .foo, x:-moz-any-link, x:default { } /* FireFox 3 */
    3. html>/**/body .foo, x:-moz-any-link, x:default { } /* Only FireFox 3 */
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1341"></script>
  3. 2 years ago by spirit
    1. a:active, a:focus {
    2.      outline: 0
    3. }
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/453"></script>
  4. sponsorised links

First / Previous / Next / Last / Page 1 of 1 (3 posteets)