【发布时间】:2014-12-20 05:56:51
【问题描述】:
我正在使用 php 开发代码。我在另一个 php 文件 index.php 中导入两个文件(header.php 和 footer.php)。 现在我希望在水平滚动时应该修复 header.php 和 footer.php。你能建议我的代码吗?我正在使用以下代码
Header.php
code here
footer.php
code here
index.php
<?php include("header.php"); ?>
welcome to index file
welcome to index file
welcome to index file
<?php include("footer.php"); ?>
在这个文件 index.php 中,我希望在水平滚动时应该固定页眉和页脚,并且其他 css 也不应该受到干扰。
【问题讨论】:
-
首先您需要了解 PHP 与它无关。它是 CSS 部分
-
可以的话给个解决方案