module 3 quiz | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 13

module 3 quiz

Make the cursor appear as a crosshair on all links of the web page:

8th Sep 2016, 1:13 PM
Hle Mthembu
Hle Mthembu - avatar
14 Réponses
+ 12
a { cursor: crosshair; }
8th Sep 2016, 1:30 PM
Zen
Zen - avatar
+ 2
a{ cursor: crosshaie }
10th Oct 2019, 5:24 AM
ZERO
ZERO - avatar
+ 1
a { cursor: crosshair; }
18th Sep 2017, 10:08 AM
Mark Philip Sabado
Mark Philip Sabado - avatar
+ 1
a{ cursor: crosshaie }
10th Oct 2019, 5:23 AM
ZERO
ZERO - avatar
0
a { cursor: crosshair; }
18th Sep 2017, 3:16 PM
zunnurayni
zunnurayni - avatar
0
Make the cursor appear as a crosshair on all links of the web page: a { cursor: crosshair; }
28th Nov 2017, 5:09 PM
YASSER EL AMRI
YASSER EL AMRI - avatar
0
a{ cursor : cross hair; }
17th Dec 2017, 9:34 PM
Elsayed Abdelsalam Basyouni Dawod
Elsayed Abdelsalam Basyouni Dawod - avatar
0
a { cursor: crosshair; }
18th Sep 2018, 7:28 AM
MD. Mehedi Hasan Rakib
MD. Mehedi Hasan Rakib - avatar
0
Make the cursor appear as a crosshair on all links of the web page:
30th Sep 2018, 12:56 PM
Aishwarya Jagtap
0
a{ cursor: crosshaie }
10th Oct 2019, 5:24 AM
ZERO
ZERO - avatar
- 1
The answer from Zen is correct. To make the cursor works only on a specific element: #yourdiv a { cursor:crosshair; }
8th Sep 2016, 1:53 PM
Scotti
Scotti - avatar
- 1
yes
7th May 2017, 12:51 AM
mark ian panuncillo
- 1
why we are using class as 'a' ?
28th Jun 2018, 10:51 AM
kajulnisha.U
kajulnisha.U - avatar
- 3
#red { : absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none ; }
30th Sep 2018, 1:08 PM
Aishwarya Jagtap