Quote:
Originally Posted by Gamelobby
Any thoughts...?
|
It sounds like the javascript might not be added to your style for some reason. Of course ensure that you have the clientscript files uploaded to each style if for some reason they are using different clientscript folders.
Otherwise, possibly try adding this to the headinclude of the trouble style:
Code:
<script type="text/javascript" src="clientscript/overlib/overlib.js"></script>
Quote:
Originally Posted by ADM
|
That is great ADM