I have a menu that uses Java script that I want to hide using a
Code:
<styles>#menu {
display:none;
}
and then I'd like to say:
Code:
<p>To use the sorting menu, please enable scripts</p>
and I want to do this using the <noscript> element. But first I wanted to make sure it wasn't proprietary or anything like that.
|