1
我正在創建一個水平滾動頁面,我想知道什麼是最好的技術是讓每個內容div都集中在頁面上,而不是左對齊,因爲我一直使用我在Google中遇到的所有示例。Horiztonal Scrolling頁面
我曾嘗試這個代碼沒有運氣:
var wind = $(window).width();
$(".section").width(wind);
$(window).resize(function(){
var windRe = $(window).width();
$(".section").width(windRe);
});
Here is the example site。現在我只是想讓內容變得中心化。顯然,如果它不是水平滾動,我可以只是margin:0 auto
。
我要尋找這樣的效果:http://refreshperspective.com/CLIENTS/unboxed/products.html
非常棒!我申請了一些基本的Jquery,現在我的頁面像夢一樣運行! http://fourthfloorcreative.com/secret.php – drummer392 2012-03-08 05:05:53