- 13
module 3 quiz
Make the cursor appear as a crosshair on all links of the web page:
14 Antworten
+ 12
a {
cursor: crosshair;
}
+ 2
a{
cursor: crosshaie
}
+ 1
a {
cursor: crosshair;
}
+ 1
a{
cursor: crosshaie
}
0
a {
cursor: crosshair;
}
0
Make the cursor appear as a crosshair on all links of the web page:
a {
cursor: crosshair;
}
0
a{
cursor : cross hair;
}
0
a {
cursor: crosshair;
}
0
Make the cursor appear as a crosshair on all links of the web page:
0
a{
cursor: crosshaie
}
- 1
The answer from Zen is correct.
To make the cursor works only on a specific element:
#yourdiv a {
cursor:crosshair;
}
- 1
yes
- 1
why we are using class as 'a' ?
- 3
#red {
: absolute;
top: 100px;
left: 100px;
z-index: 20;
}
#blue {
position: relative;
z-index: 50;
display:
none
;
}