There could also be other problems but, this:
Code:
<!-- Add jQuery library --><script src="/js/expstickybar.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
Should be:
Code:
<!-- Add jQuery library -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script src="/js/expstickybar.js"></script>
But now fancybox doesn't work. To fix that:
Using a text only editor like NotePad, open up the expstickybar.js file and comment out the jQuery.noConflict() statement as shown:
Code:
/*Expandable Sticky Bar (Initial: Nov 1st, 2010)
* This notice must stay intact for usage
* Author: Dynamic Drive at http://www.dynamicdrive.com/
* Visit http://www.dynamicdrive.com/ for full source code
*/
//jQuery.noConflict()
function expstickybar(usersetting){
var setting=jQuery.extend({positi . . .
Save and use that version.
The browser cache may need to be cleared and/or the page refreshed to see changes.
Bookmarks