highslide

Highslide, Auto follow scroll

≡放荡痞女 提交于 2019-12-06 15:43:00
I was looking for a fix/solution for that and found this topic: http://highslide.com/forum/viewtopic.php?t=3030 function fixElement(el) { var stl = el.style; stl.position = 'fixed'; stl.top = (parseInt(stl.top) - hs.page.scrollTop) +'px'; stl.left = (parseInt(stl.left) - hs.page.scrollLeft) +'px'; } function unfixElement(el) { var stl = el.style; stl.position = 'absolute'; stl.top = (parseInt(stl.top) + hs.page.scrollTop) +'px'; stl.left = (parseInt(stl.left) + hs.page.scrollLeft) +'px'; } if (!hs.ie || hs.ieVersion() > 6) { hs.Expander.prototype.onAfterExpand = function() { fixElement (this

highslide and highchart

风格不统一 提交于 2019-12-01 14:34:00
am building highcharts and highstock and i will put them in to a page as small charts then to click on it so it will expand (highslide) but the code is not working this is one of the charts http://www.nourhammoury.com/silvercot.php am adding the code like in this example here http://www.highcharts.com/studies/with-highslide.htm but its not working at all can anyone help thanks Its not possible to show complete slide show in high slide ... But its can possible I achieved solution that is using zoom in css initially i put zoom in for all divs and when click on div its zoom out. And also write