You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a little slider in my website and i need to change some attributes of the current slide because for some reason position:absolute doesn't work on my scenario and i need to change that to relative, and some properties of some text overlying the slide, anyone knows in which line of the script i can change this?
I removed position: 'absolute' in line 300 and it doesn't work because that's the setting for all slides and i need to apply the changes to the current slide only.
Thanks
The text was updated successfully, but these errors were encountered:
I have a little slider in my website and i need to change some attributes of the current slide because for some reason position:absolute doesn't work on my scenario and i need to change that to relative, and some properties of some text overlying the slide, anyone knows in which line of the script i can change this?
I removed position: 'absolute' in line 300 and it doesn't work because that's the setting for all slides and i need to apply the changes to the current slide only.
Thanks
The text was updated successfully, but these errors were encountered: