hey guys, i just wonder what's the better solution.
I have an iFrame with a google map on my website. the iframe has an id="map". I wonder now what's the better solution if I don't want the map to show if javascript is turned off.
should I have a
<noscript> <style type="text/css"> #map {display:none) </style> </noscript>
or can I wrap the whole iFrame inside of a iFrame to make sure it does just show up if js is turned on.
thank you for your advice!