📢 Moderators Needed 🚀

Moderators are needed with resources to post or have access to resources to post. Submit an application to be considered.
M

RSS hScroller Blocking Input

  • Thread starter Thread starter mjda
  • Start date Start date
M

mjda

Guest
Guest or Bot
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:

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...
 
Similar content Most view View more
Back
Top