the css menu is not a problem

Apr 21, 2008

Number of Buttons

Hi-
I'm creating a web site that will have 8 different buttons in the menu bar with numerous submenu buttons. Is this possible? All the samples I have seen have only had a maximum of 6 buttons at the top. If it's possible, could you tell me how to add the buttons once I purchase it?

Thanks!


Answer:


Hi,
of course it is possible.
Just copy and paste a single line of code in the DIV id="menu".

I recommend to start with a blank page using these simple steps:
http://f-source.com/flash-menus/good-practice/

If you will have some problem, publish your test page and send me the link,
I will help.

Regards
Dmitry
f-source.com

Yahoo Style Menu Bar - display over HTML

Im very sorry if I have missed how to do this within your helpful and informative instructions and tutorials.

But how do I get my yahoo style menu to display OVER normal HTML?  and is this feature within all the menus? or just the newer ones i have downloaded recently.

Whilst Im asking questions how do i also get my websites that i have used f-source menus on your list of menu user links.

Keep up the good work F-source !!

Andy Connell



Answer:



Hi Andy,
the menu must dispaly over normal html by default.

Possibly you forgot to disable the active content converter:
http://f-source.com/before_insert/

- disable the active content converter
- remove all the menu code from your page
- insert the menu again

I recommend to start with a blank page using these simple steps:
http://f-source.com/flash-menus/good-practice/

If you will have some problem, publish your test page and send me the link,
I will help.


Regards
Dmitry
f-source.com

Apr 17, 2008

Contribute - Vista Drop Down Menu becomes unusable

I am using a Vista Drop down menu in one of the website I just put
together. The client wants to be able to edit some of the pages.
When I use contribute for editing the Vista drop down menu changes and
becomes unusable. It seems to loose all of its settings reverting
back to button 1 button 2 ect... It also looses it's links.

Please Advise.

Answer:


Hi,
I heard about the problem: contribute convert the flash menu code
with the function "AC_FL_RunContent"

To avoid it, you can lock the code using Library item or Templale
repeating region.

Regards
Dmitry
f-source.com

Apr 14, 2008

Menu centering in a table cell

How to align the menu to center on a page regardless
of window width.

I need center the flash in a cell of a table or fix de width because i
change de table values dinamically.


Answer:


Hi,
just put the DIV id="f-source-menu" in another DIV or table cell with
align="center".

For example:

<div align="center">
<div id="f-source-menu">
....
</div>
</div>

If you will have some problem, publish your test page and send me the link,
I will help.

Regards
Dmitry
f-source.com

Apr 12, 2008

Mozilla Firefox scrolling div issue

Yes, the scrolling div captures the focus and the drop down menu is
not working above the div.
I've tried to remove the style "overflow:auto".
That helped, but the content in that box is often times longer than
the box so I still need the ability to scroll.

Do you know of any workarounds for that problem?
I saw something in a forum about putting the flash content in an iframe.
Would that help?

Answer:

Iframe is not ideal solution.
Looks like I've found a better workaround:

- try to use "position:fixed" instead of relative for the DIV
id="f-source-menu"

<div id="f-source-menu" style="position:fixed;....

In this case the menu won't lose the focus above the scrolling DIV.

Regards
Dmitry
f-source.com

Is there a way I can use atomz instead of google?

There is a search form code for html integration, but is it possible
to embed in the menu?
here's the atomz code:

<!-- Atomz HTML for Search -->
<form method='get' action='http://search.atomz.com/search/'>
<input type='hidden' name='sp_a' value='sp1003f360'>
<input size='15' name='sp_q'>
<input type='submit' value='Search'>
<input type='hidden' name='sp_p' value='all'>
<input type='hidden' name='sp_f' value='ISO-8859-1'>
</form>


Answer:


Yes, here is the search button code for HTML navigation settings (DIV
id="menu"):

<div ><a href='http://search.atomz.com/search/?sp_a=sp1003f360%26sp_p=all
%26sp_f=ISO-8859-1%26sp_q=' target='_blank'>Search</a></div>


