(Msg. 1) Posted: Sun Aug 31, 2008 9:27 pm
Post subject: Dropdown menu items Archived from groups: microsoft>public>publisher>webdesign (more info?)
Hi again,
I am using publisher 2007 and want to setup dropdown menu items so I have a
main menu item with multiple selections underneath it say like "Photos" as
the main item with "photo 020808", "photo 030808" etc as selctions underneath
it. They can either appear on click of the mouse or by just rolling over them
with the mouse.
I have found that there is a list box command under form control under the
insert menu but I cannot find any help on this list box function in ms help.
Is there a way of setting up this dropdown menu from within publisher or do
I have to include some java scripts to do this?
(Msg. 2) Posted: Mon Sep 01, 2008 5:38 am
Post subject: Re: Dropdown menu items [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
You will have to insert some javascript code via the insert html code
fragment tool. You can google for javascript drop down boxes or perhaps this
will help: http://www.htmlbasix.com/dropmenu.shtml
DavidF
"Mabeline" <Mabeline DeleteThis @discussions.microsoft.com> wrote in message
news:C14DC695-8460-4099-8146-60B2EFFD1C76@microsoft.com...
> Hi again,
>
> I am using publisher 2007 and want to setup dropdown menu items so I have
> a
> main menu item with multiple selections underneath it say like "Photos" as
> the main item with "photo 020808", "photo 030808" etc as selctions
> underneath
> it. They can either appear on click of the mouse or by just rolling over
> them
> with the mouse.
>
> I have found that there is a list box command under form control under the
> insert menu but I cannot find any help on this list box function in ms
> help.
>
> Is there a way of setting up this dropdown menu from within publisher or
> do
> I have to include some java scripts to do this?
>
> Thanks in advance.
>
>
> Mabeline.
(Msg. 3) Posted: Mon Sep 01, 2008 1:58 pm
Post subject: Re: Dropdown menu items [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Thanks David.
Mabeline.
"DavidF" wrote:
> You will have to insert some javascript code via the insert html code
> fragment tool. You can google for javascript drop down boxes or perhaps this
> will help: http://www.htmlbasix.com/dropmenu.shtml >
> DavidF
>
> "Mabeline" <Mabeline.DeleteThis@discussions.microsoft.com> wrote in message
> news:C14DC695-8460-4099-8146-60B2EFFD1C76@microsoft.com...
> > Hi again,
> >
> > I am using publisher 2007 and want to setup dropdown menu items so I have
> > a
> > main menu item with multiple selections underneath it say like "Photos" as
> > the main item with "photo 020808", "photo 030808" etc as selctions
> > underneath
> > it. They can either appear on click of the mouse or by just rolling over
> > them
> > with the mouse.
> >
> > I have found that there is a list box command under form control under the
> > insert menu but I cannot find any help on this list box function in ms
> > help.
> >
> > Is there a way of setting up this dropdown menu from within publisher or
> > do
> > I have to include some java scripts to do this?
> >
> > Thanks in advance.
> >
> >
> > Mabeline.
>
>
>
(Msg. 4) Posted: Thu Sep 03, 2009 11:52 pm
Post subject: Re: Dropdown menu items [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
"DavidF" wrote:
> You will have to insert some javascript code via the insert html code
> fragment tool. You can google for javascript drop down boxes or perhaps this
> will help: http://www.htmlbasix.com/dropmenu.shtml >
> DavidF
>
> "Mabeline" <Mabeline DeleteThis @discussions.microsoft.com> wrote in message
> news:C14DC695-8460-4099-8146-60B2EFFD1C76@microsoft.com...
> > Hi again,
> >
> > I am using publisher 2007 and want to setup dropdown menu items so I have
> > a
> > main menu item with multiple selections underneath it say like "Photos" as
> > the main item with "photo 020808", "photo 030808" etc as selctions
> > underneath
> > it. They can either appear on click of the mouse or by just rolling over
> > them
> > with the mouse.
> >
> > I have found that there is a list box command under form control under the
> > insert menu but I cannot find any help on this list box function in ms
> > help.
> >
> > Is there a way of setting up this dropdown menu from within publisher or
> > do
> > I have to include some java scripts to do this?
> >
> > Thanks in advance.
> >
> >
> > Mabeline.
>
>
>
(Msg. 5) Posted: Thu Sep 03, 2009 11:54 pm
Post subject: Re: Dropdown menu items [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Hi helpful people
In the nicest possible way, can you tell me where I would insert this code?
Thanks.
Deb.
"DavidF" wrote:
> You will have to insert some javascript code via the insert html code
> fragment tool. You can google for javascript drop down boxes or perhaps this
> will help: http://www.htmlbasix.com/dropmenu.shtml >
> DavidF
>
> "Mabeline" <Mabeline DeleteThis @discussions.microsoft.com> wrote in message
> news:C14DC695-8460-4099-8146-60B2EFFD1C76@microsoft.com...
> > Hi again,
> >
> > I am using publisher 2007 and want to setup dropdown menu items so I have
> > a
> > main menu item with multiple selections underneath it say like "Photos" as
> > the main item with "photo 020808", "photo 030808" etc as selctions
> > underneath
> > it. They can either appear on click of the mouse or by just rolling over
> > them
> > with the mouse.
> >
> > I have found that there is a list box command under form control under the
> > insert menu but I cannot find any help on this list box function in ms
> > help.
> >
> > Is there a way of setting up this dropdown menu from within publisher or
> > do
> > I have to include some java scripts to do this?
> >
> > Thanks in advance.
> >
> >
> > Mabeline.
>
>
>
(Msg. 6) Posted: Fri Sep 04, 2009 5:13 am
Post subject: Re: Dropdown menu items [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
Anywhere you want it .
Copy the code that is generated, go to your Publisher page > Insert > HTML
code fragment and Ctrl V to paste the code, and OK. A small code fragment
box will appear somewhere near the middle of the page. Drag it to where ever
you want the drop down menu to appear on the page, resize as necessary and
do a web page preview to see and test the results.
DavidF
"Deb" <Deb RemoveThis @discussions.microsoft.com> wrote in message
news:689F3520-E1F0-4060-A318-D20F09EC4CA8@microsoft.com...
>
> Hi helpful people
>
> In the nicest possible way, can you tell me where I would insert this
> code?
>
> Thanks.
>
> Deb.
> "DavidF" wrote:
>
>> You will have to insert some javascript code via the insert html code
>> fragment tool. You can google for javascript drop down boxes or perhaps
>> this
>> will help: http://www.htmlbasix.com/dropmenu.shtml >>
>> DavidF
>>
>> "Mabeline" <Mabeline RemoveThis @discussions.microsoft.com> wrote in message
>> news:C14DC695-8460-4099-8146-60B2EFFD1C76@microsoft.com...
>> > Hi again,
>> >
>> > I am using publisher 2007 and want to setup dropdown menu items so I
>> > have
>> > a
>> > main menu item with multiple selections underneath it say like "Photos"
>> > as
>> > the main item with "photo 020808", "photo 030808" etc as selctions
>> > underneath
>> > it. They can either appear on click of the mouse or by just rolling
>> > over
>> > them
>> > with the mouse.
>> >
>> > I have found that there is a list box command under form control under
>> > the
>> > insert menu but I cannot find any help on this list box function in ms
>> > help.
>> >
>> > Is there a way of setting up this dropdown menu from within publisher
>> > or
>> > do
>> > I have to include some java scripts to do this?
>> >
>> > Thanks in advance.
>> >
>> >
>> > Mabeline.
>>
>>
>>
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum