Nav eval > Fix div visibility attribute

Problem

The visible attribute should not be on a <div>.

Validation error Code
W3C validation error of div attribute Highlight incorrect attribute on div

Solution

Use CSS visibility property or, depending on the purpose, consider a data- attribute.

Edited by Jeremy Elder