On Nov 23, 2005, at 7:16 AM, <[EMAIL PROTECTED]> wrote:
> http://www.nssdesign.scot.nhs.uk/involving%20people/tester.php

Not sure if you care, or if this matters, or if anyone else has 
mentioned:

The page is blank on Mac/Safari.

Looks like you forgot to close you comment in the style tag:

<style type="text/css">
<!--
...
...
...
</style>

Should not it be something like this:

<style type="text/css" media="all">
        <!--
                /* Import CSS for document: */
                @import url("css/styles.css");
                /* Put your inline styles here: */
                
                /**/
        -->
</style>


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to