|
#1
|
|||
|
|||
|
1) Script Title: ProHtml ticker
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...htmlticker.htm 3) Describe problem: Hi: I posted a few days ago. I am getting a null error message from this script in IE7 only. Every other browser is fine. I have the script referenced externally if that matters. I removed the script and the null message went away. Any help is appreciated. http://www.marinemammalcenter.org http://www.marinemammalcenter.org/null1.jpg (example) |
|
#2
|
||||
|
||||
|
There might be an unclosed tag within one of your DIV contents. To verify this, try removing all the DIVs with
id="dropmsgx" on the page, and replace it with the default sample contents to see if the error goes away:Code:
<div id="dropmsg0" class="dropcontent" subject="What is JavaScript?"> JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer. </div> <div id="dropmsg1" class="dropcontent" subject="Java & JavaScript Differences"> Java is completely different from JavaScript- it's more powerful, more complex, and unfortunately, a lot harder to master. It belongs in the same league as C, C++, and other more complex languages. Java programs need to be compiled before they can run, while JavaScript do not. </div> <div id="dropmsg2" class="dropcontent" subject="What is DHTML?"> DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience. </div>
__________________
DD Admin |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|