erika,

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: From: Erika Foster <[EMAIL PROTECTED]>
:
: I've tried a couple different Javascript navigation bars,
: but none of them seem to work with my CF pages.
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

any of them that work should work just as well with your cf pages.  cf is
processed on the server.  the menu and associated javascript are processed
on the client.  the don't have anything to do with each other.

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: The one that looked most eye-pleasing had some kind
: of repositioning thing going on when the browser window
: changed size and it completely blew away all form variables
: passed to the template.
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

all dhtml menus will have the resizing problem.  it's the nature of dhtml.
however, if you've got form values that are passed to a template serverside
they shouldn't be affected if the page is reloaded.  it should show the form
values as sent from the server.  the only form values that will get messed
up are ones that are changed in the browser after the page is finished
loading.

:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
: I'm not schooled in JS, so something plug-n-chug
: would be great.  I want something VERY much like
: what www.microsoft.com uses.  Any suggestions?
:~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

actually the microsoft menus are a bad example because they're not
cross-browser compatible.  but, i get the general idea.  probably the most
developed and easiest to work with are hiermenus.

http://www.webreference.com/dhtml/hiermenus/

they even have a tool for building the individual menu items for you.

http://www.webreference.com/dhtml/dynomat/hiermenus3/


good luck,

.jeff

name://jeff.howden
game://web.development
http://www.evolt.org/
mailto:[EMAIL PROTECTED]


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to