关于css切图,谁能解析一下? - Web 开发 / HTML(CSS)
关于css切图,谁能解析一下?是什么意思 有什么区别
下面能截取图片某一部分显示。 这个 0 108 这些数字是怎么定的,以图片的哪里为原点?
background:url(../images/foot_point.jpg) no-repeat 0 6px;
background: url(../images/lrtk.png) no-repeat 100% -234px;
background: url(../images/lrtk.png) repeat-x 0 -207px;
background: url(../images/lrtk.png) no-repeat 50% -144px;
background: url(../images/lrtk.png) no-repeat 0 -108px;
background: url(../images/lrtk.png) no-repeat 0 -36px;
都用 图片 左上角那个点 算起
background: url(../images/lrtk.png) no-repeat 0 -36px; 截取的是图片的那一部分?
图片横向从0开始,纵向从36px开始截图。
有点和margin的值差不多的意思。
{{
相关问答:
我从后台获取了下边一段html代码但我现在想吧<span></span>里的内容过滤去掉谁能给个好的,简单的方法
多谢各位了……
<html>
<body>
<div>
<sp ......
display:inline-block;
overflow:hidden;(网络上查找是影藏溢出,但是测试起来感觉不太明白)
position:relative;(绝对定位,不知道对不对)
position:absolute;
这四个属性在CSS里面出现频率比较高,高手指点 ......
我网上下了个 kindeditor 但不支持 asp图片上传功能
有没有好一点的办法解决
或者 推荐下别的好用的 html编辑器
fckeditor
fckeditor
可以asp上传图片吗
我去fck的主页上下载 没见到有asp版的啊 ......
网页中嵌入一个ActiveX,怎样使用<param>指定字体?
如下:
<OBJECT ID="AX" CLASSID="CLSID:986E24CA-ABCD-1234-5678-04C63B177FB0">
<param name="Font" value=& ......