On Apr 23, 2008, at 2:22 PM, Chris Case wrote:

> http://openmindspace.org/proshot/index.php
>
> I have a deadline tomorrow for this bad boy, and it looks to have
> mysteriously disappeared in IE.  I know I had it working before, but  
> for
> some reason it is now missing in IE...

And it disappeared in Gecko 1.9 (fx3)
Your script tag is not closed
this
<script type='text/javascript' src='script.js'/>
MUST be
<script type='text/javascript' src='script.js'></script>

(You're serving the page as text/html)


</li>
must be </li>
Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





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

Reply via email to