Problem with custom navigation bar

I'm trying to create a custom left navigation bar with adaptive tag. when user click on the link it will direct to a pagelet which is created with page template. How can I do it? I don't understand what is pt:objectid? Where can I look for answer? I just need a simple example. Thank you.

You can get the object id from the "Edit this Community" feature under "My Communities" then look in "properties and names". If you look in the address bar you could also see the objid in there (objId=1234). I was having problems with this too.
What I did was use the ptdata tag like this:
<div id="topNav">
<pt:ptdata.currentcommunityiddata pt:id="currcomm" />
<pt:ptdata.subcommunitiesdata pt:commid="1234" pt:id="subcommunityPages" />
<ul>
<pt:standard.choose>
<pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="3217">
<li class="down">
</pt:standard.when>
<pt:standard.otherwise>
<li>
</pt:standard.otherwise>
</pt:standard.choose>
<pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">Home</pt:standard.openerlink>
</li>
<pt:logic.foreach pt:data="subcommunityPages" pt:var="varCommunityPage">
<pt:standard.choose>
<pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="$varCommunityPage.objid">
<li class="down">
</pt:standard.when>
<pt:standard.otherwise>
<li>
</pt:standard.otherwise>
</pt:standard.choose>
<pt:core.html pt:tag="a" href="$varCommunityPage.url" title="$varCommunityPage.title">
<pt:logic.value pt:value="$varCommunityPage.title"/>
</pt:core.html>
</li>
</pt:logic.foreach>
</ul>
</div></p>
<p>This is for a community that has subcommunities. you could also do the same thing with pages instead.
Short explaination:
This line sets up a data object for the current community data and assigns it the variable name "currcomm":
<pt:ptdata.currentcommunityiddata pt:id="currcomm" /></p>
<p>This line gets the subcommunities for a particular community (in this case commid="1234" ). You specify which community with the pt:commid.
<pt:ptdata.subcommunitiesdata pt:commid="1234" pt:id="subcommunityPages" /></p>
<p>I used a <ul> for it but you could really do it any way you want.</p>
<p>I added a static "home" tab that will always link to my top level page of the community. this is optional and there may be a better way of doing it:
<pt:standard.choose>
<pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="3217">
<li class="down">
</pt:standard.when>
<pt:standard.otherwise>
<li>
</pt:standard.otherwise>
</pt:standard.choose>
<pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">Home</pt:standard.openerlink>
</li></p>
<p>for a link to your page you can use this tag. You can get both the objectid and classid from the "properties and names" page as mentioned above. pt:mode is how/what should be displayed (The action of the link (Opener mode). 1 = Open, 2 = View, 3 =ViewMeta.)
<pt:standard.openerlink pt:objectid="3217" pt:classid="512" pt:mode="2">
I also have a choose in there to test if the current community you're in is the same as the community of the link. That lets me add a class="down" for a down state. </p>
<p>This loops through all the subcommunities and builds a link in this format <li>TITLE OF COMMUNITY</li>. </p>
<p><pt:logic.foreach pt:data="subcommunityPages" pt:var="varCommunityPage">
<pt:standard.choose>
<pt:standard.when pt:test="isMatch" pt:str1="$currcomm.objid" pt:str2="$varCommunityPage.objid">
<li class="down">
</pt:standard.when>
<pt:standard.otherwise>
<li>
</pt:standard.otherwise>
</pt:standard.choose>
<pt:core.html pt:tag="a" href="$varCommunityPage.url" title="$varCommunityPage.title">
<pt:logic.value pt:value="$varCommunityPage.title"/>
</pt:core.html>
</li>
</pt:logic.foreach>
</p>
<p>Hopefully that is what you're trying to do.
Like I said, you can use the same process for pages instead of subcommunities by using the communitypagesdata tag instead of subcommunitiesdata. You could also combine the two and list all the subcommunities with a foreach loop and inside each loop get the pages from the communitypagesdata with the commid set to the subcommunity objid for that subcommunity.</p><p>
THis document is very helpful with PT tags... [url http://e-docs.bea.com/alui/devdoc/docs60/References/API_Libraries/TagDocs/index.html]http://e-docs.bea.com/alui/devdoc/docs60/References/API_Libraries/TagDocs/index.html</p>
-Matt
Edited by thelimpingtoad at 03/14/2008 5:55 AM

Similar Messages

  • Learning - Problems with Horizonal Navigation Bar

    Everything looks OK until I preview it in Firefox and then the bars blink and don't expand properly....can anyone see what is wrong here,  thanks so much
    <ul id="MenuBar1" class="MenuBarHorizontal">
                <li><a href="#">Home</a>              </li>
                <li><a href="../Seminary Life.html" class="MenuBarItemSubmenu">Seminary Life</a>
                  <ul>
                    <li><a href="../Tour.html">Tour of Seminary</a></li>
                    <li><a href="../Formation.html" class="MenuBarItemSubmenu">Formation Process</a>
                      <ul>
                        <li><a href="../Human.html">Human</a></li>
                        <li><a href="../Intellectual.html">Intellectual</a></li>
                        <li><a href="../Pastoral.html">Pastoral</a></li>
                      </ul>
                    </li>
                  </ul>
                </li>
                <li><a class="MenuBarItemSubmenu" href="../Admissions.html">Admissions</a>
                  <ul>
                    <li><a class="MenuBarItemSubmenu" href="../Degrees.html">Degrees Offered</a>
                      <ul>
    <li><a href="#">Item 3.1.2</a></li>
                      </ul>
                    </li>
                    <li><a href="../Course List.html">Sample Course List</a></li>
                    <li><a href="../Dioceses.html">Sending Dioceses</a></li>
                    <li><a href="../Application.html">Application Process</a></li>
                  </ul>
                </li>
                <li><a href="../People.html" class="MenuBarItemSubmenu">People</a>
                  <ul>
                    <li><a href="../Faculty.html">Faculty</a></li>
                    <li><a href="../Staff.html" class="MenuBarHorizontal">Staff</a></li>
                    <li><a href="../Seminarians.html">Seminarians</a></li>
                    <li><a href="../Board.html">Board of Advisors</a></li>
                    <li><a href="../Alumni.html">Alumni</a></li>
                  </ul>
                </li>
                <li><a href="../News.html" class="MenuBarItemSubmenu">News and Events</a>
                  <ul>
    <li><a href="../Calendar.html">Calandar</a></li>
                    <li><a href="../Mass.html">Public Mass Schedule</a></li>
                  </ul>
                </li>
                <li><a href="../Auxilliary.html" class="MenuBarItemSubmenu">Trinitary Auxilliary</a>
                  <ul>
                    <li><a href="../Auxilliary Membership.html">Membership</a></li>
                    <li><a href="../Auxilliary Activities.html">Activities</a></li>
                  </ul>
                </li>
                <li><a href="../Support.html" class="MenuBarItemSubmenu">Support The Seminary</a>
                  <ul>
                    <li><a href="../Donations.html">Donations</a></li>
                    <li><a href="../Welcome Dinner.html">Welcome Dinner</a></li>
                    <li><a href="../Prayer.html">Prayer</a></li>
                  </ul>
                </li>
                <li>
                  <div align="center"><a href="../Contact.html">Contact Us/Map</a></div>
                </li>
                <li>
                  <div align="center"><a href="../Links and Privacy.html">Additional Links and Privacy Statement</a></div>
                </li>
              </ul>

    Thanks - unfortunately, I can't send the URL since it isn't a published site.  I have tried taking it out and putting it back and still can't do it.  Here is the template HTML....
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <HTML>
    <HEAD>
    <!-- #BeginEditable "doctitle" -->
    <TITLE>Dreamweaver Template</TITLE>
    <!-- #EndEditable -->
    <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <LINK rel="stylesheet" href="file:///C|/Documents and Settings/pat/Desktop/Website/HTS Demo/18/general.css" type="text/css">
    <!-- #BeginEditable "metaTags" -->
    <META name="keywords" content="">
    <META name="description" content="">
    <!-- #EndEditable -->
    <style type="text/css">
    body {
        background-color: #DBDBDB;
        background-image: url(../Images/Chapel-UpperWindow1.jpg);
        background-repeat: repeat;
        margin-left: 75px;
        margin-right: 75px;
        margin-top: 50px;
        margin-bottom: 50px;
    </style>
    <style type="text/css">
    a:link {
        color: #900;
    a:visited {
        color: #000;
    h1 {
        color: #900;
    h2 {
        color: #900;
    h3 {
        color: #900;
    h4 {
        color: #900;
    </style>
    <script src="../Demo/Templates/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="../Demo/Templates/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css">
    </HEAD>
    <BODY bgcolor="#DBDBDB">
    <TABLE width="956" border="0" align="center" id="maintable">
      <TR bgcolor="#DBDBDB">
        <TD width="950" height="222" valign="bottom">
          <TABLE width="950" border="0" cellpadding="0" cellspacing="0">
            <TR>
              <TD width="950" bgcolor="#DBDBDB"><IMG src="../Images/name.gif" alt="" width="626" height="111"><img src="../Images/Outside 5-2010 cropped and edited.jpg" alt="Outside of Building" width="321" height="111" border="0"></TD>
            </TR>
            <TR>
              <TD height=1
              02
              " bgcolor="#DBDBDB"><p><br>
              </p>
                <ul id="MenuBar1" class="MenuBarHorizontal">
                  <li><a href="../Demo/Index.html">Home</a>              </li>
                  <li><a href="../Demo/Seminary Life.html" class="MenuBarItemSubmenu">Seminarian Life</a>
                    <ul>
                      <li><a href="../Demo/Tour.html">Tour of Seminary</a></li>
                      <li><a href="../Demo/Formation.html" class="MenuBarItemSubmenu">Formation Process</a>
                        <ul>
                          <li><a href="../Demo/Human.html">Human</a></li>
                          <li><a href="../Demo/Intellectual.html">Intellectual</a></li>
                          <li><a href="../Demo/Pastoral.html">Pastoral</a></li>
                        </ul>
                      </li>
                    </ul>
                  </li>
                  <li><a class="MenuBarItemSubmenu" href="../Demo/Admissions.html">Admissions</a>
                    <ul>
                      <li><a href="../Demo/Degrees.html">Degrees Offered</a>                  </li>
                      <li><a href="../Demo/Course List.html">Sample Course List</a></li>
                      <li><a href="../Demo/Application.html">Application Process</a></li>
                    </ul>
                  </li>
                  <li><a href="../Demo/People.html" class="MenuBarItemSubmenu">People</a>
                    <ul>
                      <li><a href="../Demo/Faculty.html">Faculty</a></li>
                      <li><a href="../Demo/Staff.html">Staff</a></li>
                      <li><a href="../Demo/Seminarians.html">Seminarians</a></li>
                      <li><a href="../Demo/Board.html">Board of Advisors</a></li>
                      <li><a href="../Demo/Alumni.html">Alumni</a></li>
                    </ul>
                  </li>
                  <li><a href="../Demo/News.html" class="MenuBarItemSubmenu">News and Events</a>
                    <ul>
                      <li><a href="../Demo/Calendar.html">Calendar</a></li>
    <li><a href="../Demo/Mass.html">Public Mass Schedule</a></li>
                    </ul>
                  </li>
                  <li><a href="../Demo/Auxilliary.html" class="MenuBarItemSubmenu">Trinitary Auxilliary</a>
                    <ul>
                      <li><a href="../Demo/Auxilliary Membership.html">Membership</a></li>
                      <li><a href="../Demo/Auxilliary Activities.html">Activitis</a></li>
                    </ul>
                  </li>
                  <li><a href="../Demo/Support.html" class="MenuBarItemSubmenu">Support the Seminary</a>
                    <ul>
                      <li><a href="../Demo/Donations.html">Donations</a></li>
                      <li><a href="../Demo/Welcome Dinner.html">Welcome Dinner</a></li>
                      <li><a href="../Demo/Prayer.html">Prayer</a></li>
                    </ul>
                  </li>
                  <li><a href="../Demo/Contact.html">Contact Us/Map</a></li>
                  <li><a href="../Demo/Links and Privacy.html">Additional Links and Privacy Statement</a></li>
                </ul>
              <p>  </p></TD>
            </TR>
          </TABLE>
        </TD>
      </TR>
      <TR bgcolor="#DBDBDB">
        <TD width="950" valign="top"><!-- TemplateBeginEditable name="Body" -->
          <hr>
        <!-- TemplateEndEditable -->            </TR>
      <TR bgcolor="#DBDBDB">
        <TD width="950" height="130" valign="top"><P align="center" class="small"><BR>
          &copy;
          <script language="JavaScript" type="text/javascript">
    var d=new Date();
    yr=d.getFullYear();
    if (yr!=2000)
    document.write(" "+yr);
            </script>2010 All Rights Reserved<br>
          Holy Trinity Seminary        <br>
          Mailing Address: PO Box 140309, Irving, TX 75014-0309<br>
          Physcial Address:  2121 Vince Hagan Drive, Irving, TX 75062<br>
          Voice: 972-438-2212     Fax:  972-438-6530      </P></TD>
      </TR>
    </TABLE>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </BODY>
    </HTML>
    Thanks again.

  • After Migrating from 10g to 11g Geeting problems with Guided navigations.

    After Migrating from 10g to 11g Geeting problems with Guided navigations and section navigations not working.
    And we are getting the following error <<odbc driver returned an error (SQLExecDirectW)>> where we have used navigations.
    In 10G we have Guided navigation Reports to display the Reports links and intermediate reports for conditionally displaying the Dashboard section(Reports) but after migrating to 11g Guided navigation reports and conditional reports are not working..
    We know that in 11g section navigation replaced with conditions and Guided navigation replaced with action link.. but
    do we need to recreate those reports in actions and condition or is there any work around avoid reworking.

    Hi Both,
    Thanks for the reply ...
    For Guided navigation we are getting like below error:
    Odbc driver returned an error (SQLExecDirectW).
    For Conditional dashboard section we are getting like below error:
    "saw.aViewsToRefresh = [];saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:3jsmgfs3c1r4tn7c~n:condition'] = true;saw.aViewsToRefresh['d:dashboard~p:1egt6il5utl0uu8n~s:nos5q43jvjmi643b~n:condition'] = true;"

  • I am having a strange problem with the awesome bar

    The awesome bar/location bar is no longer as awesome as it used to be. When I start typing in an address it seems like it no longer checks through my history and gives a list of possible matches but just gives the stem of an address. For example, if I type in 'goo' it will complete this to 'google.com' if I then append this with an '/a' it will complete this to 'google.com/analytics' but that's as good as it gets, as I say, no list from the history or bookmarks.
    I've checked the options and also about:config and all the settings are as they should be, as far as I can tell (and I certainly hadn't changed any of them when it started misbehaving). I've also disabled all extensions and plug-ins.
    It's driving my slightly bonkers because I quite often use sites with long addresses and can't remember each of the components of each address. I'd switch to using Chrome but I also use Firebug a fair bit so don't really want to do this.

    Hi cowtan, <br/>Sorry you are having problems with the awesome bar.
    I imagine the new behaviour may be reversed by changing some pref but I have not looked that up.
    Regardless of the new behaviour you seem to have some fault as my awesomebar still gives bookmarked items.
    As a troubleshooting step try adding an asterisk in the awesomebar (as first character or anywhere) that should then filter the results in the dropdown list to bookmarked only items, does that work ?
    * see [[Search your bookmarks, history and tabs with the Awesome Bar#w_changing-results-on-the-fly]]_changing-results-on-the-fly
    You possibly have some extension interfering with the awesome bar, try Firefox in safe mode (but do NOT* at this stage try the Reset Firefox option)
    <nowiki>*</nowiki>'''edit''' - personal opinion, if a user; such as you; is knowledgeable enough to use ''about.config'' the easy solution of ''FirefoxReset ''is probably not the best route, as it can have unwanted side effects that are avoidable.
    * [[Troubleshoot Firefox issues using Safe Mode]]
    Do your bookmarked items appear in safe mode ?
    <u>Try a new Profile.</u><br/>The best method for troubleshooting this will be to set up a new Firefox profile, you can then: experiment, troubleshoot, alter settings or extensions installed in that profile without changing and potentially damaging your current profile.
    * http://kb.mozillazine.org/Profile_Manager#Creating_a_new_profile
    I suggest to prevent unexpected problems you
    * use a sensible name such as test 2012 for the profile name
    * ensure an empty folder is used & do not then rename or delete the new profile (instead add or delete shortcuts to it)
    * also see http://kb.mozillazine.org/Using_multiple_profiles_-_Firefox

  • Problem with custom paper size on dot matrix printer

    Hi All,
    I'm using CR2008 with updated to SP2. I have a problem with custom paper size (W=21; H=14), the CR Viewer show report with custom paper size correctly but when I print it to a dot matrix printer (Epson LQ 300+) the content was rotated to landscape. If print to a laser printer the content was printed correctly. My report was printed correctly by CR10 or previous versions I got this issue when upgraded to CR2008. I aslo tested my computer and printer with orther application like MS Word the printing have no problem with custom paper size.
    Thanks for any advice for me.
    Han

    Looking at the Epson LQ 300+ driver, I see that the latest update is from 2002. In my experience, most matrix printer drivers are not unicode. Crystal Reports is designed to only work with unicode printer drivers. See the [How Printer Driver Options Affect a Report|https://www.sdn.sap.com/irj/boc/index?rid=/library/uuid/a09051e9-721e-2b10-11b6-f9c65c64ef29&overridelayout=true] article, page 6 for details. Also, see [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
    Finally, see if you can print from the CR designer to this printer and if you get the correct results here.
    Ludek

  • ITS 6.20 SP18 Problem with the top bar menus

    Hello Henning,
    we're using ITS 6.20 SP18 and experience a problem with the top bar menus in the SAPGUI for HTML (Enjoy Design) in both MSIE 6 and Moz Firefox 1.0.4.
    When clicking the dropdown menus in the top bar the menu simply won't open. This only occurs in all of our homegrown (Z*) services when dropping into SAPGUI for HTML (ITS is in mixed mode). However - When running service WEBGUI seperately (via ...scripts/wgate/WEBGUI/! ) the menus work funnily enough.
    This worked fine prior to the upgrade. Is there a new service parameter that I need to set? Have you got any more documentation? I checked out any related SAPNet notes on the SP18 documentation sheet, but couldn't find anything related.
    Kind regards,
    Michael

    > There is no known problem regarding ITS 6.20 PL 18
    > and the menu at this time. Please provide an example
    > for a service file (.srvc) of one of your Z
    > services and also the global.srvc.
    >
    <u>These are the <b>global.srvc</b> settings</u>
    ~appserver 
    ~client  010
    ~clientcert  1
    ~cookies  1
    ~exiturl 
    ~hostsecure  xxxxxxxxx
    ~hostunsecure  xxxxxxxxx
    ~language 
    ~login 
    ~logingroup  ZZZZZZZZ
    ~menu2002  0
    ~messageserver  xxxxxxxx.xx.xx.xx
    ~multiinstanceservices  1
    ~password 
    ~portsecure  443
    ~portunsecure  80
    ~routestring 
    ~runtimemode  pm
    ~systemname  XXX
    ~systemnumber  00
    ~theme  99
    ~timeout  120
    ~urlarchive  /scripts/sapawl.dll
    ~urlimage  /sap/its/graphics
    ~urlmime  /sap/its/mimes
    ~usertimeout  1
    ~webgui_theme  99
    ~xgateway  sapdiag
    ~xgateways  sapxgadm,sapdiag,sapxgwfc,sapxginet,sapxgbc,sapextauth
    ~rfctimeout     10
    ~noheaderokcode  1
    ~http_use_compression  1
    ~http_compress_level  7
    ~mysapcomnosso1cookie  1
    <u>These are the service settings for one of our <b>Z* services</b>:</u>
    ~AUTOSCROLL     0
    ~COOKIES     1
    ~GENERATEDYNPRO     1
    ~HTTP_COMPRESS_LEVEL     9
    ~HTTP_USE_COMPRESSION     1
    ~LISTSCROLLING     0
    ~LOGIN
    ~PASSWORD
    ~POPUPS     1
    ~STYLE     DHTML
    ~TRANSACTION     Zxxxxx
    ~WEBGUI
    ~WEBGUI_POPUPS     1
    ~WEBGUI_THEME     99
    Kind regards,
    Michael

  • Problem with the progress bar

    I've have a problem with the progress bar of my ipod. I bought a 5th generation ipod about 8-9 months ago. Now its progress bar stuck so it only shows the 5 dots. It doesn't show both scrubber bar and song time bar. When I press the center button, the 5 dots dissappear from the screen and then reappear but it doesn't show the other bars. Do you know what is the problem and How can I fixed it?

    have you tried resetting ipod, cause as far as i know, this is sometimes just a temporary glitch, mine does this.

  • Problems with Custom Paper Size and Address Book

    I'm having some trouble printing from Address Book onto a custom paper size. I'm attempting to set up a notecard, and only print one at a time, rather than multiple columns as in the Labels option. The trouble is that when creating this small size, Address Book doesn't recognize it as anything other than a regular sheet of US Letter, and thus prints the address in the middle of the page.
    I have no problem printing envelopes, though, which seems odd because they too go in the manual feed for my printer. The notecards are similar width to the envelopes, but only about half the length.
    Has anyone else experienced problems with custom paper sizes printing improperly? I'm using an HP 4515 LaserJet, but have access to a few other laser printers. Thanks for any insight

    I have had the same problem, and with the same result; Adobe Tech Support can't help or fix, after 15 hours on phone, Level 2 support. It is a software bug Adobe has, and can't seem to fix.  I just upgraded to Lightroom CC, and my problem migrated with the upgrade.  I print in Photoshop fine.
    If you found an answer, I would appreciate  knowing how to do it!
    Thanks

  • Problems with custom buttons

    I have problems with custom buttons in Captivate 5. The button is not switching from the _up stage to _over stage, but when I click on it the _down stage works fine. It is not a problem with the naming of the buttons. They are all with the same name and in lower case. I have tried with various custom buttons and the problem is the same. There is no problems with the standard buttons from the Adobe Gallery, so it is a bit strange, also strange that it is only the _over stage that causes problems.
    The buttons I have made in Adobe Illustrator. Have tried both exporting in png and bmp format. It is the same problem.
    Hope someone has some idea as to what can be wrong.

    Hi Manish,
    I have uploaded the zip file with the button files to Acrobat and mailed you the link.
    Look forward to hear if you find a reason or more importantly a solution :-)
    Kind regards
    Rene

  • 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.

  • Having problem with Nav. Bar on PC's

    Hi All,
    After thinking I was finished with my web page and checking it on three different Mac's with Safari, Firefox, Netscape and Exploer, all seemed to be fine. Alas, anyone who has tried to view it on a PC can not go beyond the first page since the links on the Nav.bar don't work.
    Can anyone tell my why this has happened and how to fix it?
    Thanks
    iBook G3   Mac OS X (10.2.x)  

    Nice site, things are looking good. To be honest I don't know how to fix your problem with windows users not being to access your nav bar, but I do know that there are quite a few people on here who have both safari and windows and will probably post about this. What I can offer is my opinion on the default iweb nav bar, get rid of it and create your own. Simply create a text-box and enter in the name of your page. Highlight the text box, open up the inspector - chose the link tab at the very end - chose to enable as a hyperlink and select one of my pages. Select the page you would like to link to and your all set. This is a long way around your problem, but it will enhance your site visually and hopefully solve your problem. I have done this on a few sites, and never had any problems reported from windows users. After you do this dont forget to uncheck the display navigation menu box in the inspector under the page tab. Hope this helps and good luck!

  • Internet Explorer Problem with Spry Menu Bar

    http://www.cloud9industries.com/clients/jewelryworld/index4.html
    OK here we go
    #1) In IE, the toolbar doesn't appear with the same decreased
    opacity as it does in Firefox and Safari. I'm using a png
    background image with a transparent background and I've defined the
    background color the same as the lower layer's color. Any ideas?
    #2) THE BIG ISSUE - IE doesn't display the drop down portions
    of the menu properly as they display horizontally. If the cursor
    moves into the <li> from another <li> the menu displays
    as aforementioned. If the cursor moves into the <li> from
    outside the menu bar, the menu bar behaves properly.
    This is the first page I've done with a Spry menu bar as it
    seems the former navigation bar process has been removed from
    Dreamweaver. Any tips will be greatly appreciated.
    Thanks,
    cloud9industries

    Hi,
    I took a look over your page and I noticed that you are using
    a very old spry version 1.4. The current released version is Spry
    1.6 and contains some major bug fixes for Menu Bar widget.
    Please update to this last Spry version. You can download the
    new files from
    here.
    The problem with the transparent background is an IE6 problem
    which doesn't support transparent backgrounds. This problem is
    fixed on IE7 and I check it and it works there.
    Please let us know if you still have problems with MenuBar
    after updating it to the new version
    Thanks,
    Diana

  • Need help with a navigation bar

    I am new to Dreamweaver,working on my first page. This is my first post too, so I hope that I am doing this correctly.  I created a set of navigation bars last night. It is a vertical bar with 9 items.  It looked great except the items were not centered in the sidebar.  I was experimenting tonight and now 8 of the "items"/titles have disappeared.  The list is basically gone except for the one title.  When I look in the code view all the items are listed. I hate to delete the page and start over.  Does anyone have any ideas?

    It sounds like you're using CSS to make a list of links turn into a navigation bar. If so, is there a problem with you're CSS?
    It would help if you could either attach the files or give us a link to the site.
    Nick

  • Problems with Customer Service AND unexplained charges!

    I've been with Verizon for I-don't-know-how-many years, and through the years you are bound to have a few problems here and there but some of the problems are just ridiculous! It's also the same reocurring problem!!!!!!!!!!!!!!!! I was with Alltel first, before it was bought out by Verizon. The years I was with Alltel, I didn't have near as many problems. It seems EVERY time I do the smallest change or something to my phone or bill, I get a ridiculous amount of charges that I was NOT aware of, nor told about... EVEN IF I ask "So this isn't going to change my bill, or there will not be any unexpected/unexplained charges that I don't know about?"... BUT not matter how many times I ask... and NO matter how many times I am told "no"... there always is. For example.... last year, I updated and signed a new 2 year contract and purchased the first Driod. Before, my 30 day warranty was up, I was having problems with my Driod, and decided to send it in and get a new one. Before I did this.. I called customer service to make sure there would be no interuption in my bill, and there wouldn't be any unexpect charges, and there would be no difference in anything. I was told there was not, and once I recieved my new phone, just send it in and nothing would be changed. Of course, when I get my bill.. I see I was charged $500 for the new phone. It was explained to me that my credit card was reimbursed (which I never check that card, because I never used it expect to purchase the phone) and that I was recharged for the new phone, since it was a new phone. So I had to fork out the $500 (on top of my bill) and then wait months to get the $100 rebate card. Months after that, I "assumed liablity of my line" because I was on a plan with my family. I decided to have my own line, so I "assumed liability." I was not told that when I did that, I "renewed" my contract date. So I just added 6 more months to my 2 year contract. Was NOT told about that! Then again...... I was recently having problems with my Driod (the screen went black and would not come back on.) I had to turn on an OLD motorola razor, so I would not be without a phone for two days while I was waiting on my phone to come in. As soon as my phone came in, I had my Droid turned back on. I recieved my bill recently, and my bill was $200 over what it normally should be.... so I called in... apparently, when I had my phone replaced, they dropped off my data package and when I recieved my replacement driod, they never put it back on. So I was being charged for alllll my data usage... again I was NOT told about this. I wasn't even aware that they had dropped off my data package, and when/where did they get the authority to do that??? These are just a FEW of the problems that I have had.................................
    Does anyone have these reoccuring problems!?

    I understand that my bill can be viewed online, and I do view it fairly regularly, so if there are any unexplained charges, I can call Verizon asap. The problem does not come from me not understanding my bill, but from customer service. I have been with Verizon for a very long time, and it is a continuing problem. Where did Verizon get the 'OK' to drop my data package off my plan? Who authorized that?
    After calling Verizon and trying to find out the problem, the gentleman told me that when I activated on old phone while I was waiting on my new Droid to arrive, my data package was dropped off and I "should" have been told about that. When I reactiviated my new Droid, I "should" have called and had them restart my data package. I was not aware that when you activate an old phone that data plan is taken off your plan. In all my years of having cell phones, I never make two years with one phone. I have always, at one point, had to turn on an old phone, and my data package has NEVER changed. Why would I have my data package dropped and why would I have to call Verizon to have it restarted. I would never know to do that unless I was TOLD that my data packaged HAD to be re-added when I recieved my new phone, but I was never told of that.
    All of that is beside the point, the point is, Verizon was never given the authorization to change my plan. Never. My bill was taken care of and readjusted, and I am thankful for that. It does not change the fact it is always a hassle with Verizon Customer Service and I am always the one having to PROVE that I am not at fault, or that I was NEVER told of certian things. EVERY TIME I HAVE CALLED CUSTOMER SERVICE, I AM TOLD "I'M SORRY, THEY SHOULD HAVE TOLD YOU THAT."
    "they should" does not help my bill with the extra armount of charges.

  • Problem with custom form

    Hey All,
    Has anyone ever experience a problem with maximizing or resizing their custom form? I have a rather large form that every time I try to maximize or resize causes Business One to hang and crash.
    Any ideas what might be causing this?

    Hi Curtis,
    Thanks for posting the solution... will keep it in mind!
    Thanks,
    Adele

Maybe you are looking for

  • SQL Query for full paid invoices and payed out credit notes

    Hi alltogether, I have some problems with a sql query. I want to export all closed (full paid) invoices and credit notes in a table with the paid date. The problem is that I have several internal reconciliations for one invoice or credit note. So wit

  • Need to disable a message on OAF page

    Hello I am getting the error "Your change to the data in the current form did not update the FTE value due to the following error: This assignment does not have a contract type effective as of 29-08-2012. Please use the Extra Details of Service form

  • How to make personas look a lot bigger.

    Firefox 4 basically cuts the persona in half and you can't see it. I liked fire fox 4 i just want to see the full persona again not one quarter of it.

  • Georaptor Updates now available.

    You might have seen that community updates to Georaptor mean that this extension is now available for SQL Developer 1.2. The Extension is now available from Sourceforge. I have updated the Extensions Exchangepage to reflect the new URL. <p>Sue

  • Prevent computer sleep when Apple TV is streaming from iTunes ...

    Hi, Is it possible to prevent my computer from going to sleep when my Apple TV is streaming from my iTunes library ?  I was told that I can watch a port to see if there is data  streaming through it.  What is the port used for this ? Regards. Robert