I have a jquery slider that works great with a few pictures. The client would like the pictures to stack in a downward fashion when JS is turned off. The problem is I have a title for each picture that is a link to an article. The titles for each picture when JS is turned off is now only at the bottom picture.
Is there some way to style a page only when JS is turned off? So, Javascript is disabled, use this style for this section??
<noscript>doesn't work in theheadin many browsers. Hmmm.... – Pekka 웃 Feb 24 '11 at 15:07<noscript>is a nasty binary solution designed only to add content to the body element and that falls over if a script is blocked (or times out, or whatever) in a browser that otherwise has JS turned on. – Quentin Feb 24 '11 at 15:09