Jörn Zaefferer schrieb:
>>> That doesn't do anything. Weird.
>> Did you click the div that says 'close/open' below the copy?
> 
> I really need a big red button that says: JS is currently disabled! Don't 
> forget to enable it again!!
> 
> Sorry.

Hehe, maybe try this in your user CSS:

body:before {
     display: block;
     content: "D'oh! JavaScript is disabled!";
     font-size: 36px;
     font-weight: bolder;
}


And then remove that with an user JavaScript... ;-)

I really wonder if that works!


-- Klaus

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to