论文中的粘滞页脚

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了论文中的粘滞页脚相关的知识,希望对你有一定的参考价值。

  1.  
  2. function non_footer_start() {
  3. echo '<div id="non_footer">';
  4. }
  5. add_action('thesis_hook_before_html','non_footer_start');
  6. function non_footer_end() {
  7. echo '</div>' . " ";
  8. }
  9. add_action('thesis_hook_after_content_area','non_footer_end');
  10.  
  11.  
  12. CSS:
  13.  
  14. html, .custom {height:100%;}
  15. #non_footer {min-height:100%; height:auto !important; height:100%; margin:0 0 -9em;}
  16. .ie #non_footer {padding-bottom:0 0 -9em; margin-bottom:0;}
  17. .custom #footer_area {height:9em; clear:both;}

以上是关于论文中的粘滞页脚的主要内容,如果未能解决你的问题,请参考以下文章

使用 UICollectionView 页脚中的对象

webform c#中的datagridview在页脚中显示查询

CTaskDialog 页脚中的超链接

Crystal Report:报表页脚中的条件基数

返回正确大小的页脚时,部分页脚中的 UITableView 随机白线

Wordpress使用css删除页脚中的水印