本文实例讲述了jQuery仿gmail实现fixed布局的方法。分享给大家供大家参考。具体实现方法如下:
fixed bar demo body{ margin:0; height:2000px; } #top{ background-color:#333; height:80px; } #nav{ background-color:#999; height:30px; position:absolute; top:80px; width:100%; }
希望本文所述对大家的jQuery程序设计有所帮助。



