缩略语
当你看到这些长篇卷宗名称时,你会发现一个横幅告诉我们——而且;
.FileName {
float: left;
width: 438px;
}
我们预先确定了这个时期的宽度!
q#1:因此,我们为什么会过度流入这块土地?
q#2(进口): 能否在不展示滚动酒吧的情况下使这个名字能够滚动吗?
edit
(with jquery or javascript or css)
预先感谢
缩略语
当你看到这些长篇卷宗名称时,你会发现一个横幅告诉我们——而且;
.FileName {
float: left;
width: 438px;
}
我们预先确定了这个时期的宽度!
q#1:因此,我们为什么会过度流入这块土地?
q#2(进口): 能否在不展示滚动酒吧的情况下使这个名字能够滚动吗?
edit
(with jquery or javascript or css)
预先感谢
如果你不想bar,但确实想要roll,那么最明显的办法是使用一些 j。 如果你重开 j,那就有一些:
I ve tried one of them (http://www.demo.creamama.fr/plugin-scrollbar/), setting the div containing the text to overflow: hidden;
and the div containing the scrollbar to display: none;
to mimic your situation, and that gives me a scrollable div with no scrollbar.
However, I think from a UI point of view it s not the best idea to have a scrollable section without a scrollbar. At least something should light up (as with the Mac OS Lion scrollbars) indicating you can, or are, scrolling. You could style one of the javascript solutions out there to make this happen, for instance with a tiny scrollbar or indicator.
由于这一案文可以打破(没有空间):
R1DA029_APP_SW_12_2395_GENERIC_KT_REDBROWNBLUE_CID52_49_DB3210
You could change the span s into div s and give them a height and an overflow:hidden.
Html:
<div class="FileName">R1DA029_APP_SW_12_2395_GENERIC_KT_REDBROWNBLUE_CID52_49_DB3210 asangsm.com.rar</div>
Css:
.FileName{
float: left;
width: 438px;
height: 20px;
overflow: hidden;
}
I don t think it s possible to make that file name scrollable without showing scrollbars.
Short of using CSS3 s marquee, I can see no simple solution. You would have to use Javascript.
为了避免断线,您可使用<代码>white-space: nowrap;。
I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....
I have a div <div id="masterdiv"> which has several child <div>s. Example: <div id="masterdiv"> <div id="childdiv1" /> <div id="childdiv2" /> <div id="...
I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...
<form><input type="file" name="first" onchange="jsFunction(2);"> <input type="file" name="second" onchange="jsFunction(3);"</form> Possible to pass just numbers to the js ...
So I ve got a menu with a hover/selected state and it loads fine in IE6/IE7. However when I scroll down the page and put the element outside of the viewport and then back in I get a broken image! I ...
I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...
Is it possible to reload a form after file-input change? I have a form where the user can chose an image for upload. I also have a php script which displays that image resized. I only wonder if it ...
I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!