Event Doesn't Work.

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
BrianLucas
 
 
Posts: 17
Joined: Sat Aug 03, 2019 11:27 pm

Event Doesn't Work.

Post by BrianLucas »

Hi,
I don't know what I'm doing wrong. I have a stick layer that I want to move 27 pixel up on Scroll.
This are the parameters:

Event: onscroll
Action: move
Target: (self)
Left: 0
Top: -28

I even changed (self) for the layer's name and it doesn't work. Thing is that it works onclick.
Please, I really appreciate any help on doing this. Thanks.
User avatar
Pablo
 
Posts: 21572
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Event Doesn't Work.

Post by Pablo »

A sticky layer has a fixed position and it uses scroll events internally to set its position. So it will not work with 'external' scroll events.
Post Reply