Thanks, I removed the comma and tested to see if cookie is null and it
is all go in IE. I really appreciate the help. I am also trying to get
the scroller plugin to work:
http://mootools.net/docs/Plugins/Scroller
and I am having no joy, the test page is here:
http://www.ignitewebdesign.co.nz/mootools-test/
and the code in the page is here: (the image is about 3000px wide)

Can anybody help please.

<script type="text/javascript" src="mootools.js"></script>
<script type="text/javascript" src="mootools-12-more.js"></script>
<script type="text/javascript">
window.addEvent('domready', function()
{
var myScroller = new Scroller('scroller');
myScroller.start();
});
</script>
</head>

<body>
<div id="container" style="width: 400px; overflow: hidden;">
    <div id="scroller">

        <img src="test.gif" id="scrollImage" />
    </div>
</div>

Reply via email to