Rumah > Artikel > hujung hadapan web > css之悬浮问题,高手请进!!!!_html/css_WEB-ITnose
先上代码:
nbsp;html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
100 | 测试 | 测试 | >测试 | 测试 | 测试 | 测试 | 测试 | 已备案 | |
1 | 测试 | 测试 | >测试 | 测试 | 测试 | 测试 | 测试 | 已备案 | |
2 | 测试 | 测试 | >测试 | 测试 | 测试 | 测试 | 测试 | 已备案 | |
3 | 测试 | 测试 | >测试 | 测试 | 测试 | 测试 | 测试 | 已备案 | |
<div style="position:fixed;bottom:0;height:32px;z-index:9999;filter:alpha(opacity=60);width:100%;white-space:nowrap;overflow:hidden;word-break:break-all;">
position:relative 这个 不加 就能出现了。实在不行的话 可能需要 定义 最小宽 了
当宽度 小于这个的时候就出现滚动条。 min-width
position:relative 这个 不加 就能出现了。实在不行的话 可能需要 定义 最小宽 了
当宽度 小于这个的时候就出现滚动条。 min-width
不加“position:relative”,是能够悬浮,但在125%的比例时,只能看到“跳转到”,它后面的就看不了。请看图:
不知道你div里面加个table是何用意,不过你的问题在td标签中加nowrap应该可以解决
不知道你div里面加个table是何用意,不过你的问题在td标签中加nowrap应该可以解决
加个table没有什么用意,就是表格。
td中的代码变为这样:
<div style="position:fixed;bottom:0;height:52px;width:100%;z-index:9999;filter:alpha(opacity=60);overflow-x:scroll;overflow-y:hidden;"><table width="100%" border="1" align="center" cellpadding="3" cellspacing="0" style="position:relative;"> <tr> <td height="30" align="center" bgcolor="#E7F6FD" nowrap>
用表格写的结构,条样式很麻烦。
这个应该是cms里面的页面。我经常调这种样式,需要具体看。