Re: Can you make a interactive meny on Microsof Publisher?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Okay we are almost there... Now, how can i open the apytmenu.js.. I dont know
how to open it.. there is written "Place these files to any folder of your
html project and add a reference to the files within your HTML page." But on
Publisher there is only one file? wtf? Here is the whole explanation:
--------------
Apycom Tree Menu comes with several .js files that can be found in the js/
subdirectory of a trial package:

apytmenu.js menu engine
apytmenu_add.js additional module for floatable/movable menu features
apytmenu_ss.js additional module for saving menu state
apytmenu_dyn.js additional module with JavaScript API to change the menu
"on-the-fly"
data.js data file with menu parameters, styles, items.
This file can be renamed.

Place these files to any folder of your html project and add a reference to
the files within your HTML page.

For example, this folder will be menudir/.

Paste the following code within html page (into <head> tag):

<!-- Apycom's DHTML Tree Menu -->
<noscript><a href=http://dhtml-menu.com/>DHTML Tree Menu by
Apycom.com</a></noscript>
<script type="text/javascript" language="JavaScript1.2"
src="menudir/apytmenu.js"></script>
<!-- (c) 2005, Apycom Software, apycom.com -->
-----------------------------------------------------------------------
"DavidF" wrote:

Try it? ...and if it doesn't work, try another one. There are hundreds of
free scripts out there.

DavidF

"Toddola" <Toddola@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:63366CCC-E667-4BB8-8F68-BF7873885485@xxxxxxxxxxxxxxxx
I found it, but I cant get it to work in publisher, it says:

To declare our first menu we have to include the properties inside a Menu
object
definition. Here is a menu object definition:

with(milonic=new menuname("mainmenu")){
PARAMETERS. . . .
PARAMETERS. . . .
}

This creates a new menu called "mainmenu". Within this object we will need
to
declare a few parameters. One of them is telling the menu to be visible at
all
times. The "alwaysvisible" property is used for this purpose. This
property
is a
logic property, and to enable this property it must be equal to 1. So,
alwaysvisible=1; is what we need.

As this menu will be visible at all times, it will need to be positioned
on
your
HTML page in the correct place relative to other HTML objects on your
page. By
default, all menus are positioned absolute, and, therefore, we will need
to
give
this menu a TOP and a LEFT position. If we want this menu to be positioned
10
pixels down and 10 pixels across we would use top=10; and left=10;.

Finally, we need to declare the style we want to use for this menu. Style
is a
mandatory value that ALL menus must contain. All other properties can be
omitted
if need be.

Our new menu object definition should look something like this.

with(milonic=new menuname("mainmenu")){
syle=myMenuStyle;
alwaysvisible=1;
left=10;
top=10;
}

---

But what shall i do with this?

"DavidF" wrote:

Not from within Publisher, but you could use the insert html code
fragment
tool to insert javascript and other code snippets. Google for "dhtml
menus"
and/or javascript menus.

DavidF

"Toddola" <Toddola@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:C0EE8AAA-090D-4887-9623-C5815D23A0AC@xxxxxxxxxxxxxxxx
Navigation bar, Im making an internett site, and i want to make an
interactive navigation bar, witch shows when i hold my mouse over it,
"undersites" Do you know what i mean, hard too explaine.. Look at this
Navigation bar: www.mjjforum.com, like that...

"JoAnn Paules [MVP]" wrote:

What's a meny?

--

JoAnn Paules
MVP Microsoft [Publisher]

~~~~~
How to ask a question
http://support.microsoft.com/KB/555375




"Toddola" <Toddola@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:15DF8F20-3318-4E17-A8A0-06A32E59179A@xxxxxxxxxxxxxxxx
Im making an internett site, and i want to make an interactive meny
witch
shows multi types of the meny when i hold my mouse over it.. Is that
possible?









.



Relevant Pages

  • Re: Viewing HTML Source Code
    ... It only shows up with a web page, of course, extension .htm and .html in my ... Make sure you didn't accidentally turn on "Word 5.1 Menus". ... Tools | Customize | Customize Menus and Keyboards, Commands dialog, and drag ... "View HTML Source from the View menu. ...
    (microsoft.public.mac.office.word)
  • Re: Conceptual question...
    ... dynamic menus (the most is that some people see different menus, ... transform the xml into the JavaScript to throw to XMenu. ... Since menus are a client-side thing, I don't feel that taglibs are ... > then build the HTML in my class. ...
    (comp.lang.java.programmer)
  • Re: How does Alexa and other sites create "screen shots" of sites?
    ... HTML 4.01 Specification ... I never said that Opera was perfect or even close to super awesome in ... supported standards, etc. ... Has the worst "preferences" menus in any software ever. ...
    (alt.internet.search-engines)
  • MS Outlook Publishing HTML Forms
    ... This form is in HTML (i also have a word version, ... It has a few drop down menus, ... boxes, and text fields. ... e-mailed to the appropriate company employees. ...
    (microsoft.public.outlook)
  • Re: Can you make a interactive meny on Microsof Publisher?
    ... To declare our first menu we have to include the properties inside a Menu ... mandatory value that ALL menus must contain. ... Our new menu object definition should look something like this. ... interactive navigation bar, witch shows when i hold my mouse over it, ...
    (microsoft.public.publisher.webdesign)