Navigation bar floating, can't seem to position to top

Could use a second set of eyes. Bought a theme template and did some adjustments in DW. For the life of me, I cannot figure out why the navigation bar - "top_bar" - is floating. it should be positioned at the top of the page. The footer also seems to be floating.
http://kaufmanphotography.com/kp-weddings/
Not sure if this is a css or php issue. I can deal with css, php is a little tougher on me. Guidance would ure be appreciated.

I've been doing the drinking part...believe me!
Here is the grid.css code. It seems only directed to the tablets, etc...which is maybe what you were saying...or is there supposed to be something in there directed at the full page site and it is missing?
#Tablet (Portrait)
==================================================
@media only screen and (min-width: 768px) and (max-width: 960px) {
          .social_wrapper { width: 766px; }
          .logo_wrapper { margin: 28px 40px 0 20px; }
          #wrapper { width: 100%; margin: auto; }
          #top_bar { width: 766px; margin: auto; }
          .tagline { width: 706px; }
          .top_right, #slider_wrapper { display:none; }
          .page_caption, #page_content_wrapper { width: 726px; margin: auto; }
          .nivoSlider { width: 766px; }
          .nivoSlider img { width: 766px; }
          .nivo-controlNav { width: 766px; }
          .standard_wrapper.small { width: 726px; }
          input[type="submit"].medium, input[type="button"].medium, a.button.medium { font-size: 14px; padding: .65em 1.4em .65em 1.4em; }
          #footer { width: 766px; }
          #footer ul.sidebar_widget { width: 726px; }
          #copyright { width: 766px; }
          .copyright_wrapper { width: 726px; }
          .copyright_wrapper .left_wrapper { width: 450px; }
          .copyright_wrapper .right_wrapper { width: 200px; }
          #page_content_wrapper .inner { width: 726px; margin: auto; }
          .caption_inner { width: 726px; }
          .standard_wrapper { width: 726px; }
          #content_wrapper .inner .inner_wrapper img { max-width: 100%; }
          #content_wrapper .inner .inner_wrapper .sidebar_wrapper, #page_content_wrapper .inner .sidebar_wrapper .sidebar, #page_content_wrapper .inner .sidebar_wrapper  { width: 190px;}
          #content_wrapper .inner .inner_wrapper .sidebar_content { width: 520px; }
          #content_wrapper .inner .inner_wrapper .sidebar_content img, #content_wrapper .inner .inner_wrapper .sidebar_content iframe, #content_wrapper .inner .inner_wrapper .sidebar_content div, #page_content_wrapper .inner .sidebar_content, #page_content_wrapper .inner .sidebar_content img, #page_content_wrapper .inner .sidebar_content iframe, #page_content_wrapper .inner .sidebar_content div { max-width: 500px; height: auto; }
          .comment .right { width: 79.5%; }
          ul.children div.comment .right { width: 64.5%; }
          #content_wrapper ul.children ul.children, #page_content_wrapper ul.children { width: 104%; }
          #menu_border_wrapper select { display: none; }
          .post_social { margin-top: 20px; }
#Mobile (Portrait)
==================================================
@media only screen and (max-width: 767px) {
          .top_right, #slider_wrapper { display:none; }
          .logo_wrapper { margin: 28px 40px 0 10px; }
    .social_wrapper { width: 318px; }
          #wrapper { width: 100%; margin: auto; }
          .page_caption, #page_content_wrapper { width: 290px; margin: auto; margin-top: 25px; }
          .page_caption { width: 298px; }
          #top_bar { width: 318px; height: auto; margin: auto; }
          #slider_wrapper { width: 318px; height: 132px; margin-top: 37px; }
          .nivoSlider { width: 318px; }
          .nivoSlider img { width: 318px; }
          .nivo-controlNav { width: 318px; }
          .standard_wrapper.small { width: 290px; }
          #footer { width: 318px; margin: auto; display: none; }
          #footer ul.sidebar_widget { width: 290px; }
          #copyright { width: 318px; }
          .copyright_wrapper { width: 290px; }
          .copyright_wrapper .left_wrapper { float: left; width: 100%; }
          .copyright_wrapper .right_wrapper { float: left; width: 100%; text-align: left; }
          #footer ul li.widget, #footer ul li.widget.last { float: left; width: 100%; }
          #content_wrapper { margin-top: -20px; }
          #page_content_wrapper { margin-top: 20px; padding: 20px 0 20px 0 }
          .caption_inner { width: 290px; }
          .standard_wrapper { width: 290px; }
          .small_thumb { width: 68px; height: 68px; }
          #page_content_wrapper .inner .inner_wrapper .sidebar_content img.img.portfolio_img, #page_content_wrapper .inner .inner_wrapper .sidebar_content img.portfolio_img, #page_content_wrapper .inner .sidebar_content { width:290px; }
          .inner_wrapper > .one_third, .inner_wrapper > .two_third.last { width: 100%; }
          .inner_wrapper > .two_third.last { margin-top: 20px; }
          #page_content_wrapper .inner { margin-top: 0; }
          #page_content_wrapper .inner .inner_wrapper img { max-width: 100%; height: auto; }
          #page_content_wrapper .inner .inner_wrapper .sidebar_wrapper  { width: 100%; padding-left: 0;}
          #page_content_wrapper .inner .inner_wrapper .sidebar_content { width: 100%; }
          #page_content_wrapper .inner .inner_wrapper .sidebar_content .post_wrapper iframe, #page_content_wrapper .inner .inner_wrapper .sidebar_content .post_wrapper div, #page_content_wrapper .inner .inner_wrapper .sidebar_content .post_wrapper img, .post_wrapper img { max-width: 100%; height: auto; }
          #page_content_wrapper .inner .inner_wrapper .sidebar_wrapper { margin-top: 10px; }
          #searchform input[type="text"] { width: 286px; }
          .comment { width: 286px; }
          .comment_arrow { display: none; }
          .comment .right { width: 79%; }
          ul.children div.comment .right { width: 61.5%; }
          #page_content_wrapper ul.children ul.children { width: 72%; }
          #page_content_wrapper ul.children ul.children { width: 100%; }
          ul.children .comment { margin-left: 0; }
          #page_content_wrapper ul.children { border: 0; width: 410px; }
          #page_content_wrapper ul.children ul.children { margin-left: -16px; }
          .comment_wrapper #respond { margin-left: 0; }
          .comment_wrapper ul.children #respond { margin-left: -40px; }
          form textarea { max-width: 286px; }
          .post_header .post_detail { display: none; }
          .post_social { margin-top: 20px; }
          #menu_border_wrapper .nav ul, #menu_border_wrapper div .nav { display: none; }
          #menu_border_wrapper select { display: inline-block; float: right; margin-top: 10px; }
          .logo_wrapper { margin-top: 10px; }
          #menu_border_wrapper { text-align: center; margin: 10px 0 0 0; width: 100%; border: 0; }
          #imageFlow { top: 27%; height: 75%; }
          .post_img img.frame { border: 0; }
#Mobile (Landscape)
==================================================
@media only screen and (min-width: 480px) and (max-width: 767px) {
          .top_right, #slider_wrapper { display:none; }
          .social_wrapper { width: 480px; }
          #wrapper { width: 100%; margin: auto; }
          #top_bar { width: 480px; height: auto; margin: auto; float: none; }
          .page_caption, #page_content_wrapper { width: 450px; margin: auto; margin-top: 25px; }
          .page_caption { width: 460px; }
          .tagline { width: 420px; margin-left: -30px; }
          #slider_wrapper { width: 480px; height: 200px; margin-top: 37px; }
          .nivoSlider { width: 480px; }
          .nivoSlider img { width: 480px; }
          .nivo-controlNav { width: 480px; }
          .standard_wrapper.small { width: 420px; }
          .tagline_text { float: none; width: 100%; }
          .tagline_button { float: none; width: 100%; text-align: center; margin-top: 30px; }
          #footer { width: 480px; margin: auto; display: none; }
          #footer ul.sidebar_widget { width: 420px; }
          #copyright { width: 480px; }
          .copyright_wrapper { width: 420px; }
          .copyright_wrapper .left_wrapper { float: left; width: 100%; }
          .copyright_wrapper .right_wrapper { float: left; width: 100%; text-align: left; }
          #footer ul li.widget, #footer ul li.widget.last { float: left; width: 100%; }
          #content_wrapper { margin-top: -10px; }
          .caption_inner { width: 440px; }
          .standard_wrapper { width: 440px; }
          #content_wrapper .inner { margin-top: 0; }
          #page_content_wrapper .inner .sidebar_content, #page_content_wrapper .inner .sidebar_wrapper { width: 480px; }
          #page_content_wrapper .inner .inner_wrapper .sidebar_wrapper, #page_content_wrapper .inner .sidebar_wrapper .sidebar  { width: 100%; padding-left: 0;}
          #page_content_wrapper .inner .inner_wrapper .sidebar_content { width: 100%; }
          #page_content_wrapper .inner .inner_wrapper .sidebar_content iframe, #page_content_wrapper .inner .inner_wrapper .sidebar_content div, #page_content_wrapper .inner .inner_wrapper .sidebar_content .post_wrapper img, .post_wrapper img { max-width: 100%; }
          #page_content_wrapper .inner .sidebar_wrapper .sidebar .content { margin-left: 0; }
          #searchform input[type="text"] { width: 426px; }
          .comment { width: 480px; }
          .comment_arrow { display: none; }
          .comment .right { width: 79%; }
          ul.children div.comment .right { width: 61.5%; }
          #page_content_wrapper ul.children ul.children { width: 72%; }
          #page_content_wrapper ul.children ul.children { width: 100%; }
          ul.children .comment { margin-left: 90px; }
          #page_content_wrapper ul.children { border: 0; }
          #page_content_wrapper ul.children ul.children { margin-left: -16px; }
          .comment_wrapper #respond { margin-left: 35px; }
          .comment_wrapper ul.children #respond { margin-left: -40px; }
          form textarea { max-width: 480px; }
          .post_header .post_detail { display: none; }
          .post_social { margin-top: 20px; }
          #menu_border_wrapper .nav ul, #menu_border_wrapper div .nav { display: none; }
          #menu_border_wrapper select { display: inline-block; float: right; margin-top: 10px; }
          .logo_wrapper { margin-top: 10px; }
          #menu_border_wrapper { text-align: center; margin: 10px 0 0 0; width: 100%; border: 0; }

Similar Messages

  • Hi. I've added a new page to my iWeb '08 version 2.0.4 website but can't seem to select the top menu pages to make a rollover color change. I can select them on the original pages. What am I doing wrong?

    Hi. I've added a new page to my iWeb '08 version 2.0.4 website, but can't seem to select the top menu items to make a rollover color change. I can select them on the original pages. What am I forgetting to do?

    Old Toad has a tutorial about changing the colors in the iWeb default menu...
    http://oldtoadstutorials.net/No.24.html
    If you want your website to be found by search engines you would be better to follow Ethmoid's suggestion of creating your own navigation...
    http://www.iwebformusicians.com/iWeb/Navigation.html

  • How to implement a side navigation bar which can handle commandLink

    Hi,
    I was wondering if you could give me some pointers. I am designing a web site and on the left there will will be a dynamic menu bar. For eg if you do mouseOver on any one of the menu's items, a sub menu pops is displayed and so on.
    But I was these menu's to be such that they can handle <jsp:commandLink > tag.. any ideas?
    Thanks.

    arijit_datta wrote:
    <jsp:commandLink > Huh? Aren't you talking about the JSF h:commandLink?
    Anyway, that kind of navigation menu can easily be achieved with CSS and in some cases also a little bit Javascript. Install Google on your machine and feed it with the keywords "suckerfish menu" and you'll find a lot of examples.

  • I have managed to hide my navigation bar, so can't even click on VIEW. How do I get it back?

    I just want to be able to get my bookmarks down along the side again, but can't get to VIEW to do that. I've tried exiting and reloading, but no help

    See [[menu bar is missing]]

  • How do I add an image above the navigation bar?

    I'm trying to add an image above the navigation bar and can't seem to do it without covering the links. Does anyone know how to do that?
    Thanks!

    Hi,
    select the page you want to add the image to
    open up the Inspector and go to the Page Tab (second from left)
    Choose Layout and increase the size of Header Height
    Regards,
    Cédric

  • Can we move the navigation bar (prev, next link) of advanced table to left?

    Hi,
    I have a question regarding the OA Framework advancedTable navigation bar.
    Normally it is shown on the top right corner of the table, if it contains more than 10rows,
    it will show on the bottom as well.
    My question is, is there a setting to move this navigation bar (Previous Link, Records List, Next Link)
    from the right side to the left side or to the middle?
    In the OAF Developers Guide it doesn't state about being able to move this navigation bar.
    Navigation
    The navigation bar allows you to traverse across different row ranges of a table and is rendered:
    - At the top of the table if the number of rows in the table is less than 10.
    - At both the top and bottom of the table if the rows in the table is equal to or greater than 10.
    Note: No navigation bar is displayed if the number of rows in the view instance is less than the value specified
    for the advancedTable Records Displayed property.
    When a user first navigates to the page, OA Framework does not know how many rows will be returned to the
    table. The navigation bar simply shows the Previous and Next links.
    Once the user navigates through all the rows, the navigation bar displays the row range as a poplist so that the
    user can navigate directly to a specific range of rows, as shown below.
    Thanks.

    Hi,
    I don't think there is anyway to move the same from right to left/Middle.
    Regards,
    Gyan

  • Changing hight of navigation bar

    I am new to dreamweaver.  I have created an unordered list navigation bar that sits in an absolute-position div.  I had set the div  with at 770 pix and the height for a hundred pix.  I then created an <u>l pressing return on my mac between each list item.  I then used the <li> in the tag selector to creat an css rule making the list float left. 
    My problem:  I would like to reduce the height of the div to just accomodating the list items.  I changed the div height in the property inspector to 0px.  But the actual visage image of the div does not change.  There is too much space within the div, above and below the list items of the navigation bar and I can't seem to adjust it.  How can this be done?  Is it to do with the div box set up?
    I have already removed "padding" from the top and bottom as well as "white space" of the navigation div.
    Help.....
    Dulce

    A link to your page is what is needed to get any positive and meaningful response.
    Good luck.

  • [Forum FAQ] Customize the Navigation Bar in Outlook 2013

    In Outlook 2013, the Navigation Bar is a gray bar which lists commands at the bottom of the Outlook window that enable you to quickly navigate to Mail, Calendar, People, and Tasks.
    You can change the Navigation Bar settings for a single user by clicking
    … and then Navigation Options. For more information, please refer:
    http://office.microsoft.com/en-us/outlook-help/change-what-appears-on-the-navigation-bar-HA102838974.aspx
    However, if you want to change the Navigation Bar settings for all users in your organization, you’ll need to modify the registry.
    Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that
    you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry
    http://support.microsoft.com/kb/322756.
    To modify the Compact view
    To maximize the vertical height of the Outlook window you can use Compact Navigation. We can change the setting by creating the
    ABCompact registry key. To do this, please follow the steps:
    1. Press Windows key + R to open the Run command, type regedit
    and press Enter to open the Registry Editor.
    2. Locate the following registry path:
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Options
    3. Right-click on the Options folder and select NEW > KEY, name it
    WunderBar.
    4. Select the WunderBar key, right-click on it and select
    NEW > DWORD (32-bit) Value and name it ABCompact.
    Value name: ABCompact
    Value type: DWORD (32-bit)
    Value: 1 to tick the Compact Navigation;
    0 to untick it.
    5. Restart Outlook to make the change.
    To modify the Maximum number of visible items
    To change how many views appear on the Navigation Bar, you need to change the number for Maximum number of visible items by modifying the
    NumBigModulesAB registry key.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: NumBigModulesAB
    Value type: REG_DWORD
    Value: 1-8
    The key doesn’t exist by default. When the value is set to 1, only
    Mail will appear on the Navigation Bar. If the value is set to
    8, all views will appear.
    To modify which view is turned on or off
    You can also turn one or more views off from the Navigation Bar. This is controlled by a registry string named
    ModuleVisible15.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: ModuleVisible15
    Value type: REG_SZ
    Value: 1,1,1,1,1,1,1,0,0
    By default, the string value is set to 1,1,1,1,1,1,1,0,0.
    1 means the view is turned on while 0 means the view is turned off. Moreover, the value correspond one-to-one with the views, for example, the first “1” correspond to
    Mail, and the second “1” correspond to
    Calendar… By default, the eighth and ninth view is turned off. The eighth is
    Journal and I have no idea what the ninth number stands for. You can open Journal by pressing Ctrl+8, but if you want it to appear on Navigation Bar, you can change the eighth “0” to “1”.
    To modify the view order
    If you want to switch the positions of Mail and Calendar, you’ll need to modify the
    ModuleOrderAB string.
    Value path: HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Preferences
    Value name: ModuleOrderAB
    Value type: REG_SZ
    Value: 1,2,3,4,5,6,7,8,9
    The default order for the Navigation Bar is:
    Mail  Calendar  People  Tasks  Notes  Folders  Shortcuts 
    Journal
    In the registry string there are 9 numbers (1~9), let’s just ignore 9. So, there are 8 numbers left and each number has some relationships to each Navigation item.
    Here is the logic:
    There are 8 Navigation Options. Let’s say ‘Mail’ is Nav1, Calendar is Nav2, People is Nav3, …, Shortcut is the Nav7 and Journal is Nav8.
    Meanwhile, there are 8 positions to put those 8 Navigation items, we name them
    position1 to position8, from left to right.
    For example,    CALENDAR  TASKS  PEOPLE  FOLDERS  MAIL  NOTES  SHORTCUTS 
    Journal
    ModuleOrderAB=    5                
    1              3               
    2              6           
    4                
    7                   
    8
    The number “5” is in the first position of the ModuleOrderAB string and it takes
    position1. The default navigation option for position1 is
    Mail.
    So, “5” means put Nav1 (Mail) on position5.
    “1” is on position2, default navigation item on
    position2 is Calendar. It means put Calendar on
    position1.
    So, “3” means put People on position3; “2” means put
    Task on position2… and so on.
    If you have more questions, welcome to post in the forum. Thank you.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    There isn't a built in way to do that since all the navigation toolbars are on one toolbar.
    You can restore this functionality by installing the Classic Theme Restorer add-on
    *https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/

  • How to create a navigation bar

    I wanted to create a navigation bar exactly like the one seen
    at the top of this website
    http://stage6.divx.com/ whenever
    i seem to insert a table and then insert my navigation buttons i
    cant move it to the top of the page, i also wanted to know how to
    centralise these buttons if you look on the example i posted
    whenever you re-size your inet browser window the buttons go with
    it. any help
    Thanks in advance
    Rph =D

    Do you specifically need to use the onclick event, or do you jts want to run Javascript from the navbar entry? If the latter then you can use the URL method and set the URL to:
    javascript:myfunction()
    If it must be an onclick event then I think you would need to attach it dynamically in Javascript (using jQuery if available) to locate the link somehow (it's not easy to give it a unique ID unfortunately).
    Edited by: Tony Andrews on Oct 26, 2010 10:35 AM

  • Fuctional Navigation Bar (Newbie Web Designer)

    I bought a navigation bar that is all one picture.  Does anyone know how I would be able to get it to function?  I've seen youtube videos about inputting a navigation bar but there's seem to be in pieces instead of one picture. 
    I know I need to use an unordered list but I'm lost after that. It is simpler to make a navigation bar myself in dreamweaver but I liked this one so I bought it. The file is psd but I need to convert this navigation bar to html and css in dreamweaver so it is functional and you can click on each menu which it takes you to a different page. Can anyone point me in the right direction of how to do this? Does this picture have to be sliced and if so does anyone know how I would go about doing that. Is it possible to slice a big picture into parts.

    what version of photoshop do you have? what OS are you using? Is the psd file a flattened file or are the buttons on their own respective layers?
    If it is a single layer, then slicing maybe the way to go. When you add the images via html, you need to create a class or id to make that button unique for your CSS to control it.

  • Text missing from the navigation bar

    hi, i'm really hoping someone can help, as apple tech, say they don't support iweb. i have just started using iweb 09, so i have created a new site and chosen a template, but i have not text displaying in the navigation bar, i can turn it off and on, but not text, if i publish this page to a folder and view it with safari i can see the work welcome in the navigation bar, also in i place a google map wigdit, i can resize it, move, but cant edit, in respect of i have no box to input a post code or address... i have just tried this on my other mac a imac, but brought at xmas and both updated to lasted version of software, and i get the same results...
    can anyone advise me...
    thanks in advance

    What's the URL of your site so we can view the problem first hand?
    OT

  • URL to launch the navigation bar?

    Hi guys,
    We were provided with an HTML5 app that handles the touch events for the entire page and we run it inside of the web overlay. To exit back to the library we use another overlay on top of the 1st one as a button with the link to goto://ApplicationViewState/library as per:
    http://digitalpublishing.tumblr.com/post/10161880827/creating-super-ov erlays-that-overlay-other
    But what we would like better for this button to do - to call the navigation bar. Can we somehow make this 2nd overlay to respond to the tap and pull out the navigation bar? It would be also nice to have an ability to call it by the link/button as per this request:
    http://forums.adobe.com/message/6207494
    Thank you,
    Gennady

    Hello,
    Yes it will be in your page template. You just need to move #NAVIGATION_BAR# substitution under the #LOGO# substitution tag, probably something like this should work
    #LOGO#&lt;div>#NAVIGATION_BAR#&lt;/div>
    Carl

  • Navigator Bar Glitch

    I have an old version of DreamWeaver (4), so maybe that's the
    problem. I have my menu bar set exactly the way I want it and it
    basically functions properly, but whenever I move my mouse
    vertically off a button instead of horizontally, the button image
    doesn't pop back to the original like it does when I move
    horizontally. Any clues?
    By the way, my menu is horizontal.

    There are a number of different approaches you can take.
    1. Create a Navigation Page
    This could be for the purposes of a creating a banner and/or a vertical navigation bar
    You can create a Navigation Page in much the same way you would create a regular page in verison 2 - of component portlets and items in their region. You could add a logo, a search portlet, sub page link etc.
    Navigation Pages get exposed as portlets and may be added to any other page (privileges accepting)
    There a couple of bugs with Navigation Pages including the inability to align each region next to each other without any white space. This is currently being addressed by Oracle.
    2. Create a Template
    You could create a page template - again in the same manner as you would create a regular page. Here, you can add as many regions as you like and specify the exact format for your page. This template could include a region for a banner and a region for a navigation bar (whether the banner and navigation bar regions are portlets based on Navigation Pages or item/portlets added directly is up to you).
    Each region may be set so that when a page is created and based on a region either:
    a. Users can add content to the region
    b. Users cannot change the content of the region
    So option b. would be suitable for your banner and navigation bar regions wheras option a. suitable for a region where you want users to be able to add documents, reports etc.
    Templates are great for enforcing a style to your page whilst allowing user flexibility to add their own content.
    Templates may be set to be a default for a page group if necessary. Also, there a couple of bugs with these too, i.e, when unzipping content into a page based on a region.
    I hope this helps you to get started.
    Cheers,
    John
    You could decide to create a template page

  • Navigator Bar in release2

    How can I do Navigator Bar in release 2?

    There are a number of different approaches you can take.
    1. Create a Navigation Page
    This could be for the purposes of a creating a banner and/or a vertical navigation bar
    You can create a Navigation Page in much the same way you would create a regular page in verison 2 - of component portlets and items in their region. You could add a logo, a search portlet, sub page link etc.
    Navigation Pages get exposed as portlets and may be added to any other page (privileges accepting)
    There a couple of bugs with Navigation Pages including the inability to align each region next to each other without any white space. This is currently being addressed by Oracle.
    2. Create a Template
    You could create a page template - again in the same manner as you would create a regular page. Here, you can add as many regions as you like and specify the exact format for your page. This template could include a region for a banner and a region for a navigation bar (whether the banner and navigation bar regions are portlets based on Navigation Pages or item/portlets added directly is up to you).
    Each region may be set so that when a page is created and based on a region either:
    a. Users can add content to the region
    b. Users cannot change the content of the region
    So option b. would be suitable for your banner and navigation bar regions wheras option a. suitable for a region where you want users to be able to add documents, reports etc.
    Templates are great for enforcing a style to your page whilst allowing user flexibility to add their own content.
    Templates may be set to be a default for a page group if necessary. Also, there a couple of bugs with these too, i.e, when unzipping content into a page based on a region.
    I hope this helps you to get started.
    Cheers,
    John
    You could decide to create a template page

  • Programmatically creating a navigation bar

    I am attempting to programmatically create and drive an OAF Navigation Bar bean. I can successfully instantiate the OANavigationBarBean and get it to appear on the page. However, I am unable to programmatically add any links to the navigation bar. I have attempted to do this programmatically in the processRequest method of the Controller of page1, using the following code:
    OAPageLayoutBean oapagelayoutbean = (OAPageLayoutBean)oawebbean;
    OANavigationBarBean oanavigationbarbean = (OANavigationBarBean)createWebBean(oapagecontext, "NAVIGATION_BAR", null, "TheNavigationBar");
    oanavigationbarbean.setValue(1);
    oanavigationbarbean.setMinValue(1);
    oanavigationbarbean.setMaxValue(5);
    OALinkBean oalinkbean1 = (OALinkBean)createWebBean(oapagecontext, “LINK_BEAN”, null, "Step1");
    oalinkbean1.setRendered(true);
    oalinkbean1.setID("Step1");
    oalinkbean1.setLabel("Step1Label");
    oalinkbean1.setText("Step 1");
    oalinkbean1.setUINodeName("StepOneNodeName");
    oalinkbean1.setDestination("/oracle/apps/ak/myapp/server/page2");
    oanavigationbarbean.addIndexedChild(oalinkbean1);
    oapagelayoutbean.addIndexedChild(oanavigationbarbean);
    This code compiles but doesn’t do anything when the next button is clicked.
    Has anyone else encountered this problem?

    As you can see, you are in for a lot of work with this popup
    menus...
    read these 2 articles before going any further:
    http://www.apptools.com/rants/jsmenu.php
    http://www.apptools.com/rants/menus.php
    The best way to use a navigation menu across all your pages
    is to either use
    DW templates or Server Side Includes. (SSI). However, the DW
    popup
    navigation system doesn't play nice with Templates.
    There are better ways to build these menus, mention of this
    is in the
    articles above. The will be much easier to maintain across
    your whole site.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    > Alright guys, I built a navigation bar in fireworks that
    has all the
    > pop-up
    > menus for my schools website but I don't know if this is
    the easiest way
    > to do
    > it. I need this navigation bar to be on every single
    page of the site
    > except
    > the banner above the buttons will change. I thought the
    easiest way to do
    > this
    > would be putting the fireworks HTML on each page and
    then when I get ready
    > to
    > add links to the navigation bar I can just update that
    HTML since its the
    > same
    > for all pages. But, I tried that and I still have to
    update each page
    > manually.
    > Right now there are no links associated with the pop-up
    menus and I need
    > to
    > start linking them to pages. The down side, I don't know
    how to get the
    > pop-up
    > menus linked! HELP!
    >
    > Please let me know if there is an easier way to build a
    navigation bar in
    > Dreamweaver. Thanks!
    >

Maybe you are looking for