January 16th, 2013LWSC: I get a thin blue line above the scroller, what could it be wrong?
Knowledge Base support case for Likno Web Scroller Builder, abstracted and stripped of all user’s private info.
Initial Email From: Bill
Initial Email Subject: Scroller Builder
Support Case Month: December 2012
For some reason I get a thin blue line above the scroller where my images are being displayed. Don't know what I'm doing wrong. Can you help?
Reply From: Likno Customer Support
Dear Bill,
I see that it takes the content from the page, using a ul/li structure. I have a hunch that the extra space you see is the paragraphs you have there.
Please try changing this:
<ul id="scroller_ID" style="display: none; height:auto">
<li>
<p><img src="{IMAGE PATH}" alt="{ALT TEXT}" /></p>
</li>{MORE IMAGE CODE HERE}
<li>
<p><img src="{IMAGE PATH}" alt="{ALT TEXT}" /></p>
</li>
</ul>Into this:
<ul id="scroller_ID" style="display: none; height:auto">
<li>
<img src="{IMAGE PATH}" alt="{ALT TEXT}" />
</li>{MORE IMAGE CODE HERE}
<li>
<img src="{IMAGE PATH}" alt="{ALT TEXT}" />
</li>
</ul>Best Regards,
Kostas
Likno Customer Support
www.likno.com
Create any type of javascript menu (CSS menu, drop-down menu, sliding menu), button, html tree, modal window, tooltip, accordion, tab, scroller, jQuery slider or design for your websites!
Like us on Facebook – Follow us on Twitter
Tags: content, html, images, jquery, LI, line, scroller, slider, UL, website