Ben jQuery köşeleri Chrome'da çalışmıyor güzel bir keşif yaptık. Bunun için herhangi bir çözüm?
Ben sadece benim config.js dosya açtığınızda (yuvarlatılmış köşeler fonksiyonları) Bu tutar o anladım:
$(document).ready( function(){
if(navigator.appName!="Microsoft Internet Explorer") {
$('.round_10px').corners("10px");
$('.bottom_round_10px').corners("10px bottom-left 10px bottom-right");
$('.bottom_l_round_10px').corners("10px bottom-left");
$('.bottom_r_round_10px').corners("10px bottom-right");
$('.bottom_top_l_round_10px').corners("10px top-left 10px bottom-left");
$('.bottom_top_r_round_10px').corners("10px top-right 10px bottom-right");
$('.round_40px').corners("40px");
}
Sitem nasıl olması gerektiği görünüyor ... bu yüzden etrafında herhangi bilinen bir yolu yanı sıra tüm togther Chrome için bu kapatarak?