You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Inglobare ogni nodo rapopresentante il titolo dentro uno `<span>` e su questo elemento modificare gli i CSS per l'`:hover`; gestire i click esattamente sul testo, dato che la larghezza dello `<span>` è esattamente la larghezza del testo (unlike without it).
3
+
1. Inglobare il nodo che rappresenta il titolo dentro uno `<span>` e su questo elemento modificare gli i CSS per l'`:hover`; la gestione dei click con lo `<span>` è agevole perchè questo occupa esattamente la larghezza del testo.
4
4
2. Impostare un gestore sul nodo radice dell'`albero` e gestire i click su questi titoli `<span>`.
0 commit comments