ВХ
Size: a a a
ВХ
AU
AK
ES
MH
V
V
MH
а
а
V
а
AK
JC
а
а
П
П
П
<script>
function myFunction() {
if((navigator.userAgent.indexOf("Opera") || navigator.userAgent.indexOf('OPR')) != -1 ){
//Code
}
else if(navigator.userAgent.indexOf("Chrome") != -1 ){
//Code
}
else if(navigator.userAgent.indexOf("Safari") != -1){
$("#menu2_button").attr('style', 'bottom:0px !important');
$("#cart, #cart_mobi").attr('style', 'bottom:0px !important');
//alert('Safari');
}
else if(navigator.userAgent.indexOf("Firefox") != -1 ){
//Code
}
else if((navigator.userAgent.indexOf("MSIE") != -1 ) || (!!document.documentMode == true )){
//Code
}
else{
//Code
}
}
</script>