Try something like this... This works really nicely with something like the Milonic Menu, which allows you to place the menu over <select> elements (don't ask, I don't know how that works :)
<html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body scroll="no" style="margin-right: 0px; margin-top: 0px; margin-left: 0px;"> <div style="width: 100%; height: 20px; background-color: blue;"> Menu bar here. </div> <div style="width: 100%; height: 99%; overflow: auto;"> <div style="width: 100%; margin-right: 2px; margin-top: 0px; margin-left: 5px;"> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> hello <br> </div> </div> </body> </html> ----- Original Message ----- From: "Jim McAtee" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, March 07, 2003 4:50 PM Subject: OT: DHTML/Javascript question > I've got an intranet site that uses a simple frame construct for navigation. It > has a 60 pixel tall navigation frame across the top of the screen that uses > icons and text links, while the working application pages are displayed below. > I'd like to convert this to using DHTML drop-down menus within this navigation > frame, but obviously (or maybe not so obviously) the drop downs can't drop over > the lower frame. So, instead of using frames, the next move is to just place a > strip of drop-down menus across the top of every page. This is easily done, > since all pages use standard header/footer files via cfinclude. > > The one thing missing is that the nav frame approach was very handy, in that it > was always visible. Is it possible to position a table (with the navigation > bar) across the top of a page, and keep it there even when the rest of the page > is scrolled? > > Thanks, > Jim > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

