2016-05-10, 21:55:22
(2016-05-09, 04:12:51)Claus Wrote: Hi Andrejus,
I've tried with FF (newest version), Chrome (newest version), Edge, IE ? (2 WinXp-PCs), Android 6.0 (FF browser), Ipad -
so I dont think it is a local problem with my computer, maybe my GetSimple isĀ not "clean"
any clue where i can start my investigation?![]()
br
Claus
Hi, Claus.
For element sticky position response CSS3 attribute:
position: fixed;
This parameter included on both div's ID: #cbcoockies-top (for top position) and #cbcoockies-bottom (for bottom position).
But something breaks this parameter on your site...
In example, Position fixed not working with CSS3 attribute: transform: translate3D();
If coockies plugin insert his element in DIV that has this parameter - position: fixed; not works. Than you must overwrite attribute with:
transform: none;
Or there may be other problems. If you could send me your website address - then I could see the details.