Loading CSS without blocking render

<link rel="stylesheet" href="css.css" media="none" onload="if(media!='all')media='all'"> <noscript><link rel="stylesheet" href="css.css"></noscript> <!-- source: http://keithclark.co.uk/articles/loading-css-without-blocking-render/ -->

1 Response

To bad this code does not work cross browser..

Write a comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.