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.

Similar Messages

  • Navigation Bar not always visible?

    Hello,
    I'm using RoboHelp for Word 8.0, output to Micrcosoft HTML Help, Windows XP.
    Why is the navigation bar over the right pane not visible to some users of my project?
    Thanks,
    Carma

    Hi Carma
    I'm not Colum, of course, but I moved from RoboHelp for Word to RoboHelp HTML many years ago. The transition wasn't nearly as painful as you are probably imagining. The interface is similar to Word. There are a great many similarities involved. What I struggled with the most was the loss of Non-scrolling regions. I was really addicted to those beasties. Others really miss the ability for a tab stop. But everything else is pretty much the same.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Navigation bar not working cannot add a new one says there is a warning but does not indicate what kind of warning

    In the space where you would add a widgit there is a warning so a new navigation bar cannot be added.  I tried uninstalling and reinstalling but that did not help.  When I pulishedd my website the navigation bar did not work.  It only linked to one page but I cannot fix the problem because of the warning. 

    Hi
    Are you creating a manual menu and while adding another menu item you are facing error ?
    Please elaborate more as what are the steps you are taking and upload screenshots of navigation bar that you are using in design mode , if site is published then share the url.
    Thanks,
    Sanjit

  • Navigation Bar Not Displaying in Opera10

    Hello again,
    There seems to be an issue with the navigation container in my website, and it is not displaying at all in Opera10. It displays fine and visible in every other browser. I thought maybe Opera 10 requires some extra position settings, and the navigation bar is at the very top of the page behind the header. So I tried to put a z-index value on the container, to see whether or not it is behind the header, and in fact, I still could not see it.
    My website has a header image at the very top of the browser, with a horizontal spry drop down menu right underneath it.
    Does anybody have any ideas? I am not sure which details to provide with this question, however I can give any details upon request.
    Thanks in advance a thousand times!
    Cheers,
    Mr.V

    I have just read the "new to spry forums?" quick info, and I realized that I only have the version 1.4 framework. I will upgrade to 1.6.1 immediately, and the issue could be possibly resolved.
    Sorry for the inconvenience. I will note the details from now on.
    Mr.V

  • Ctrl+tab is not working in editing mode

    I have JcheckBox and JTable in my JPanel. When user clicks or presses F2 to edit any cell value of the JTable a comboBox will appear with possible values. (This comboBox is coming from table CellEditor). When user presses ctrl+tab from the table focus should transfer to JComboBox all time. It is working only when the user presses ctrl+tab from the table cell which is not in editing mode. If the user presses ctrl+tab from the table cell which is in editing mode (i.e. focus is on the ComboBox of the cellEditor) it does not work. Please help me to find the solution.
    I give a sample code here for your reference.
    public class Frame1 extends JFrame {
    public Frame1()
    super();
    this.setLayout( null );
    this.setSize( new Dimension(400, 300) );
    JTextField ch = new JTextField();
    ch.setVisible(true);
    ch.setBounds(10, 10, 10, 10);
    this.add(ch, null);
    DefaultTableModel tmodel = new DefaultTableModel(3, 1);
    tmodel.setValueAt("0 0 1",0,0);
    tmodel.setValueAt("1 0 1",1,0);
    tmodel.setValueAt("2 0 1",2,0);
    JTable custLayersTable = new JTable(tmodel);
    custLayersTable.getColumnModel().getColumn(0).
    setCellEditor(new ComboEditor());
    custLayersTable.setBounds(new Rectangle(40, 40, 280, 145));
    custLayersTable.setSurrendersFocusOnKeystroke(true);
    this.add(custLayersTable, null);
    public static void main(String[] args)
    Frame1 a = new Frame1();
    a.setVisible(true);
    final class ComboEditor extends AbstractCellEditor
    implements TableCellEditor
    public Component getTableCellEditorComponent(JTable table,
    Object value,
    boolean isSelected,
    int row,
    int column)
    Vector<String> layerValSet = new Vector<String>();
    for(int i=0; i<3; i++)
    layerValSet.add(row+" "+column+" "+i);
    mComboModel = new DefaultComboBoxModel(layerValSet);
    mComboModel.setSelectedItem(value);
    mEditorComp = new JComboBox(mComboModel);
    return mEditorComp;
    public Object getCellEditorValue()
    return mEditorComp.getSelectedItem();
    private DefaultComboBoxModel mComboModel;
    private JComboBox mEditorComp;
    }

    Thanks a lot for your reply.
    Since the textField is in a different class i could not use the transferFocus API directly. I tried the following code in the keyreleased event of Combo Box but it was not working.
    KeyboardFocusManager.getCurrentKeyboardFocusManager().focusNextComponent(
    e.getComponent().getParent());
    I also tried the following code in stopCellEditing and is not working.
    KeyboardFocusManager.getCurrentKeyboardFocusManager().focusNextComponent();
    Is there any other way to achieve this?

  • Document message bar not visible when participating in Shared Review

    Hi,
    I have initiated a Shared Review using Acrobat Pro 8
    Immediately after I finished sending out the notification to other reviewers, the _Review.pdf version of the document is opened for me and the Document Message bar is visible. Therefore I have the option to check for new comments, publish comments.
    My colleagues however, when they open the pdf file attachment from their email notification they get the message: "This document has been sent by a user of Acrobat 8.0 Professional for your review. To participate in this review Acrobat 8.0 standard or professional, or later, is required" Pressing OK on that message box opens up the PDF file to be reviewed however the Document Message bar is not visible (there is no Document Message bar icon on the left pane either.). Therefore my colleagues cannot publish their comments.
    I also encountered the same issue. After I close my PDF and re-open it, I cannot see the Document Message bar, eventhough I can still see my Review Tracker and the document still listed there.
    So, what did I do wrong? I started the shared review by following the prompts:
    1. Comments > Send for Shared Review
    2. Enable reviewers with Reader to participate
    3. Select a network drive to store the shared comments
    4. Select the document to be reviewed
    5. I've experiment with all the different send notifications options
    6. I specified the email address of the reviewers and sent the invite
    Thanks a lot for the help..

    Does this happen with one particular document or with all your reviews?

  • Custom Navigation bar not working. Apple can't seem to help

    After watching many videos on people customizing their Navigation bars on Iweb, I decided to do the same for my website. If you go to the home page of my site I can click on any link and have no problem. However, once I am off of the home page I cannot get any of the other links to work. I took my mac to the apple store and they showed me how to fix it. But it didn't help. Nor has there been any useful advice from calling their tech support. Any ideas on how to fix this would be appreciated.
    Rev. Paul

    So if you have a custom made nav bar that works okay on the home page, but not on the other pages of your site, did you remember to go and hyperlink your nav bar on the other pages of your site and not just your home page, or did you forget?
    That is one reason why they will not work, if you forgot to hyperlink - you either have to hyperlink first and then copy and paste or do each page individually - it is time consuming, but is the price you pay for having a custom nav menu.
    A url would be nice so we can see what is going on.

  • Change on process chain not visible in display mode after transport

    All,
    We have changed a process chain where message notification was active in development.
    We have deleted the notification and created a transport. This has been released and implemented into the QA system without a problem.
    When displaying the new process chain in QA the change was not visible. But in change mode it is.
    Can anyone tell us what might be a cause/solution for this? Also for future changes.
    Gui error??
    Thanks in advance.

    hi,
    Try activating the PC again in the QA.
    if still it does reflect the message notification, then try creating the request again
    in DEV and transport.
    make sure you r out of the Process chains in DEV nad QA when transport happens.
    This is just a practice.
    Regards,
    Dhanya.

  • First tab of Lable Based Menu is not visible in Preview Mode

    HI Genious,
    I have added one Lable Based Menu in my application. If i apply the dynamic visibility to it, in preview mode 1st tab is not visible all other tabs are visible.
    Ex. In Lable Based Menu, I have three label :- Distribution  Center, Zoo, Bird Park. I have applied dynamic visibility to this component. In preview mode, I am not able to visible the first label (i.e. Distribution Center) while all other labes are working properly.
    While i remove the dynamic visibility, All the labes are visible. But my application is not like that so i could not adapt that solution.
    Regards,
    Rishit

    Hi Rishit,
    Please let me know if you have applied Fix pacK3 for Xcelsius.
    I have seen this issue in FP2, which got fixed in FP3. The workaround you can try is including a blank cell.
    Thanks,
    Amit.

  • Navigation bar not rendering correctly in Windows IE

    Hi everyone,
    This is my first project using iWeb, and I've had some Win users email me a screenshot of the site's navigation bar rendering incorrectly. As the site is loaded, the bars appear blue in background, and according to them, sometimes it turns black, sometimes not. Please check it out and let me know if you have a solution?
    www.downriveractorsguild.org
    Thanks,
    Dave
    PS - it seems to be rendering fine in safari and firefox (mac). Also, I did search the forums and didn't find a similar issue in several pages of results.
    iMac G5 20'    
    iMac G5 20    

    The navigation menu is completely composed of PNG graphics... therefore, sometimes IE has difficulty rendering these properly. Most of the time, the problem is self-limited...iWeb's .js file goes over after everything has loaded and re-renders the PNGs to make them viewable specifically in IE. But sometimes the problem is persistent...and you might see grey boxes behind the menu items probably as your viewers are describing.
    I have seen both behaviors with my site.

  • Meny bar not visible

    There is no meny bar in my Organizer, only a hardly visible " makes it possible to get it. For PSE7 I got the advice to check the System fonts under Options>General and it worked. In my new PSE9 the meny bar is also invisible but checking the system fonts does not work. What should I do? Why is it not visible as default??

    I am also having this problem.  Also, the 'export' feature is grayed
    out in the editor.  How can you export as new file???

  • Navigation bar not showing images

    I'm still new to app express and I'm sure I'm missing something. I understand how nav bar images are supposed to appear, however, I'm not seeing it displayed in the application. I'm using one of the built-in templates (#3 Business), with One Level Tabs. When I create my nav bar entry, I include the image filename (located at the default image location) but I never see the image in the application. Any idea what I could be missing? Or is it possible that this built-in template doesn't show images on the nav bar?
    How can I see exactly what the variable #NAVIGATION_BAR# contains?
    Marianne

    If you navigate to your page and click on the word 'Templates' you will see all installed Templates.
    Select the 'One Level Tabs' component and scroll halfway down to the 'Navigation Bar' and 'Navigation Bar Entry' fields.
    It looks as though that particular page template refers to a CSS type that doesn't contain an image - #TEXT# - this can however be changed by overriding the style in a custom style sheet.
    Ben

  • Photoshop files do not open in "edit" mode

    I always was able to edit/email/print photos which i had edited in Photoshop prior to importing them into iphoto.
    Now with Version 6, the photos do not even open in "edit" mode anymore, nor can I email them directly from iPhoto.
    Any thoughts on this?

    Try the following:
    Setting Permissions for iPhoto Library Folder
    Select the iPhoto Library folder and type Command-I.
    When the Info window comes up go to the Ownership and Permissions section and make sure You have Read & Write permission and that the Owner and Group have Read & Write also. Others - Read Only.
    Then click on the "Apply to enclosed items..." button.
    See if that helps.

  • Navigation bar not functioning

    Hello,
    I have a published site (debotahvrogers.net) that was updating and now when I update my navigation bar does not work. I am using iweb '09 3.0.1
    I have tried refresh, cache and cookie removal, made sure my photo was not overlapping in to the navigation bar. At one point friends could view the whole site even though I could not. I had someone check the site tis a.m. and she could only access the home page. I have notified my server and Apple. In the mean time does anyone have some insight on my problem??
    wish I were a geek...
    happy 4th to all

    I had a similar problem yesterday. It had five pages but could only view the home page (because the nav bar wasn't working) but I typed the URL of my other four pages into the address bar and I could view them then. I checked back this morning and the nav buttons worked. I host on godaddy.com so I assume it just took awhile for the FTP to complete transfer. If you host through MobileMe I would wait a day, but if it still doesn't work contact Apple.

  • Buttons on navigation bar not working??

    Hello all, I am in a web design class and im currently wokring on my website. When i made my navigation bar in adobe fireworks and saved/exported it then tried to open it in dreamweaver cs6. The way i did this was insert>image objects>fireworks HTML then selected the html version of the nav bar. But for some reason when i try to do live view or open it in browser the buttons don't work, they worked when I opened them from fireworks. Someone help please :/

    The old Fireworks code relied on javascript for the menus.  If the javascript file is not in the proper location or is missing then the menus will not work.  In order to tell if this is the page we would need access to a test page online to view your code.  In case this is not possible, I am also including a link to the KB article discussing how this process works from FW to DW to explain all of the steps.
    Macromedia Fireworks - Working with Macromedia Fireworks MX buttons and navigation bars : Export the navigation bar

Maybe you are looking for

  • Email Notifiation Issue in OIM 11g

    Hi All, I have a requirement of sending a notification to user & the user's manager when the user is about to be disabled. On User Disable in OIM, I am facing the issue that my changes are not getting effected and no email is getting triggered and th

  • How to Disable Print Button in document.htm?

    Hi,    I'am using HAP_DOCUMENT BSP applications for Appraisal.I had creatde iViews for that BSP's in Portal and am able to acess all the BSP's.    I'am using document_created.htm BSP for displaying Created Appraisals and it is working fine.When i cli

  • Set trigger property using JDAPI

    Hi. I have a couple of forms I need to modify using JDAPI. Among others I need to set trigger property "Fire in enter query mode" from no to yes. But I just cant find the way how to do this. Any help would be appreciated. Gregor

  • Zen 4GB... Flashing white screen when powered o

    I was wondering if anyone has encountered this problem. My new Zen... since the day I received it, flashes a white screen when it is just sitting there on my desk. It turns on then off real quick randomly... I notice it because I keep it at my comput

  • Error in /var/adm/messages

    All, I have a V480 running Solaris 8 attached to a CX700 array. I am kind of new to SANs. I am getting the following message: Jun 1 13:50:43 <sysname> scsi: [ID 107833 kern.warning] WARNING: /pci@8,700000/ide@6/sd@0,0 (sd0): Jun 1 13:50:43 <sysname>