- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
基本上,左栏应该延伸到具有连续红色的页脚。但是,在带有大量文本的页面上的 Firefox 中,该列不会扩展到页脚并留下一个大的白色间隙——请参见站点:http://library.luhs.org/JHSII/about.html
我尝试过重新调整高度、创建粘性页脚以及我在本网站上读到的其他内容。所以我承认我被难住了,真正奇怪的是布局似乎在 IE 中工作,因为没有空白!我没有创建网站,但我最近继承了它并试图解决这个问题
非常感谢任何帮助,这是 CSS
#html,body{
margin:0;
padding:0;
border:0;
height:100%;
}
#body{
background:#ffffff;
min-width:965px;
text-align:center;
width: 600px;
font: Geneva, Arial, Helvetica, sans-serif;
}
#.style7{
clear:both;
height:1px;
overflow:hidden;
line-height:1%;
font-size:0px;
margin-bottom:-1px;
}
#fullheightcontainer{
margin-left:auto;
margin-right:auto;
text-align:left;
position:relative;
width:965px;
height:100%;
}
#wrapper{
min-height:100%;
height:100%;
background:#660000;
background-color: #660000;
background-repeat: repeat;
}
#wrapp\65 r{
height:auto;
}
# html wrapper{
height:100%;
}
#outer{
z-index:1;
position:relative;
margin-left:150px;
width:815px;
background:#FFFFFF;
height:100%;
background-color: #FFFFFF;
}
#left{
width:151px;
float:left;
display:inline;
position:relative;
margin-left:-150px;
}
padding: 20px;
border: 0;
margin: 0 0 0 240px
*>html #left{width:150px;}
#container-left{
width:150px;
color: #CCCCCC;
}
* html #left{margin-right:-3px;}
#center{
width:800px;
float:right;
display:inline;
margin-left:-1px;
}
#clearheadercenter{
height:125px;
overflow:hidden;
}
#clearfootercenter{
height:50px;
overflow:hidden;
}
#footer{
z-index:1;
position:relative;
clear: both;
width:965px;
height:50px;
overflow:hidden;
margin-top:-50px;
background-color: #660000;
}
#subfooter1{
background:#FFFFCC;
text-align:left;
margin-left:150px;
height:50px;
}
#header{
z-index:1;
position:absolute;
top:0px;
width:815px;
margin-left:150px;
height:100px;
overflow:hidden;
background-color: #660000;
}
#subheader1{
background:#FFFFCC;
text-align:center;
height:70px;
}
#gfx_bg_middle{
top:0px;
position:absolute;
height:100%;
overflow:hidden;
width:815px;
margin-left:150px;
background:#FFFFFF;
}
# html #gfx_bg_middle{
display:none;
}
#floatingnav {
margin: 5px 10px 5px 5px;
padding: 0px 5px 5px;
float: right;
font: .75em/1.35em Geneva, Arial, Helvetica, sans-serif;
height: 600px;
width: 300px;
}
#floatingnav a {
color: #630;
}
#floatingnav ul {
margin-top: -5;
}
#.floatright
{
float: right;
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
}
#outer{
word-wrap:break-word;
}
#table.s1 {
border-width: medium;
border-spacing: 2px;
border-style: none;
border-color: rgb(85, 0, 0);
border-collapse: collapse;
background-color: white;
}
#table.s1 th {
border-width: medium;
padding: 2px;
border-style: groove;
border-color: red;
background-color: white;
-moz-border-radius: 0px 0px 0px 0px;
}
#table.s1 td {
border-width: medium;
padding: 2px;
border-style: groove;
border-color: #660000;
background-color: #FFFFFF;
-moz-border-radius: 0px 0px 0px 0px;
}
#a:link {
color: #000066;
}
#a:visited {
color: #000066;
}
#p.sample {
font-family: serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: medium;
line-height: 100%;
word-spacing: normal;
letter-spacing: normal;
text-decoration: none;
text-transform: none;
text-align: left;
text-indent: 0ex;
}
最佳答案
我会重新考虑您创建专栏的方式。使用内部内容将主要的 div 向下推。看这个example .
关于html - Firefox 上的 CSS 布局问题,左列末尾和页脚之间有填充空间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2915173/
我正在更改链接网址以添加 www.site.com/index.html?s=234&dc=65828 我通过此代码得到的是:site.com/&dc=65828 var target="&dc=65
我在编译过程中收到错误: src/smtp.c:208:1: warning: control reaches end of non-void function [-Wreturn-type] 这是相
这是我的 bootstrap/html 代码: Put email 位置正确,但我希望输入字段的大小延伸到 div 末尾。谁能帮帮我? 最佳答案 只需按百分比指定宽度,如下所示
我正在尝试获取一个像这样的 json 对象: filters = {"filters": myArray}; 并将其附加到 URL 的末尾,使用: this.router.navigate([`/de
这个问题已经有答案了: Remove hash from url (5 个回答) 已关闭 10 年前。 我有一个网站,stepaheadresidents.com ,并且井号 (#) 会自动添加到 u
我有这个代码 $('container a').appendTo('.container'); dzedzdqdqdqzdqdzqdzqdqzdqd Forgot password
为了练习更多 Python 知识,我尝试了 pythonchallenge.com 上的挑战 简而言之,作为第一步,此挑战要求从末尾带有数字的 url 加载 html 页面。该页面包含一行文本,其中有
我对 FS2 很陌生,需要一些有关设计的帮助。我正在尝试设计一个流,它将从底层的 InputStream 中提取 block ,直到结束。这是我尝试过的: import java.io.{File,
我对 FS2 很陌生,需要一些有关设计的帮助。我正在尝试设计一个流,它将从底层的 InputStream 中提取 block ,直到结束。这是我尝试过的: import java.io.{File,
我正在编写一个 ajax 应用程序,并且在 php 脚本中有一个函数: public function expire_user() { $r=array("return"=>'OK');
我正在使用一个QListView,它包装了一个非常简单的列表模型。我想尝试实现类似于某些网页中看到的“无限滚动”的东西。 目前,模型通过最多添加 100 个项目的方法更新(它们取自外部 Web API
运行 cucumber 测试给我以下错误 end of file reached (EOFError) /usr/lib64/ruby/2.0.0/net/protocol.rb:153:in
按照目前的情况,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
我想知道版本命名的具体作用是什么? 喜欢 jquery.js?ver=1.4.4 我的意思是如果我使用像这样的 cdn jquery/1.4.4/jquery.min.js?ver=1.4.4但是另一
" data-fancybox-group="gallery" title="">" alt="" /> 在此代码中 echo $prod['item_image_url'];打印存储在我的表中的图像
我目前使用 Wordpress 作为博客平台,但我想更改为使用 Jekyll 来生成静态页面。在 WordPress 上,我的 URL 使用以下格式: /年/月/日/标题 但我想将其重定向到 /年/月
根据docs这应该是不可能的 Regular expressions cannot be anchored to the beginning or end of a token 尽管如此,它似乎对我有
有没有办法创建 dijit 并将其附加到 div 的末尾?假设我有以下代码: Add Person 我在网上找到了以下代码,但这替换了我的“attendants”div: var personCo
我有这段代码: //execute post (the result will be something like {"result":1,"error":"","id":"4da775
我需要一些函数方面的帮助。 我想编写一个插入链表的函数。但不仅仅是中间,如果必须插入前端或末尾,它也必须起作用。 结构: typedef struct ranklist { i
我是一名优秀的程序员,十分优秀!