On 12 May 2005 22:38
Stevio wrote

> I have some content that is hidden and only displayed using JavaScript.
> However, when JavaScript is disabled, I want to display all of
> the content to start with.
> ...
> It doesn't like the style declaration
> within the noscript tags. In fact, am I right in saying that.

Stephen,

<script src="jscript/blahblah.js" type="text/javascript"></script>
<noscript>
        <div class="menualt" id="menutop" style="margin-left:25; 
margin-right:25;">
                <ul>
                        <li> ... </li>
                        <li> ... </li>
                        ...
                </ul>
        </div>
</noscript>

This sort of thing is fine ... but I bet you're using CAPS, as in "STYLE"
... ;o)

Cheers,

Mike

Mike Pepper
Accessible Web Developer
Internet SEO and Marketing Analyst
http://www.seowebsitepromotion.com

Administrator
Guild of Accessible Web Designers
[EMAIL PROTECTED]
http://www.gawds.org

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to