Behaviors task pane greyed out

G

Guest

I am trying to insert a behavior. (I read that I can insert a jump menu, but I wanted to see what my other choices were.) The help feature says to click Behaviors on the Format menu. I do get as far as the task pane, but there are no events listed, and the Insert and Delete buttons are greyed out. Am I missing a step prior to this one?

Adela
 
S

Steve Easton

With the web and page open, FrontPage toolbar. Tools > Page Settings, Compatibility, set all
dropdowns to custom.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer

Adela D said:
I am trying to insert a behavior. (I read that I can insert a jump menu, but I wanted to see what
my other choices were.) The help feature says to click Behaviors on the Format menu. I do get as
far as the task pane, but there are no events listed, and the Insert and Delete buttons are greyed
out. Am I missing a step prior to this one?
 
G

Guest

Thank you.
Does this mean that jump menus won't work with some browsers?
Also, can I have several jump menus on the same page?
 
S

Stefan B Rusynko

Yes on both questions

--




| Thank you.
| Does this mean that jump menus won't work with some browsers?
| Also, can I have several jump menus on the same page?
|
| "Steve Easton" wrote:
|
| > With the web and page open, FrontPage toolbar. Tools > Page Settings, Compatibility, set all
| > dropdowns to custom.
| >
| > --
| > Steve Easton
| > Microsoft MVP FrontPage
| > 95isalive
| > This site is best viewed............
| > ........................with a computer
| >
| > | > > I am trying to insert a behavior. (I read that I can insert a jump menu, but I wanted to see what
| > my other choices were.) The help feature says to click Behaviors on the Format menu. I do get as
| > far as the task pane, but there are no events listed, and the Insert and Delete buttons are greyed
| > out. Am I missing a step prior to this one?
| > >
| > > Adela
| >
| >
| >
 
G

Guest

One more qustion about jump menus... Is it only the FP menus that won't work on some browsers, all will all jump menus not work?
 
S

Stefan B Rusynko

Depends on the styles (if any) and JavaScript for the type of "jump menu" used to create the menu


--




