Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Mike
Initial Email Subject: Allwebmenus
Support Case Month: November 2012
Hi
just a thought ...when a menu line extends to a second line, it aligns to the left, rather than under the start of the first line, which looks untidy. Any chance of lining it up ?
pl see attached
if I know its going to happen I can include a "<br> " in the Item properties but in this case the Related menu group is generated server-side.
thanks,
cheers .. Mike
Reply From: Likno Customer Support
Dear Mike,
How are you indenting the first line? If you do it with spaces, then guess you should do the same with the second line. If you do it with " item margin", this is similar to spaces. I recommend that you use "item padding" which should work the same for all lines.
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
Reply From: Mike
thank you Kostas, that's fixed it
cheers .. Mike
Tags: css menu, drop-down menu, extends, javascript menu, jquery, line, margin, Menu, padding, sliding menu, website
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
Knowledge Base support case for AllWebMenus, abstracted and stripped of all user’s private info.
Initial Email From: Cary
Initial Email Subject: vertical lines separating menu
Support Case Month: September 2012
I just need to get rid of the 3 vertical lines separating the menu options and I’m all good to go.
Cary
Reply From: Likno Customer Support
This looks like a right-side border. Have look here:
If you cannot find the problem, then please export and send me the menu project file so that I can have a look at it:
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
Reply From: Cary
Hi Kostas,
Found the answer. You guys are awesome. I really do appreciate the help.
Thanks
Cary
Tags: border, css menu, drop-down menu, javascript menu, jquery, line, lines, Menu, remove, right, side, sliding menu, vertical, website