here is the search button code for XML:


<div ><a href='http://search.atomz.com/search/?sp_a=sp1003f360&sp_p=all
&sp_f=ISO-8859-1&sp_q=' target='_blank'>Search</a></div>


Regards
Dmitry
f-source.com

Apr 9, 2008

Incorporating flash menus into another flash movie

Hi!
I really like your menu system and it seems logical (and cost
effective) to just buy the tool and go with it. The only problem I
have is, what I * really * want to do is incorporate a pull up or down
menu that exists as a layer within a flash presentation, with a
'movie' background. I have the movie background down pat, now I want
to 'layer' a menu over it. It is a great effect! To see exactly the
type of pull down menu I am talking about, please visit:
http://www.jimmessenger.com. If your product can do this, I'll buy. I
am afraid that because it is a 'plug' of sorts, I won't have access to
the raw .fla code, that would allow me to do such a thing?

Thanks
Kyle

Answer:

Hi Kyle,
there is no need to incorporate a menu into another flash movie.

Use CSS styles to place a menu over the flash presentation.

Don't use z-index, just add wmode=transparent to the flash presentation,
see example here: http://f-source.com/faq/ ==> - Drop down menu seem to be dropping underneath another flash movie. How to fix it?

Regards
Dmitry
f-source.com

z-index and Flash

