欢迎访问 生活随笔!

生活随笔

当前位置: 首页 > 编程资源 > 编程问答 >内容正文

编程问答

css x轴不滚动_css – 固定div,动态内容不滚动

发布时间:2024/9/27 编程问答 35 豆豆
生活随笔 收集整理的这篇文章主要介绍了 css x轴不滚动_css – 固定div,动态内容不滚动 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

我有一个固定的div与动态加载的li元素.现在我希望div-content在有超过9个li元素和滚动条时滚动:

这就是它的样子:

此时固定div继续在页脚上,内容无法滚动.

这是所有div的css:

#fixed-div {

position: fixed;

width: 30%;

margin-top:290px;

padding-top:20px;

padding-bottom: 20px; /* must be same height as the footer */

background-color: rgba(255,255,0.60);

min-height: 100%;

}

#absolute-div {

padding: 15px;

background-color: rgba(255,0.60);

margin-bottom: 10px;

position: relative;

height: 200px;

}

#footer {

position: relative;

margin-top: -33px; /* negative value of footer height */

height: 20px;

line-height: 33px;

border-bottom:20px solid #fff;

text-align: left;

background-color:#fff;

padding-left:10px;

}

#map_canvas { /* background */

clear:left;

float: left;

width: 100%;

min-height: 100%;

z-index:-1001;

/* height: 530px;*/

-webkit-box-shadow: 0px 0px 10px #888;

-moz-box-shadow: 0px 0px 10px #888;

}

这是HTML:

Standort angeben und Vorteile in der Umgebung finden:

// support unicode

mysql_query("SET NAMES utf8");

$cats = $db->get_rows("SELECT categories.* FROM categories WHERE categories.id!='' ORDER BY categories.cat_name ASC");

?>

Alle Kategorien

<?php foreach($cats as $k=>$v): ?>

© 2008-2013 Ihr Vorteilsclub - Impressum

非常感谢!马塞尔

总结

以上是生活随笔为你收集整理的css x轴不滚动_css – 固定div,动态内容不滚动的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。