E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
nowRap
swf文件的反编译入门
http://www.
nowrap
.de/flasm.html  
wangangie8
·
2010-04-05 09:00
html
数据结构
F#
Flash
swf文件的反编译入门
http://www.
nowrap
.de/flasm.html  
wangangie8
·
2010-04-05 09:00
html
数据结构
F#
Flash
CSS 内容超出宽度时隐藏超出部分的内容
text{ width:500px; display:block; word-break:keep-all;/* 不换行 */ white-space:
nowrap
281107072
·
2010-03-31 17:00
java
css
HTML td 标签的
nowrap
属性
nowrap
作用: 属性规定表格单元格中的内容不换行。
jakend
·
2010-03-30 14:00
java
html
HTML td 标签的
nowrap
属性
nowrap
作用: 属性规定表格单元格中的内容不换行。
jakend
·
2010-03-30 14:00
java
html
纯css实现文本溢出省略(兼容IE6+、FF2.0+、Opera9.26+)
.textoverflowa{display:block;width:120px;margin:0px0px0px3px;white-space:
nowrap
;overflow:hidden;float
pleasetojava
·
2010-02-20 02:00
css
纯css实现文本溢出省略(兼容IE6+、FF2.0+、Opera9.26+)
.textoverflowa{display:block;width:120px;margin:0px0px0px3px;white-space:
nowrap
;overflow:hidden;float
wapysun
·
2010-02-20 02:00
css
文本 自适应 表格
auto_arrange{}{ table-layout:fixed} .auto_arrange td{}{text-overflow:ellipsis;overflow:hidden;white-space:
nowrap
hwpok
·
2010-02-05 10:00
html
文本 自适应 表格
NewDocument.auto_arrange{}{table-layout:fixed}.auto_arrangetd{}{text-overflow:ellipsis;overflow:hidden;white-space:
nowrap
hwpok
·
2010-02-05 10:00
HTML
文本 自适应 表格
auto_arrange{}{ table-layout:fixed} .auto_arrange td{}{text-overflow:ellipsis;overflow:hidden;white-space:
nowrap
梦幻之旅
·
2010-02-05 10:00
xml解析器加载的顺序
解析的时候遇到了一个比较棘手的问题 由于我需要将xml写入文件,于是乎我在工程中到如了第三方包crimon.jar <TR> <TD valign="top"
nowrap
xuqin1019
·
2010-02-04 12:00
apache
jdk
xml
IBM
sun
html 中表格长度固定
}.col2{width:200px;}.col3{width:200px;}thstrong{display:block;width:100%;}trstrong,trtd{white-space:
nowrap
chaoping315
·
2010-02-03 14:00
html
XHTML
table
Class
border
产品
css控制HTML中英文换行
后来经查css样式表发现,这个问题可以解决: 如下:强制不换行:white-space:
nowrap
;自动换行: word-wrap:break-word;word-break:normal; 强制英文单词断行
lijun3159
·
2010-01-20 16:57
html
css
职场
休闲
中英文换行
css控制HTML中英文换行
后来经查css样式表发现,这个问题可以解决: 如下:强制不换行:white-space:
nowrap
;自动换行: word-wrap:break-word;word-break:normal; 强制英文单词断行
lijun3159
·
2010-01-20 16:57
html
css
职场
休闲
中英文换行
关于在
中显示文本的自动截断
无标题文档table{ table-layout:fixed;}td{ text-overflow:ellipsis; white-space:
nowrap
; overflow:hidden;}
xinyuexiaodi
·
2010-01-11 16:00
C++
c
XHTML
C#
F#
使用CSS自动截取字符长度并添加为省略号
css如下: <style> .cut{ white-space:
nowrap
; &
岳乡成
·
2010-01-10 02:00
jsp
css
几个经典的css技巧
line-height 即可(高度与父层容器一致) 清除容器浮动 #main { overflow:hidden; } 不让链接折行 a { white-space:
nowrap
leeleo
·
2009-12-29 15:00
css
XHTML
浏览器
IE
firefox
css实现页面文字不换行、自动换行、强制换行
强制不换行div{white-space:
nowrap
;}自动换行div{word-wrap:break-word;word-break:normal;}强制英文单词断行div{word-break:break-all
beidou321
·
2009-12-24 18:00
框架
css
IE
脚本
语言
div
限制字的长度,不限制字的个数
加上一下的CSS代码后: overflow:hidden; 隐藏超出范围的数据不显示 text-overflow:ellipsis; 超出的数据显示为....... white-space:
nowrap
beidou321
·
2009-12-24 17:00
数据库
css
table
div
图片居中显示的css样式代码
important;display:block;border:1pxsolid#DDD;white-space:
nowrap
;overflow:hidden;}.box128i{line-height:
liuyong0818
·
2009-12-24 10:00
Html与Css
css
border
服务器
class
html
div
禁止换行与强制换行
一、禁止换行 white-space:
nowrap
; overflow:hidden; 当文字内容过长,想以省略号表示可使用text-overflow:ellipsis,此法在FF下无效,但在FF
sunshine_七颜
·
2009-12-23 18:00
换行
javascript 仿开心网好友印象功能(点击文字弹出印象框)
10px;height:auto;overflow:hidden;text-align:center}.boxspan{line-height:30px;height:30px;white-space:
nowrap
·
2009-12-22 23:26
……
里的字数100,只显示其中20个
加上一下的CSS代码后: overflow:hidden; 隐藏超出范围的数据不显示 text-overflow:ellipsis; 超出的数据显示为....... white-space:
nowrap
younglibin
·
2009-12-22 17:00
css
……
里的字数100,只显示其中20个
加上一下的CSS代码后: overflow:hidden; 隐藏超出范围的数据不显示 text-overflow:ellipsis; 超出的数据显示为....... white-space:
nowrap
younglibin
·
2009-12-22 17:00
css
css实现页面文字不换行、自动换行、强制换行
强制不换行 div{white-space:
nowrap
;} 自动换行 div{ word-wrap: break-word; word-break: normal; } 强制英文单词断行 div
younglibin
·
2009-12-22 15:00
框架
css
IE
脚本
css实现页面文字不换行、自动换行、强制换行
强制不换行 div{white-space:
nowrap
;} 自动换行 div{ word-wrap: break-word; word-break: normal; } 强制英文单词断行 div
younglibin
·
2009-12-22 15:00
框架
css
IE
脚本
wrap属性研究
TD元素
noWrap
属性的行为与TD元素的width属性有关。 ◆如果未设置TD宽度,则
noWrap
属性是起作用的。 ◆如果设置了TD宽度,则
noWrap
属性是不起作用的。
beifenggo
·
2009-12-21 13:00
html
单元测试
wrap属性研究
TD元素
noWrap
属性的行为与TD元素的width属性有关。 ◆如果未设置TD宽度,则
noWrap
属性是起作用的。 ◆如果设置了TD宽度,则
noWrap
属性是不起作用的。
ihuashao
·
2009-12-21 13:00
html
单元测试
CSS实例(1):用CSS控制标题字数
以下是具体写法: CSS------------------ .text{width:180px; overflow:hidden; text-overflow:ellipsis; white-space:
nowrap
raik25
·
2009-12-17 09:00
html
css
浏览器
之间文字长度限制
; .table {table-layout:fixed} .table td {overflow:hidden;text-overflow:ellipsis;white-space:
nowrap
welody
·
2009-12-17 09:00
java
css
Table水平滚动条
无标题页tableth{white-space:
nowrap
;}tabletd{white-space:
nowrap
;}标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题标题
qiume
·
2009-12-12 15:00
html
XHTML
table
div
border
FF IE text-overflow:ellipsis
{margin:0px;padding:0px;width:200px;line-height:30px;}lia{display:block;overflow:hidden;white-space:
nowrap
Du939
·
2009-12-11 18:00
CSS使溢出部分内容隐藏起来
首先,主要是使用这三个属性,overflow:hidden;text-overflow:ellipsis;white-space:
nowrap
;再添加一个限宽的width:Npx.其次,注意,text-overflow
rebecca
·
2009-12-09 20:00
css
浏览器
IE
css一行中多余字段用点点代替
//ie中 .title_context{ text-decoration: none; white-space:
nowrap
; overflow:hidden; text-overflow
yj10864
·
2009-12-01 10:00
xml
css
IE
firefox
先全部显示然后在滚动
div id="scroll_div" style="overflow: hidden; height: 137px; width: 658px; white-space:
nowrap
konglx
·
2009-11-14 14:00
html中省略部分代码
overflow:hidden;;text-overflow:ellipsis;white-space:
nowrap
;
veiny
·
2009-11-12 20:00
html
table 文字自适应
(ForIE) overflow:hidden不显示超过对象尺寸的内容(ForIE,Mozilla) white-space:
nowrap
lein_wang
·
2009-11-10 15:00
算法
Google
IE
table
border
mozilla
td中的
nowrap
本文解释了
nowrap
是什么意思,以及在td中
nowrap
的使用,并提供了一个详细的完整代码来具体演示教学。
nowrap
是什么意思?
jhlovett
·
2009-10-20 14:00
html
单元测试
Javascript 仿歌词智能滚动代码
:#aa6;overflow:hidden;width:98px;height:20px;}#infozonediv{height:20px;line-height:20px;white-space:
nowrap
·
2009-10-18 22:41
控制显示文本的长度,超过长度使用省略号
/*控制显示文本的长度,超过长度使用省略号*/ .simpleContent{ width:120px; white-space:
nowrap
;
PoLan
·
2009-10-14 17:00
java
extjs的一些问题
xtheme-silverCherry.css中的573行为.x-menua.x-menu-item{display:block;line-height:16px;padding:3px21px3px27px;white-space:
nowrap
fourfire
·
2009-10-10 11:00
json
css
ext
Blog
css不换行,换行,强制换行
1、强制不换行div{ white-space:
nowrap
;}2、自动换行div{ word-wrap:break-word; word-break:normal;}3、强制英文单词断行div
tangzhongxin
·
2009-10-07 09:00
css
div
实现文字多出一行的部分用省略号代替
资源简介: <span style="overflow:hidden;text-overflow :ellipsis;white-space:
nowrap
;-o-text-overflow
xa_zbl
·
2009-09-23 15:00
JavaScript
客户端(CSS)解决自动截取字符串长度,并以...代替
实列如下:.title{ width:200px; white-space:
nowrap
; word-break:keep-all; overflow:hidden; text-
学习 学习 再学习
·
2009-09-16 18:00
div或table内容超出宽度时隐藏并显示省略标记
*/ word-break:keep-all;/* 不换行 */ white-space:
nowrap
;/* 不换行 */ overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容
yccool
·
2009-09-10 10:00
html
算法
CSS 将超出显示宽度的内容隐藏起来
适用于内联与块):.text-overflow{display:block;/*内联对象需加*/width:31em;/*指定宽度*/word-break:keep-all;/*不换行*/white-space:
nowrap
·
2009-09-04 09:00
css
DHTML标签积累
TD的
noWrap
属性使用注意事项 ☆提出问题: <td width="28%" align="right"
nowrap
> 我设置
nowrap
Wuaner
·
2009-08-25 17:00
html
数据结构
Web
单元测试
asp
DHTML标签积累
TD的
noWrap
属性使用注意事项 ☆提出问题: <td width="28%" align="right"
nowrap
> 我设置
nowrap
Wuaner
·
2009-08-25 17:00
html
数据结构
Web
单元测试
asp
DHTML标签积累
TD的
noWrap
属性使用注意事项 ☆提出问题: <td width="28%" align="right"
nowrap
> 我设置
nowrap
Wuaner
·
2009-08-25 17:00
html
数据结构
Web
单元测试
asp
css控制文字显示长度,超过用省略号替代
.title{ width:331px; white-space:
nowrap
; word-break
txhyhhylf521
·
2009-08-25 15:00
html
css
上一页
54
55
56
57
58
59
60
61
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他