- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我只希望我的内容(没有导航栏和标题)可滚动,而不是整个页面。我已经尝试了几个小时来玩位置、溢出等等。我认为这与标题有关...我很沮丧 - 谁能帮忙?提前致谢!网址:https://jsfiddle.net/ronz2/0zxc13yv/3/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
*
{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html
{
height: 100%;
}
body
{
font-family: 'Open Sans';
height: 100%;
min-height: 100%;
box-sizing: border-box;
overflow: hidden;
}
a
{
text-decoration: none;
}
div#header
{
width: 100%;
height: 62px;
background-color: #2980b9;
margin: 0;
}
div#mssg
{
display: inline-block;
margin: 7px;
padding: 2px;
text-align: center;
border-width: 5px;
border-color: #67C8FF;
border-style: solid;
-webkit-transition: 0.1s;
-moz-transition: 0.1s;
transition: 0.1s;
}
div#mssg p
{
font-size: 1.5em;
color: White;
}
div#mssg:hover
{
margin-top: 5px;
padding-top: 4px;
padding-bottom: 4px;
border-style: solid dashed solid dashed;
}
.logo
{
float: left;
margin-top: 4px;
margin-left: 15px;
}
.logo img
{
width: 140px;
}
div#container
{
margin-top: 62px;
width: 100%;
margin: 0;
height: 100%;
}
.sidebar
{
width: 250px;
height: 100%;
min-height: 100%;
background-color: #171717;
float: left;
}
.topbar
{
width: 100%;
background-color: #171717;
text-align: center;
}
ul#topnav li
{
display: inline-block;
list-style: none;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
ul#topnav img
{
width: 10px;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
ul#topnav li a
{
display: inline-block;
color: #ccc;
font-size: 1em;
padding-left: 5px;
padding-right: 5px;
margin-right: 0px;
border-left: 1px solid #67C8FF;
border-right: 1px solid #67C8FF;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
ul#topnav li a:hover
{
background-color: Gray;
color: #fff;
}
ul#topnav li a:hover img
{
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
transform: rotate(90deg);
}
ul#topnav ul
{
display: none;
}
ul#topnav li:hover > ul
{
display: block;
background-color: #171717;
position: absolute;
}
ul#topnav ul li
{
display: block;
margin-left: 0px;
}
ul#topnav ul li a
{
display: block;
width: 130px;
border-bottom: 1px solid #67C8FF;
border-top: 1px solid #67C8FF;
}
ul#nav li
{
list-style: none;
border-bottom: 1px solid #67C8FF;
border-top: 1px solid #67C8FF;
}
ul#nav li a
{
color: #ccc;
display: block;
padding: 10px;
font-size: 1em;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
}
ul#nav li a:hover
{
background-color: #030303;
color: #fff;
padding-left: 30px;
}
div#content
{
width: auto;
height: 100%;
background-image: url("../Images/spaceBG.jpg");
background-size: cover;
background-repeat: no-repeat;
padding: 15px;
overflow-y: scroll;
}
div#content h1
{
color: White;
text-shadow: 4px 0 9px rgba(86,170,255,0.9) , 0 0 30px rgba(14,134,209,1) , 0 0 30px rgba(14,134,209,1);
}
div#content p
{
color: White;
font-size: 1em;
text-shadow: 2px 1px Black;
}
div#box
{
margin-top: 15px;
}
div#box .box-top
{
color: #fff;
text-shadow: 0px 1px #000;
background-color: #2980b9;
padding: 5px;
padding-left: 15px;
font-weight: 300;
font-size: 1.5em;
}
div#box .box-panel
{
padding: 15px;
background-color: rgba(0, 20, 26, 0.89);
color: White;
font-size: 1.5em;
}
div#box .box-panel img
{
vertical-align: middle;
width: 450px;
}
.link
{
color: #67C8FF;
transition: 0.2s;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
}
.link:hover
{
color: #67C8FF;
text-shadow: 0px 0px 5px White;
}
div#box .box-panel .icon
{
width: 30px;
}
.form
{
margin-top: 10px;
margin-bottom: 10px;
}
.form fieldset legend
{
background-color: #2980b9;
padding: 0 5px 0 5px;
margin: 5px;
}
.field
{
padding-left: 15px;
color: White;
text-shadow: 2px 1px Black;
}
.input
{
padding: 10px 20px;
margin: 5px 0 5px 0;
border: 1px solid #b7b7b7;
border-radius: 3px;
color: rgba(0,142,198,1);
text-overflow: clip;
background-color: White;
-webkit-box-shadow: 0 0 5px 2px rgba(0,0,0,0.5) inset;
box-shadow: 0 0 5px 2px rgba(0,0,0,0.5) inset;
-webkit-transition: all 200ms;
-moz-transition: all 200m;
transition: all 200ms;
}
.input:focus
{
box-shadow: 0 0 5px 2px #2980b9 inset;
}
.options
{
color: White;
width: 150px;
padding: 5px;
font-size: 16px;
line-height: 1;
border-radius: 3px;
background: url(../Images/arrowDown.png) no-repeat right rgba(0,142,198,0.7);
-webkit-appearance: none;
}
.button
{
cursor: pointer;
padding: 10px 20px;
border: 1px solid #018dc4;
-webkit-border-radius: 3px;
border-radius: 3px;
color: rgba(255,255,255,1);
text-overflow: clip;
background: #0199d9;
text-shadow: 0 0 7px rgba(0,0,0,1);
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
.button:hover
{
-webkit-box-shadow: 0 0 4px 2px rgba(126,193,234,1);
box-shadow: 0 0 4px 2px rgba(126,193,234,1);
-webkit-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: all 300ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.button:active
{
-webkit-box-shadow: 0 0 4px 1px rgba(0,0,0,0.5) inset;
box-shadow: 0 0 4px 1px rgba(0,0,0,0.5) inset;
-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1) 10ms;
}
table
{
border-collapse: collapse;
}
table#imgs
{
padding-left: 95px;
}
table#imgs tr td
{
padding: 15px;
}
.userTable
{
font-size: 20px;
}
.userTable th , .userTable td
{
padding: 0px 2px 0px 2px;
border-bottom: 1px solid #67C8FF;
text-align: left;
border-left: 1px solid #67C8FF;
}
th.userTable
{
text-align: center;
}
.userNum
{
text-align: center;
margin-top: 10px;
}
.visit
{
color: White;
margin: 15px;
}
<head runat="server">
<title>UniSci</title>
</head>
<body>
<div id="container">
<div id="header">
<div class="logo">
<a href="Default.aspx">
<img src="Images/logo.png" alt="logo" /></a>
</div>
</div>
<div class="topbar">
<ul id="topnav">
<li><a href="darkEn.aspx">Dark Energy
</a>
<ul>
<li><a href="darkEn-type.aspx">Types</a></li>
</ul>
</li>
<li><a href="darkMat.aspx">Dark Matter
</a>
<ul>
<li><a href="darkMat-type.aspx">Types</a></li>
</ul>
</li>
<li><a href="galaxy.aspx">Galaxies
</a>
<ul>
<li><a href="galaxy-create.aspx">Creation</a></li>
<li><a href="galaxy-type.aspx">Types</a></li>
</ul>
</li>
<li><a href="gasGiant.aspx">Gas Giants
</a>
<ul>
<li><a href="gasGiant-type.aspx">Types</a></li>
</ul>
</li>
<li><a href="universe.aspx">The Universe
</a>
<ul>
<li><a href="universe-create.aspx">Creation</a></li>
<li><a href="universe-dest.aspx">Destruction</a></li>
</ul>
</li>
<li><a href="spacetime.aspx">Spacetime
</a>
<ul>
<li><a href="spacetime-relative.aspx">Relativity</a></li>
</ul>
</li>
<li><a href="supernova.aspx">Supernova
</a>
<ul>
<li><a href="supernova-earth.aspx">Effect On Earth</a></li>
</ul>
</li>
<li><a href="star.aspx">Stars
</a>
<ul>
<li><a href="star-life.aspx">Life Course</a></li>
</ul>
</li>
<li><a href="starSys.aspx">Star Systems
</a>
<ul>
<li><a href="starSys-multi.aspx">Multiple star</a></li>
<li><a href="starSys-type.aspx">Types</a></li>
</ul>
</li>
<li><a href="universe-dest-info.aspx">Universe Death
</a>
<ul>
<li><a href="big-bounce.aspx">Big Bounce</a></li>
<li><a href="big-crunch.aspx">Big Crunch</a></li>
<li><a href="big-freeze.aspx">Big Freeze</a></li>
<li><a href="big-rip.aspx">Big Rip</a></li>
</ul>
</li>
<li><a href="gravity.aspx">Gravity
</a>
<ul>
<li><a href="gravity-waves.aspx">Waves</a></li>
<li><a href="gravity-relative.aspx">Relativity</a></li>
</ul>
</li>
<li><a href="big-bang.aspx">Big Bang
</a>
<ul>
<li><a href="big-bang-proof.aspx">Evidence</a></li>
<li><a href="big-bang-misc.aspx">Misconceptions</a></li>
</ul>
</li>
<li><a href="black-hole.aspx">Black Holes
</a>
<ul>
<li><a href="black-hole-create.aspx">Creation</a></li>
<li><a href="black-hole-dest.aspx">Destruction</a></li>
</ul>
</li>
<li><a href="wormhole.aspx">Wormholes
</a>
<ul>
<li><a href="wormhole-create.aspx">Creation</a></li>
<li><a href="wormhole-shape.aspx">Shape</a></li>
</ul>
</li>
<li><a href="extra.aspx">Extras
</a>
<ul>
<li><a href="extra-comet.aspx">Comets</a></li>
<li><a href="extra-asteroid.aspx">Asteroids</a></li>
</ul>
</li>
</ul>
</div>
<div class="sidebar">
<ul id="nav">
<li><a href="Default.aspx">Main Page</a></li>
<li><a href="login.aspx">Login</a></li>
<li><a href="regist.aspx">Register</a></li>
</ul>
</div>
<div id="content"> <h1>
Galaxy
</h1>
<div id="box">
<div class="box-top">
What types of galaxies are there?
</div>
<div class="box-panel">
Ellipticals:<br />
The Hubble classification system rates elliptical galaxies on <br />
the basis of their ellipticity, ranging from E0, being nearly <br />
spherical, up to E7, which is highly elongated. These galaxies <br />
have an ellipsoidal profile, giving them an elliptical appearance <br />
regardless of the viewing angle. Their appearance shows little structure <br />
and they typically have relatively little interstellar matter. <br />
Consequently, these galaxies also have a low portion of open <br />
clusters and a reduced rate of new star formation. Instead they <br />
are dominated by generally older, more evolved stars that are orbiting <br />
the common center of gravity in random directions. The stars <br />
contain low abundances of heavy elements because star formation ceases <br />
after the initial burst. In this sense they have some similarity to the <br />
much smaller globular clusters.<br />
<br />
Shell galaxy:<br />
A shell galaxy is a type of elliptical galaxy where the stars in <br />
the galaxy's halo are arranged in concentric shells. About one-tenth <br />
of elliptical galaxies have a shell-like structure, which has never<br />
been observed in spiral galaxies. The shell-like structures are <br />
thought to develop when a larger galaxy absorbs a smaller companion<br />
galaxy. As the two galaxy centers approach, the centers start to oscillate <br />
around a center point, the oscillation creates gravitational <br />
ripples forming the shells of stars, similar to ripples spreading on water. <br />
For example, galaxy NGC 3923 has over twenty shells.<br />
<br />
Spirals:<br />
Spiral galaxies resemble spiraling pinwheels. Though the stars and other<br />
visible material contained in such a galaxy lie mostly on a plane, the <br />
majority of mass in spiral galaxies exists in a roughly spherical halo of <br />
dark matter that extends beyond the visible component, as demonstrated <br />
by the universal rotation curve concept. Spiral galaxies consist of a rotating <br />
disk of stars and interstellar medium, along with a central bulge of generally <br />
older stars. Extending outward from the bulge are relatively bright arms. <br />
It appears the reason that some spiral galaxies are fat and bulging while some <br />
are flat discs is because of how fast they rotate.
</div>
最佳答案
标题没有问题,
body 设置为 overflow:hidden
这就是底部不会显示的原因
关于html - 由于标题无法一直向下滚动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37172325/
大家好, 我看到了来自 java 项目中的 jsp 页面。 想问一下这些html标签有什么区别。 请多多指教。 示例代码如下: 最佳答案 使用struts-html标签库,其中只是普
我有一个页面,我正在从电子邮件中读取 HTML。 有时,来自电子邮件的文本包含 HTML 和 CSS,它完全改变了我的页面样式。 我不希望我的页面样式因此受到影响。我如何严格阅读特定 div(框)内的
我知道有类似的问题,但我想对我的特定代码进行一些输入。 我有一个图像,我将其切成 9 块,并创建了一个 3x3 HTML 表来显示它。 但是我的表在行之间有空格,但在列之间没有空格。我没有使用任何 C
编辑:Waylan 的回答成功了!谢谢! 我正在尝试压缩文档的 .html 文件以发送给客户。目标是获得与浏览实际网站相同的体验。 打开 .html 文件时,单击的任何链接都会转到父文件夹,而不是特定
编辑:Waylan 的回答成功了!谢谢! 我正在尝试压缩文档的 .html 文件以发送给客户。目标是获得与浏览实际网站相同的体验。 打开 .html 文件时,单击的任何链接都会转到父文件夹,而不是特定
这是 question 的扩展.我正在尝试解析嵌入在 Blogger 博客的 XML 备份中的 HTML 片段,并用 InDesign 标签重新标记它们。 Blogger 并未对其任何帖子的 HTML
我知道在 html 中元素之间的换行符被视为空格,但我认为当您尝试使用响应式布局时这非常可怕。 例如,这里我们有预期和正确的行为,但要获得它,我必须删除元素之间的 html 中的换行符: https:
我正在尝试将文本文件显示为 html。我正在使用 ionic 。我正在发送一个 html 格式的响应,但在一个文本文件中发送到配置文件页面。它在 .ts 页面的变量名中。 @Component({
假设我有一个 html 文档: test 我想在浏览器中显示该代码。然后我会创建类似的东西: <html>test<html> 为了在中间制作 gubbins,我有一个函数
HTML 元素和 HTML 标签有什么区别?渲染有什么区别吗?使用标签或元素时有什么特殊注意事项吗? 最佳答案 是一个标签,特别是一个开始标签 也是一个标签,一个结束标签 This is a para
我有这个表格的模态形式。该表正在填充大量数据,但我不想分页。相反,我想以模式形式降低表格的高度并为表格添加溢出。下面是我的代码,但它不起作用。 请问我该如何实现? CSS #table{
我记得有一个 Linux 命令可以从给定的 URL 返回 HTML 代码。您可以将 URL 作为此命令的参数,然后返回 HTML 代码,而不是在浏览器中输入 URL。 哪个命令执行此操作? 最佳答案
我有一个 html 页面,我想在其中包含另一个有很多链接的 html 页面。我能够使用 iframe 实现它,但我希望 iframe 内的页面具有与原始页面相同的文本和链接颜色属性,我不想要滚动条,我
我正在使用 HTML 写一本书。如果我把它写在一个 html 文件中,整个代码就会变长,所以我想将每一章保存到不同的文件中,然后将它们加载到主 html 中。我的意思是有像 chapter1.html
在显示之前,我必须将一个网站重定向到另一个网站。我试过使用 .htaccess,但它给我带来了问题。我也使用过 javavscript 和 meta,但在加载我要从中传输的页面之前它不起作用。帮助?
关闭。这个问题不符合Stack Overflow guidelines .它目前不接受答案。 我们不允许提问寻求书籍、工具、软件库等的推荐。您可以编辑问题,以便用事实和引用来回答。 关闭 7 年前。
如何打印“html”标签,包括“”?如何在不使用文本区域和 Javascript 的情况下对任何标签执行此操作? 最佳答案 使用HTML character references : <html
我需要将 Ruby on Rails 应用程序中的 html.slim 文件转换为 html.erb。有什么简单的方法吗?我尝试了 Stack Overflow 和其他网站中列出的许多选项。但对我没有
这个问题在这里已经有了答案: Is it necessary to write HEAD, BODY and HTML tags? (6 个答案) 关闭 8 年前。 我在 gitHub 上找到了这个
如果不允许通过 JavaScript 进行额外的 DOM 操作,我正在寻找可以加载外部资源的元素列表。我正在尝试使用 HTML 查看器托管来自第三方的电子邮件,当发生这种情况时,我需要删除任何自动加载
我是一名优秀的程序员,十分优秀!