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

Change priority of dual boot OS

Change priority of dual boot OS  (Windows and Linux): Go to your Linux OS, install Grub customizer. Then change priority by up and down arro...