Hi!
I got one of your menus quite some time ago. I created it about a year ago, but haven't had time to finish it for my website--I now have time. It's not perfect, but I want to copy and paste the code into my real page, but can't tell which code to copy and paste and also where to paste it. Please help.
Answer:
Hi,
I recommend to insert the menu on a blank page.
You will see which code was added.
Paste all the menu code in one place in this order:
- script "ActiveContent..."
- DIV id="menu"
- DIV id="f-source-menu"
Regards
Dmitry
f-source.com
I got one of your menus quite some time ago. I created it about a year ago, but haven't had time to finish it for my website--I now have time. It's not perfect, but I want to copy and paste the code into my real page, but can't tell which code to copy and paste and also where to paste it. Please help.
Answer:
Hi,
I recommend to insert the menu on a blank page.
You will see which code was added.
Paste all the menu code in one place in this order:
- script "ActiveContent..."
- DIV id="menu"
- DIV id="f-source-menu"
Regards
Dmitry
f-source.com
2 comments:
Hello, I just bought the menu for a site rankingdiez.com I used only the domain when I was on registration, so now if anybody enters http://rankingdiez.com the menu works great, but if they put http://www.rankingdiez.com (including www.) the menu stops working, I need to solve this asap.
thanks for your help
my email is gabbobarba@gmail.com
Use a relative path instead of an absolute one:
Absolute:
< param name="movie" value="http://rankingdiez.com/templates/menu/menu.swf" />
Relative:
< param name="movie" value="templates/menu/menu.swf" />
Post a Comment