Navigation bar - edit/change

Would like to change the colour of the navigation bar in one of the templates, but don't appear to be able to do so - an I missing something?
If I choose to not display the navigation bar and try to create a new one, then the template loses the space where the template navigation bar was.
Cheers
Neil

After you have go rid of the navigation in Page inspector, go to the Layout menu and increase the Header height to whatever you need.

Similar Messages

  • Navigation bar changes height randomly

    In the last few days I've noticed that my navigation bar is changing height at random. It has increased in height (my Back arrow is now an oval) but it will blink back and forth to its correct height at will. I haven't added any extensions lately...using Windows 7, 32...FF4.0.1.

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    * Don't make any changes on the Safe mode start window.
    * https://support.mozilla.com/kb/Safe+Mode
    In Firefox 4 [http://kb.mozillazine.org/Safe_mode Safe mode] disables extensions and disables hardware acceleration.
    * Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    If disabling hardware acceleration works then check if there is an update available for your graphics display driver.

  • Publish Navigation Bar Entries - page navigation issue

    I have created Navigation Bar entries in a master application and have created them in a secondary application using 'Copy and Subscribe'.
    I changed my entries in the master application and I wanted to republish them.
    Breadcrumb region is currently: Shared Components>Navigation Bar Entries>Edit
    Click on 'Publish NavBar' button and page navigates to "Confirm Publish Navigation Bar", breadcrumb changes to: Shared Components>Templates>Confirm Publish Template
    Click on 'Refresh All'.
    Page now navigates to the "Templates" page. Breadcrumb is Shared Components>Templates.
    I now have to navigate back to the Navigation Bar Entries section to publish my next entry.
    Regards,
    Jon

    Fateh,
    My Navigation Bar Entry has:
    <a href="#LINK#" class="t13NavLink">#TEXT#
    <img src="#IMAGE#" height="#HEIGHT#" width="#WIDTH#" title="#ALT#" />
    </a>My navigation bar has:
    #WORKSPACE_IMAGES#logout.pngJeff

  • How can I create a navigation bar in the template so I can change the down state of a button on a page made from the template in DW3?

    We're creating pages from a template in DW3. The template includes a header, footer and a navigation bar. We've made the navigation bar an editable region so that we can change the down state of the buttons on pages where it is required. However, when we make a new page from the template and try to change the behaviors of the buttons in the navigation bar it will not allow us to make those changes. 

    Have you considered using CSS styled text/list menus instead of image rollovers.  It isn't hard really and it's actually a much better choice for   web accessibility and for search engines to find and follow your links.   Here are some links to several CSS menu systems you can try:
    CSS Express Drop-Down Menus (tutorial)
    http://www.projectseven.com/tutorials/navigation/auto_hide/
    CSS Tab Designer creates 60+ CSS Styled Button and Tab Menus  (download)
    http://www.highdots.com/css-tab-designer/
    List-O-Rama  (DW Extension)
    http://www.dmxzone.com/go?5618
    CSS  Menu Maker (On-Line Menu Generator)
    http://www.cssmenumaker.com/
    Pop-Menu  Magic2 by PVII (DW extension purchase)
    http://www.projectseven.com/products/menusystems/pmm2/index.htm
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com

  • How can i edit / customize the font in the navigation bar in iweb?r

    how can I edit / customize font size and color in the navigation bar on an iweb created page?

    This tutorial may help: #24 - How to Change the Basic, Rollover and Visited Color of an iWeb Navbar.  It only applies to the various colors.
    Wyodor has posted code to be put in an HTML snippet that will increase the font size.
    <script language="JavaScript" type="text/javascript">
    <!--
    navDiv = parent.document.getElementById("widget0-navbar-list");
    navDiv.setAttribute("style", "font-size: 1.1em;");
    // -->
    </script>
    Increase the size by increments of .1 until you get the size you want.  You'll need to publish the site before you'll see the change.
    If you only have a couple of pages in your site you can create your own text based navbar.  That will give you complete  control over font, size, color, spacing, etc. However, be sure to use only  Web Safe Fonts or the navbar will not look like you want it on those computers that do not have the font you used installed. This demo page is an example: Text Based Navbar.  With more than a couplke of pages updating such a navbar can become a real pain.  However, it is much more search engine friendly.
    OT

  • How do I change navigation bar text color?

    I want to change the color of the type in the navigation bar, as well as the line/bar below the type. How can I do this?

    there are many way to change navbar look-and-feel:
    1) by changing template XML, this requires XML knowledge and is a complex process.
    2) by changing navbar CSS in page source, this a bit easier but requires post editing.
    http://discussions.apple.com/thread.jspa?messageID=5186688&#5186688
    3) by javascript, this requires CSS and javascript knowledge:
    http://discussions.apple.com/thread.jspa?messageID=8638743&#8638743
    4) by manually build your own navbar as roddy and ot mentioned, this requires no knowledge of any kind but it is not very efficient; see my post here:
    http://discussions.apple.com/thread.jspa?messageID=8136472&#8136472
    5) by AJAX, this requires CSS, javascript and AJAX knowledge; I outlined it in my blog here:
    http://www.cyclosaurus.com/Home/CyclosaurusBlog/Entries/2009/9/10iWeb_NavBarWidget.html

  • Hide Navigation Bar .change() event

    Hi,
    in a comp I create a drop down element with this line (sample)
    sym.$('selector').html(   'Default Element
    Element 1
    Element 2' ); 
    Then
    sym.$('selector').change(function () {Do something please;} 
    The Do something works perfectly well. The only issue I have is the DPS Navigation bar appears each time the DropDown is clicked.
    This is not interact with the function, but regarding User Experience, the navigation bar is really noisy.
    In another topic, Bob Bringhurst mention
    "After the HTML content gets loaded, the viewer checks elements with onclick, ontouchstart, etc. handlers. If the viewer finds any of these elements, it shouldn't display the navigation bars (HUD)"
    In my case, my HTML drop down got this on click event, but Navgation bar still appear.
    Is anyone as a fix for that?
    Thanks,
    Benoit

    Hi Folobo, I'm Aztamaca and I'm not a proffesional and expert with DPS, but I tell you my experience. I can only publish Single Edition apps and sometimes I have the same problem like you.
    Bob Bringhurst answered some important: "If the viewer finds any of these elements, it shouldn't display the navigation bars (HUD)."
    I usually forcing the indesign document to make the fund an event. I do that the background image is a button and tell him to go to the same page where this user.
    Could you share your experience too if you learn how jump the difficults publishing with Single Edition by other way? I hope that Adobe doesn't cut our 'tips'...
    A lot of thanks...

  • My navigation bar disappeared so now I cannot print, edit, etc. How can I get it back. The info on your page does not help.

    I may have accidentally hidden the navigation bar i.e. the one that gives you options like File, Edit, etc. the info you provide for getting it back does not help because it asks me to use those tabs, which are not there anymore. This prevents me from printing, etc.

    Use either the Alt or F10 keys to temporarily display the menu. Then in the View menu select Toolbars, then "Menu Bar" to make it permanently display the menu.

  • Cannot edit my navigation bar / drop down menu

    Somebody pls help me! I am new to Dreamweaver, but have been
    studying it heavily the pst 3 weeks (using Sams Teach Yourself
    book).
    I have inherited a site and switched their navigation bar
    from the current one to a different (drop down) that was stored in
    the library folder. I have TRIED AND TRIED to edit these links ,
    add drdop down items, delete some, etc but cannot seem to access
    the 'show pop up menu' option...it is GRAYED OUT.
    When I open the library file...only a navigation bar is in
    it. I select one of teh nav buttons, and I am SUPPOSE to see the +
    sign in the behavior panel in bold, but it stays grayed out no
    matter what I do. I have tried double clicking the text (on
    MouseOver), as an MX user suggested, but no menu of options pops up
    here at all (although it did for her). Furthermore, I even tried
    right clicking on the behavior panel where the "on Mouse Over"
    identifies the action as "ShowPop Up Menu" (vs. hide pop up menu)
    and I DO get a pop up menu with "EDIT BEHAVIOR" as an option. I
    click on this, and nothing happens.
    UGH! WHY CAN'T I EDIT THIS???
    Thanks so much for your help!

    I think your friend is confused. You have never been able to
    edit the DW/FW
    pop-up menus in a template controlled page in any version of
    DW. This is
    but one of the many reasons one would never want to use these
    menus. There
    are so many better ways to do them, and Alan has given you
    some links....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "wwjen" <[email protected]> wrote in message
    news:ed41u9$k5q$[email protected]..
    > Hmmmm. So even though my friend could edit the file in
    her Dreamweaver
    > MX, you
    > are saying Dwvr 8 it does not work right?
    > I did try re-creating the navbar in a 'basic page' by
    setting it up like a
    > table (library item was also set up like a table vs.
    "inserting navgation
    > bar"), but then I had a code error that affected ALL my
    pages (totally
    > erased
    > the body of all pages). I do not understand code , but
    my friend said
    > having
    > the html navbar file vs the library item created
    overlapping <head> tags.
    >
    > What else might you suggest? I appreciate your time and
    insight!
    >

  • Change navigation bar Adobe Reader plugin on Mavericks 10.9.5

    I have installed the latest version of Acrobat Reader on my Mavericks 10.9.5.
    I'm using safari browser with adobe reader plug in to read PDF document in web viewer.
    A few months ago I have noticed that the navigation bar / toolbar is different from what is used to be on Adobe Reader in safari.
    In the original navigation bar there was more options.
    How can I change it back to the default navigation bar to look like this?

    You need to go into the Safari>Preferences>Security>Manage Web Site settings,
    Select Adobe Reader
    Set Allow  Always for all web sites.

  • Navigation bar not visible in edit mode

    Hi,
    is there somebody who can help me out of this: in edit mode my navigation bar is not visible, however once the site is uploaded the bar is visible. During edit mode i can only see a big dot which positioned in the navigation bar text box.
    I am using the latest version of iweb and OS 10.6.8
    looking forward to any good sugestions. Thanks.

    That is so unusual.  Usually it's the other way around: looks OK in iWeb but not after publication.
    Log into another user account on your Mac, launch iWeb, create an new test site and see if the navbar is visible.  If it isn't then the application seems to be the culprit and a reinstall of iWeb seems warranted. To do so you'll have to delete the current application and all files with "iWeb" in the file name with either a .PKG or .BOM extension that reside in the HD/Library/Receipts folder and from the /var/db/receipts/  folder,
    Click to view full size
    Then install iWeb from the disk it came on originally and apply all necesary updaters.

  • How to change color on Navigation Bar.

    Website: www.iphoneappguru.com
    How can I change the color of the navigation bar to something else? Check it out on my website!
    Thanks!
          -RahulR

    This tutorial may be of help: #24 - How to Change the Basic, Rollover and Visited Color of an iWeb Navbar.
    OT

  • Changing hyperlink colors for the navigation bar

    hello all i am trying to figure out how to change the color of the links that are the top of my page in the navigation bar. i know how to do it with the ones in my text- but i cannot figure out how to do so for the ones at the top of each page in the navigation bar.
    any help would be much appreciated!

    Welcome to the Apple Discussions. Here's a link to a post by Cyclosaurus, the resident java script expert, about changing the font, etc. in the navbar with java script and a HTML snippet.. Don't know if includes color also.
    http://discussions.apple.com/thread.jspa?messageID=8600361#8600361
    OT

  • Need to change the navigation bar direction in my site!

    I've got my site up and am working with it. I have some sense of HTML coding. My question/situation:
    I changed the name of my Home.html page to index.html so that google analytics could spider all my external and internal links. This went off with one major hitch... all the pages after the index page still send "Home" in their navigation bar to Home.html which no longer exists. Where can I find the file/feed/script or whatever to change the internal coding to direct that old Home in the navigation bar to my new index file?
    My site is www.womenswellnessmarketplace.com
    Thanks..I do realize that the themes are different in the home page and the following pages...thats my next big task!!

    Don't know what I did but it seems to be working now!

  • FF4 is not saving certain Navigation Bar changes

    In particular, I can't permanently (resets after restart) move/remove the arrow buttons, home button, or move search and/or address. I also can't add things to navigation bar. I have tried a safe mode reset of the toolbars. After doing so, I can remove certain items from the Nav bar, but the above problem persists.
    After all changes, this is what I'm left with that I cannot alter at all: http://gyazo.com/b6d9206ceb1b079e19a0d7d77b37d869.png
    For what it's worth, my add-on bar is saving all changes.
    Thanks if you can provide any help.

    You can check for problems with the localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for