Forum Moderators: not2easy
It always has the little ! triangle in the status bar when this happens.
How do I "examine the Error Control panel"?
Disable script debugging (Internet Explorer)
Disable script debugging (Other)
if you View Source, does it show the entire markup of the page in the source?
Usually, double clicking on this will popup the dialog where you can get more info about the error
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; SIMBAR={F3F78FBF-F411-49B0-80B4-D8828AB65FDD}; Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1) ; .NET CLR 2.0.50727; .NET CLR 1.1.4322)
Timestamp: Mon, 15 Mar 2010 22:41:46 UTC
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Line: 0
Char: 0
Code: 0
URI: [page address]
What Javascript are you using on the page?
<script type="text/javascript" src="banners.min.js"></script>
<script src="Menu.js" type="text/javascript"></script>
<script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" />
<link href="css/sitelayout.css" rel="stylesheet" type="text/css" />
</head> <div id="banner"><p>ADVERTISEMENT</p>
<script type="text/javascript">
show_banners('top');
</script></div>
<div id="nav"><script type="text/javascript">RunMenu();</script></div> <a href="gallery/construction1.jpg" rel="lightbox[construction]" title="Construction"><img src="gallery/constructionthumb1.jpg" width="100" height="40" alt="construction" /></a> <script type="text/javascript" src="js/prototype.js"></script>
<script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
<script type="text/javascript" src="js/lightbox.js"></script>
<link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> </body> tag instead of in the head everything loads up the way it's meant to in IE. I did it and all is well. Tested it in the other browsers and it's working in them too. The lightbox code works fine in the gallery and everything. I've not had a chance to try it in the older IE yet but I'm sure it'll be fine... <link rel="stylesheet" href="css/lightbox.css" type="text/css" media="screen" /> being all the way down there so I moved that part back up top and left the 3 js lines down bottom and all still works well and is validating nicely.