Nav eval > Fix div visibility attribute
Problem
The visible attribute should not be on a <div>.
| Validation error | Code |
|---|---|
![]() |
![]() |
Solution
Use CSS visibility property or, depending on the purpose, consider a data- attribute.
Edited by Jeremy Elder
The visible attribute should not be on a <div>.
| Validation error | Code |
|---|---|
![]() |
![]() |
Use CSS visibility property or, depending on the purpose, consider a data- attribute.