水木社区手机版
首页
|版面-Web开发(WebDev)|
新版wap站已上线
返回
1/1
|
转到
主题:CSS能实现这个吗
楼主
|
ay1208
|
2017-03-21 21:21:11
|
只看此ID
aabbcc<span>ee</span>ff.
把ee显示成##。
--
FROM 36.106.225.*
1楼
|
XeCycle
|
2017-03-21 23:26:02
|
只看此ID
display none after content "##" <-- something like this
【 在 ay1208 (阿月) 的大作中提到: 】
: aabbcc<span>ee</span>ff.
: 把ee显示成##。
--
FROM 114.84.214.*
2楼
|
Eliot
|
2017-03-22 04:45:55
|
只看此ID
span{text-indent:-100000px}
span:after{text-indent:0px;content:'hello';display:block;}
【 在 ay1208 (阿月) 的大作中提到: 】
: aabbcc<span>ee</span>ff.
: 把ee显示成##。
--
FROM 106.120.251.*
3楼
|
cnxs
|
2017-03-30 21:31:11
|
只看此ID
http://stackoverflow.com/questions/8971152/is-text-indent-9999px-a-bad-technique-for-replacing-text-with-images-and-what
【 在 Eliot 的大作中提到: 】
: span{text-indent:-100000px}
: span:after{text-indent:0px;content:'hello';display:block;}
:
: ...................
--
FROM 103.217.167.*
4楼
|
cnxs
|
2017-03-30 21:39:54
|
只看此ID
可以是可以的,但一般来说这种写法会在css中也引入一定的逻辑,是不太推荐的
css中应该只是关于style相关的内容,如果涉及逻辑相关,应该放在js中
如果你非要这么写,请看
http://jsfiddle.net/gamesover/zFFRE/732/
--
FROM 103.217.167.*
1/1
|
转到
选择讨论区
首页
|
分区
|
热推
BYR-Team
©
2010.
KBS Dev-Team
©
2011
登录完整版