minor
This commit is contained in:
parent
4b9a771fc2
commit
420ab3984e
7 changed files with 10 additions and 7 deletions
|
@ -99,7 +99,7 @@ parent.onmouseout = function(event) {
|
|||
/* event.target: parent element */
|
||||
};
|
||||
parent.onmouseover = function(event) {
|
||||
/* event.target: child element */
|
||||
/* event.target: child element (bubbled) */
|
||||
};
|
||||
```
|
||||
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
vertical-align: bottom;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#table .nw {
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
vertical-align: bottom;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#table .nw {
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
vertical-align: bottom;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#table .nw {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#parent {
|
||||
background: #D8D8D8;
|
||||
background: #99C0C3;
|
||||
width: 160px;
|
||||
height: 120px;
|
||||
position: relative;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#parent {
|
||||
background: #D8D8D8;
|
||||
background: #99C0C3;
|
||||
width: 160px;
|
||||
height: 120px;
|
||||
position: relative;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#parent {
|
||||
background: #D8D8D8;
|
||||
background: #99C0C3;
|
||||
width: 160px;
|
||||
height: 120px;
|
||||
position: relative;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue