Thanks a lot, that was the hint, I need. For other users:
Before
you have to place:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script> <script type="text/javascript"> jQuery(document).ready(function($){ $('#noScript').addClass('hide'); $('#showScript').removeClass('hide'); }); </script>
The snippet in your index.php:
<div id="noScript">Please enable JavaScript!</div>
<div id="showScript" class="hide"> Snippet FPSS</div>
For your style.css:
Wow, that's great.

Chris