The external file "stickybarcontent.htm" you've currently specified as your sticky bar content doesn't exist on your server: http://www.iropartners.at/stickybarcontent.htm You should either create such a page, or change the option in red inside expstickybar.js to point to where this page exists on your server:
Code:
var mystickybar=new expstickybar({
id: "stickybar", //id of sticky bar DIV
position:'bottom', //'top' or 'bottom'
revealtype:'mouseover', //'mouseover' or 'manual'
peekamount:125, //number of pixels to reveal when sticky bar is closed
externalcontent:'stickybarcontent.htm', //path to sticky bar content file on your server, or "" if content is defined inline on the page
speed:400 //duration of animation (in millisecs)
})
Bookmarks