I have a Nivo slide gallery and am experiencing some weird inconsistency between browsers.
In order for slider images to appear in Firefox and Chrome, this works:
<script type="text/javascript" src="scripts/jquery.nivo.slider.pack.js"></script>
To get them to render in IE9, I have to use:
<script type="text/javascript" src="../scripts/jquery.nivo.slider.pack.js"></script>
I’m using master pages. When the content page is at the root, this problem doesn’t occur; it only occurs when the content page is in a folder.
Can anyone shed some light on this and suggest a workaround? Register the script in the code-behind?
to be sure you have the correct assets either work with absolute paths
or