首页 > 代码库 > 页面中公共部分的统一调用

页面中公共部分的统一调用

页头页脚统一调用:

<object type="text/x-scriptlet" data="http://www.mamicode.com/public_head.html" width="100%" height="618px"></object>

<object type="text/x-scriptlet" data="http://www.mamicode.com/footxj.html" width="100%" height="360px"></object>

再到内嵌的页面里取消横向滚动条;

 ||||

禁止横向滚动条

overflow-x : hidden;

页面中公共部分的统一调用