ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 29,577
- Points
- 823
Reputation:
I currently have a form on my site that, by design, is very wide. So, I've put the entire form inside an hScroller so that it can scroll horizontally across the screen. This is what's inside my form to load that:
HTML:
Read more
Continue reading...
HTML:
Code:
<xf:form action="" ajax="true" class="block">
<div class="block-container">
<div class="block-body block-row">
<div class="hScroller" data-xf-init="h-scroller">
<div class="hScroller-scroll">
<!--Content-->...
Read more
Continue reading...