We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ed292 commit b4182d0Copy full SHA for b4182d0
README.md
@@ -244,7 +244,7 @@ HTML **超文本标记语言**
244
245
#### 拖拽元素
246
247
- 页面设置了`draggable = 'true'`属性元素
+ 页面设置了 `draggable = 'true'` 属性元素
248
249
+ `ondragstart` 拖拽开始时调用
250
+ `ondragleave` **鼠标离开拖拽元素时**调用
@@ -258,7 +258,7 @@ HTML **超文本标记语言**
258
259
CSS
260
261
- #### background的常见背景属性
+ #### background的常见背景属性
262
263
+ `background-color:#ff99ff`,设置元素的背景色
264
+ `background-image:url(http://github.com/images/2.gif)`,图像设置成背景
@@ -269,8 +269,8 @@ HTML **超文本标记语言**
269
+ `background-position`,背景定位
270
....
271
272
- #### ID选择器:规定用`#`来定义
273
- #### 类选择器:规定用`.`来定义
+ #### ID选择器:规定用`#`来定义
+ #### 类选择器:规定用`.`来定义
274
**类上样式,id上行为**
275
276
0 commit comments