-
mainDiv.clientWidth-2;获取选取框宽度,注意减去线框的宽度查看全部
-
offsetLeft获取当前对象相对父对象的左边距; offsetTop;offsetParent;同理查看全部
-
获取鼠标在屏幕中的横坐标,正确的写法是event.clientX查看全部
-
opacity:0.7;查看全部
-
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>鼠标拖动小方块</title> <style type="text/css"> .lineDiv{position:absolute;height:5px;font-size:0;line-height:0;background:#999;width:500px;top:100px;left:50%;margin-left:-25查看全部
-
event.offsetX 这个写法存在啊(表示点击位置相对于 target 的左边的距离)。但在 firefox 是不支持的。查看全部
-
opicy查看全部
-
opacity半透明的属性 值为数字 clip: rect(top,right,bottom.left);查看全部
-
怎么收藏查看全部
-
(css) cursor:nw-resize(西北向拉伸指针) cursor:n-resize(南北向拉伸指针) cursor:ne-resize(东北向拉伸指针) cursor:s-resize(南北向拉伸指针) .......查看全部
-
好看的灰色#333查看全部
-
div 三层查看全部
-
1、opacity:调整图片透明度 2、clip:对图片进行裁剪 3、absolute:绝对定位查看全部
-
Mark查看全部
-
记号查看全部
举报
0/150
提交
取消