使用coda-slider並更改css文件中的面板大小導致JQuery。我這樣做來調整尾部滑塊到大小窗口。 這在Firefox中運行正常,但會導致Chrome和Safari崩潰。 任何人都知道我該如何解決這個問題?CSS的JQuery屬性更改不會在Chrome中工作
這是函數
function resizeCentro() {
var alt = (document.height * 0.95) + "px";
var larg = (document.width * 0.77) + "px";
$(".coda-slider").css('width', larg);
$(".coda-slider").css('height', alt);
$(".panel-wrapper").css('width', larg);
$(".panel-wrapper").css('height', alt);
document.getElementById("ifInicio").width = document.width * 0.95;
document.getElementById("ifInicio").height = document.height * 0.95;
document.getElementById("ifInicio").src = "inicio.html";
}
的頁面可以http://www.segundafeirafilmes.com.be/prov/INDEX.html
jQuery在哪裏?如果您使用該庫,請使用它。 – Blender 2011-05-02 23:07:09
該鏈接重定向到包含大量彈出窗口的根目錄,並且通常看起來像是要避免的東西。 – 2011-05-02 23:10:52
我認爲它可能會停放。 – Blender 2011-05-02 23:12:24