Thursday, 19 December 2013

css Only for Chrome


css Only for Chrome

-webkit paddimg:10px;
or
 @media screen and (-webkit-min-device-pixel-ratio:0) {
   #jflanguageselection{
        position:relative;
        bottom:40px;
     }
   }

No comments: