Search form and display: none
Posted: Sat Jun 17, 2006 12:04 pm
So I have a search FORM by default it's hidden (display: none) or atleast the advanced part is...
I'm curious...by default CSS is used to make the advanced part hidden...and javascript is required to make the display: none to display: block
But if the user has javascript disabled...they won't get access to the advanced section...
Is there any way I can use NOSCRIPT or something to turn the display: none to display: block but only if NOSCRIPT is executed...???
I'm curious...by default CSS is used to make the advanced part hidden...and javascript is required to make the display: none to display: block
But if the user has javascript disabled...they won't get access to the advanced section...
Is there any way I can use NOSCRIPT or something to turn the display: none to display: block but only if NOSCRIPT is executed...???