Wednesday, January 28, 2015

Maximum Css Hack Tools

<strong>IE7</strong>= *attribute:value;
<strong>IE8</strong>= attribute/*\**/:value\9;
<strong>IE9</strong>= watch out below -&gt;

<a href="http://ashique12009.files.wordpress.com/2011/06/ie9.png"><img class="alignnone size-full wp-image-36" title="ie9" src="http://ashique12009.files.wordpress.com/2011/06/ie9.png" alt="" width="203" height="25" /></a>

/************************************************/
<strong>opera</strong>
@media all and (-webkit-min-device-pixel-ratio:10000), not all and
(-webkit-min-device-pixel-ratio:0) {
css goes here
}
/************************************************/
/************************************************/
<strong>safari and google crome</strong>
@media screen and (-webkit-min-device-pixel-ratio:0){
css goes here
}
/************************************************/

No comments:

Post a Comment

Wordpress debug log function

Wordpress error log code: if ( ! function_exists ( 'write_log' ) ) { function write_log ( $data ) { if ( defined ( '...