2010-04-27 94 views

回答

0

本阿爾曼有一個不錯的scrollbarWidth plugin,很好地工作。

var content = $('#content').css('width', 'auto'), 
    container = content.parent(); 

if (content.height() > container.height()) { 
    content.width(content.width() - $.scrollbarWidth()); 
} 
相關問題