Page 1 of 1

Questions with Menu

PostPosted: Tue Jul 17, 2012 8:48 am
by mehmter
Hello


The link to my web page: http://mehmeter.com/xxx.html


I have two questions:


1) When I put the menu html code into my web page source code together with necessary files, the menu does not move - I can not drag it. How can I resolve it?


2) I also can not make the menu horizantal in my homepage. It always creates vertical menu. How to change it?


Thank you/M.

Re: Questions with Menu

PostPosted: Tue Jul 17, 2012 11:23 am
by Aivars
First of all, you should clean up the HTML source. You have this line
Code: Select all
<SCRIPT type=text/javascript src="http://e.cooliris.com/embed/v/33888/embed.js"></SCRIPT>

repeated more than 100 times, which is absolutely unnecessary.

But that is not the reason for menu not appearing correctly. You have omitted LINK tag which should look something like this:
Code: Select all
<link rel="stylesheet" href="upload/FILENAME.css" type="text/css" />

This tag is generated when you export the menu to HTML, just open your menu in Easy Button & Menu Maker, re-export the menu and copy the required link tag.

Re: Questions with Menu

PostPosted: Tue Jul 17, 2012 11:28 am
by Aivars
Regarding the question about dragging - you're not supposed to drag the menu after you have inserted it into web page. If you're using "insert into web page" dialog, put the cursor in the appropriate place of your web page html (dialog step "where would you like to place your menu") and then click "Next".

Re: Questions with Menu

PostPosted: Tue Jul 17, 2012 9:35 pm
by mithcd
Looks like the site still needs work.

src="uploads/mbjsmbl6h0.js"> -- This can be seen at the homepage.

Re: Questions with Menu

PostPosted: Tue Jul 17, 2012 10:13 pm
by Aivars
mithcd, that obviously is a test page, not the main site. Script is needed, too, but that doesn't remove the need for link to css.