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

页头页脚统一调用:

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

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

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

 ||||

禁止横向滚动条

body
{
overflow-x : hidden;
min-width:1200px;
}

这里的1200就是版心,也就是说无论页面怎么缩放,始终都能显示他的全部内容
posted @ 2017-05-23 10:36  和路雪  阅读(277)  评论(0编辑  收藏  举报