Hi,
in all browsers I've trid other than ms internet explorer, I need to reload before my slider menu is visable.. could anyone shed some light!?
http://www.musical-transformations.com/gallery/index.html
Thanks,
Hi,
in all browsers I've trid other than ms internet explorer, I need to reload before my slider menu is visable.. could anyone shed some light!?
http://www.musical-transformations.com/gallery/index.html
Thanks,
Your <script></script>
tag should be inside of the <head></head>
tag and not else where.
My mistake, as per w3c standards, scripts included from other files go inside the head, where as scripts written on the page go inside the body. Either way, the point stands, and the script call both needs to be commented and needs to be moved into a tag that is not <html>
.
Additionally you seem to have poorly balanced <center>
tags.
Finally don't forget to comment out your script with <!--
and -->
wrapped around it
Your problems are probably there.