| One more qustion about jump menus... Is it only the FP menus that won't work on some browsers, all will all jump menus not work?
|
| "Stefan B Rusynko" wrote:
|
| > Yes on both questions
| >
| > --
| >
| > _____________________________________________
| > SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| > "Warning - Using the F1 Key will not break anything!" (-;
| > To find the best Newsgroup for FrontPage support see:
| > http://www.net-sites.com/sitebuilder/newsgroups.asp
| > _____________________________________________
| >
| >
| > | Thank you.
| > | Does this mean that jump menus won't work with some browsers?
| > | Also, can I have several jump menus on the same page?
| > |
| > | "Steve Easton" wrote:
| > |
| > | > With the web and page open, FrontPage toolbar. Tools > Page Settings, Compatibility, set all
| > | > dropdowns to custom.
| > | >
| > | > --
| > | > Steve Easton
| > | > Microsoft MVP FrontPage
| > | > 95isalive
| > | > This site is best viewed............
| > | > ........................with a computer
| > | >
| > | > | > | > > I am trying to insert a behavior. (I read that I can insert a jump menu, but I wanted to see what
| > | > my other choices were.) The help feature says to click Behaviors on the Format menu. I do get as
| > | > far as the task pane, but there are no events listed, and the Insert and Delete buttons are greyed
| > | > out. Am I missing a step prior to this one?
| > | > >
| > | > > Adela
| > | >
| > | >
| > | >
| >
| >
| >
 
G

Guest

(1) Here is what I had to do. If I placed my cursor right after a bookmark I had previously placed on the page, I could access the behaviors. Then, I could move the jump menu to another place on the page. Everything works well in preview. I'll see what happens after I publish.

(2) Is there a way I can make all the jump menus on the page the same width? I checked the HTML, but there does not seem to be anything there that I can change. This is what the code shows for the first jump menu.

<select size="1" onchange="FP_jumpMenu(this,'window',false)" id="id1" name="D1" tabindex="1">
<option value="#">Science - Select one.</option>
<option value="links/links_astronomy.htm">Astronomy</option>
<option value="links/links_chemistry.htm">Chemistry</option>
<option value="nolinksyet.htm">General Interest</option>
<option value="nolinksyet.htm">Geology</option>
<option value="nolinksyet.htm">History</option>
<option value="nolinksyet.htm">Media</option>
<option value="nolinksyet.htm">Meteorology</option>
<option value="nolinksyet.htm">Opportunities</option>
<option value="nolinksyet.htm">Physics</option>
<option value="nolinksyet.htm">Time</option>
</select>

Adela
 
M

MD Websunlimited

Hi Adela,

1. Find the largest text entry and for each jump menu make sure at least one menu item is spaced to the same size.
2. Use CSS
3. Use J-Bots which includes the CSS selector and is more efficient to use.
http://www.websunlimited.com/order/Product/navigation/jump.htm


--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
Wish to add a little sound to your buttons or images take a look at Sounder.
http://www.websunlimited.com/order/Product/Sounder/sounder.htm
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible




Adela D said:
(1) Here is what I had to do. If I placed my cursor right after a bookmark I had previously placed on the page, I could access
the behaviors. Then, I could move the jump menu to another place on the page. Everything works well in preview. I'll see what
happens after I publish.
(2) Is there a way I can make all the jump menus on the page the same width? I checked the HTML, but there does not seem to be
anything there that I can change. This is what the code shows for the first jump menu.
<select size="1" onchange="FP_jumpMenu(this,'window',false)" id="id1" name="D1" tabindex="1">
<option value="#">Science - Select one.</option>
<option value="links/links_astronomy.htm">Astronomy</option>
<option value="links/links_chemistry.htm">Chemistry</option>
<option value="nolinksyet.htm">General Interest</option>
<option value="nolinksyet.htm">Geology</option>
<option value="nolinksyet.htm">History</option>
<option value="nolinksyet.htm">Media</option>
<option value="nolinksyet.htm">Meteorology</option>
<option value="nolinksyet.htm">Opportunities</option>
<option value="nolinksyet.htm">Physics</option>
<option value="nolinksyet.htm">Time</option>
</select>

Adela
help feature says to click Behaviors on the Format menu. I do get as far as the task pane, but there are no events listed, and the
Insert and Delete buttons are greyed out. Am I missing a step prior to this one?
 
G

Guest

In case someone comes looking for the answer to the same question. Here is how I finally did it.

Click on the jump menu you want to change the width of.
Go to Format, Properties.
Click on Style
Select Class: FP_jumpMenu
Click on Format, position.
Type in the value for width.

This worked even when I forgot to set the class.
Also, take a look at the HTML once you’ve done one, you’ll be able to see the difference.
 
G

Guest

Hello,

I am using FP 2003 and having the same problem as Adela (Behavior insert tab
greyed out) but when I go to Tools > Page Options (there is no page settings)
I can't find where I set the compatibility to allow jump menus I thought it
would be under the authoring tab but it isn't.
Thank you,
Regina
 
G

Guest

I have a web created: http://www.dominicursetta.com

Tom [Pepper] Willett said:
Do you actually have a web created and opened, or just a page?
--
Tom [Pepper] Willett
Microsoft MVP - FrontPage
FrontPage Support: http://www.frontpagemvps.com/
----------
Regina said:
Hello,

I am using FP 2003 and having the same problem as Adela (Behavior insert
tab
greyed out) but when I go to Tools > Page Options (there is no page
settings)
I can't find where I set the compatibility to allow jump menus I thought
it
would be under the authoring tab but it isn't.
Thank you,
Regina
 
T

Tina Clarke

Regina said:
Hello,

I am using FP 2003 and having the same problem as Adela (Behavior insert tab
greyed out) but when I go to Tools > Page Options (there is no page settings)
I can't find where I set the compatibility to allow jump menus I thought it
would be under the authoring tab but it isn't.
Thank you,
Regina

It's Tools | Page Options | Authoring and set what you want, in FrontPage
2003.

Given the clue though why not click on the similar sounding names under
Tools? Or indeed look in the help? ... Learn to experiment it's the only way
to learn faster, works for me and I'm just a housewife.

Tina
http://accessfp.net/ - FrontPage Tutorials
http://anyfrontpage.com/ - http://frontpage-ebooks.com/
http://addonfp.com/ - FrontPage Addons
http://frontpage-tips.com/ - Weekly FrontPage Tips
http://msmvps.com/blogs/frontpage/ - FrontPage News Blog
http://frontpage-blog.com/ - FrontPage Blog
http://clarke-abstract-art.com/ - Original Abstract Pen and Ink Drawings
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top