Your page is in violation of Dynamic Drive's
usage terms, which, among other things, state that the script credit must appear in the source code of the
page(s) using the script. Please reinstate the notice first.
Anyways, the problem is a combination of your invalid markup, what the script does, and how IE handles that. You have a division with the class="container" that isn't closed. If you validate your page, that should solve it. However, there is a quick fix. Move (highlighted):
Code:
<li><a href="http://www.say-yes.nl/begrafenisfotografie.php?portfolio=begrafenisfotografie&werk=5">18 juni 2008</a></li>
</ul>
</div>
<script type="text/javascript">
<!--
anylinkcssmenu.init("anchorclass")
-->
</script>
</div>
<div style="position:absolute; left:189px; top:157px; width:10px; height:573px;">
<img src="/wpimages/wpeb97c249_02.jpg" width="10" height="573" border="0" id="crv_4" name="crv_4" title="" alt=""></div>
<div style="position:absolute; l . . .
to the very last thing before the closing </body> tag and close the div just before that, so it will look like:
Code:
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-6711608-1");
pageTracker._trackPageview();
} catch(err) {}</script>
</div>
<script type="text/javascript">
<!--
anylinkcssmenu.init("anchorclass")
-->
</script>
</body>
</html>
Bookmarks