The path you've set to stickybarcontent.htm on your server is currently broken inside the .js file:
Code:
var mystickybar=new expstickybar({
id: "stickybar", //id of sticky bar DIV
position:'bottom', //'top' or 'bottom'
revealtype:'mouseover', //'mouseover' or 'manual'
peekamount:30, //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:200 //duration of animation (in millisecs)
})
The above translates to http://www.barbarakampel.at/test/stickybarcontent.htm , which as you can see does not exist.
Bookmarks