Hello, I have a macromedia style menu (I think it's that one) that I
am using just above a Flash object. The drop down menus seem to be
dropping underneath my Flash area. I've tried messing around with the
z-index of both the menu as well as the animation that appears
underneath it. I think i found that suggestion on one of your blogs
or another site.

What might i be doing wrong here? Is there a workaround?

http://www.2.microwebstrategy.com/home2.php

Thanks!

Answer:

Hi,
the issue described in our FAQ.

http://f-source.com/faq/ ==> Drop down menu seem to be dropping underneath another flash movie. How to fix it?

You need to add wmode="transparent" to the flash object below the menu.

Since you are using the AC_FL_RunContent function, you need to add
"wmode" in the function
AC_FL_RunContent('wmode','transparent',.....

Regards
Dmitry
f-source.com

Mac Style Menu - Jumps to middle

Hi, just bought the menus and have used one here

http://www.figgatepark.org.uk/

the menu bar is a bit long, I was wondering how to shorten it to the
legnth of the buttons. also it seems to jump to the gallery, no matter
what page I am on. So that it looks like I am on the gallery page even
when I am not
any suggestions

thanks
Dave


Answer:

Hi Dave,

1. Use parameter _BUTTONWIDTH to shorten each button/tab.
To shorten the submenu bar you need to put the menu in another DIV or
table cell with a smaller width.

2. The menu has a parameter "_activeBNum". (3 by default)

I recommend to set on your first page _activeBNum=1, on your second
page _activeBNum=2 and so on.
To show your visitors where they are.

Regards
Dmitry
f-source.com

Precise centering of the menu bar

Hey,
I've put the menu in a table TD <td height="45" align="center">,
but the menu is not centered exactly in the middle of the table.

Any thoughts?
Common problem?
Bruce


Answer:

Hi Bruce,
I've tested your code.

The DIV id="f-source-menu" enclosed in the SPAN <span
style="position:relative;"> and <div align="center">
1. Remove the SPAN.
2. Remove another surrounding DIV <div align="center">.

The menu will be centered by the TD <td height="45" align="center">

To make more precise centering you need to set a real menu bar width
to the flash object. The real menu width is about 595, but your flash
object width is 630.

Regards
Dmitry
f-source.com

Apr 8, 2008

Local testing, exteral links don't work

Hi Dmitry,

Thanks for the quick reply, i have a quick question for you about the
the menu bar buttons, i have it inserted into a Div tag in
dreamweaver.

When viewing them on the website the menu bar works like it is
supposed to but when i try to click on the drop down button links they
dont do anything i just stay at the main page, when i link files that
are contained in the main folder to it, that works though, so how do i
link external site when the buttons dont work when adding an adress?


Answer:

Everything will work, when you publish the page on a server.

To make it work locally, visit:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

And set "Always allow" (for local testing) in the online setting manager.

Dmitry
f-source.com

Apr 7, 2008

Mac Tab/Nav Bar movement - return to default active button

Not sure if this is my problem (probably is) but when using the Mac
Style Menu, irrespective of which Nav Tab I select, it seems to revert
back to Button 3 once I move my cursor elsewhere on the screen.

Wondered if you can advise.

Many thanks and regards

Paul Garrett


Answer:

Hi Paul,
the menu has a parameter "_activeBNum".

I recommend to set on your first page _activeBNum=1, on your second
page _activeBNum=2 and so on.
To show your visitors where they are.

Regards
Dmitry
f-source.com

Apr 4, 2008

Navigation and iframe, open a link in an iframe

Hi Corinne,
I've tested your code and found that everything is correct,
it will work only if you replace the iframe name and id with "content"
instead of "_content".

Rather strange, but now it work in all browsers.

<iframe class="frame" name="content" id="content" frameborder="0"></iframe>

and the button link:

<div><a href='http://www.coco.li/sch/flash/endodontologie.html'

target='content'>Endodontologie</a></div>


Regards
Dmitry
f-source.com


> Hi
>
> I've tried to conntact you over the support on the homepage, but whenever I
clicked on view and send, my browser crashed.
>
> So I decided to write to you directly. I have a the following problem:
>
> I'm using the vista menu and a iframe in my page. My submenu button
'Endontologie' of the mainbutton 'Angebote' should open a new html page in
the iframe.
>
> <div><a href='flash/endodontologie.html'
target="_content">Endodontologie</a></div>
>
> <iframe class="frame" name="_content" frameborder="0"></iframe>
>
> Iframe style:
>
> iframe.frame
> {
> position: absolute;
> margin-left: -440px;
> left: 50%;
> width: 100%;
> height: 480px;
> visibility: visible;
> text-align:center;
> border: none;
> z-index: 6000;
> }
>
> This all works great in the internet explorer but firefox opens a neu
browser windows to display the linked page instead of displaying it in the
frame? http://www.coco.li/sch/

>
> Thx for your help.
>
> Greets
>
> Corinne

Apr 2, 2008

Is this like Spry? Self contained extension?

Hi,
yes, the extension is all self contained in Dreamweaver.
You don't need to have flash.

No problem with other flash.

Try to test a free version.

I recommend to start with a blank page using these simple steps:
http://f-source.com/flash-menus/good-practice/

If you will have some problem, publish your test page and send me the link,
I will help.

Regards
Dmitry
f-source.com


>
> Is this feature all self contained inside of Dreamwerver or do I
need to creat some features in Flash?
>
> And I see that there are issues with other FLash files on the
site, I use them alot and do not need to cause myself un due problems

Apr 1, 2008

XML format (Save As UTF-8)

Many thanks!!

I have finaly made it!
My problem was that I was creating a .xml file from Dreamweaver CS3...
but with the notepad it went all good.

Best regards
Pedro Gouveia

> Hi Pedro,
> all you need is to save the XML file in UTF-8 format.
>
> For example in the Notepad:
> Save As ==> Format ==> UTF-8.
>
> Dmitry
> f-source.com
>
> >
> > Some days ago I sent to you an email with this same problem, and yet I
did not solve it because you didn't answer me properly.
> > Problem:
> > I want to put some special characters in a xml like '%uFFFD' or
'%uFFFD'.
> > I have already tried your FAQ notes and couldn't manage to solve this.
> > Here are the URL's:
> >

http://www.casadocalhaugrande.com/contactos.html
> >

http://www.casadocalhaugrande.com/menu.xml

> > Please, try to help me fast because I can't put that page online too
much time that way.
> >
> > Regards
> > Pedro Gouveia
> >