End of Support for Joomla 3 - Forum closed
[SOLVED] Sticky stop at bottom-a
Hi!
I have a custom module close in <div data-uk-sticky>
It arrive on module 'bottom-a'
Is it possible to stop it before arrive on 'bottom-a'?
thanks!
I have a custom module close in <div data-uk-sticky>
It arrive on module 'bottom-a'
Is it possible to stop it before arrive on 'bottom-a'?
thanks!
by Ferriero
Attachments:
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: Ferriero
Please Log in or Create an account to join the conversation.
Problem solved.
I insert in the custom module this code:
I insert in the custom module this code:
Code:
<div class="uk-width-1-1">
<div class="uk-sticky-placeholder">
<div class="uk-panel uk-panel-box" data-uk-sticky="{boundary:'#bottom-a', top:100}">
<h3>TITLE</h3>
<hr />
<ul class="uk-nav uk-nav-side"><li><a href="index.php?option=com_content&view=article&id=38&catid=12&lang=it-IT">Link</a></li>
<li><a href="index.php?option=com_content&view=article&id=15&catid=12&lang=it-IT"> Link </a></li>
<li><a href="index.php?option=com_content&view=article&id=22&catid=12&lang=it-IT"> Link </a></li>
<li><a href="index.php?option=com_content&view=article&id=22&catid=12&lang=it-IT"> Link </a></li>
<li><a href="index.php?option=com_content&view=article&id=22&catid=12&lang=it-IT"> Link </a></li>
<li><a href="index.php?option=com_content&view=article&id=18&catid=12&lang=it-IT"> Link </a></li>
<li><a href="index.php?option=com_content&view=article&id=22&catid=12&lang=it-IT"> Link </a></li>
<li><a href="index.php?option=com_content&view=article&id=20&catid=12&lang=it-IT"> Link </a></li>
</ul>
</div>
</div>
</div>
Last Edit:5 years 8 months ago
by Ferriero
Last edit: 5 years 8 months ago by Ferriero.
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates