<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1012660" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1012660</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigational-bar#comment-1073267</link>
    <description> &lt;p&gt;Hey that&#039;s a great idea!&lt;/p&gt;
&lt;p&gt;I don&#039;t know why I can&#039;t think of these things.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;  Oh well.  I was just sitting here plugging the code in over and over.  Now I&#039;m going to STOP and try your suggestion.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Phyllis&lt;/p&gt;
&lt;p&gt;Later.....  Okay, I&#039;ve updated my page with all new menus now.  Take a look at &lt;a href=&quot;http://www.afsaonline.org/Credit2000/&quot; class=&quot;bb-url&quot;&gt;Credit: The Journal for Market Funded Financial Services Providers&lt;/a&gt;.  I&#039;m really happy with the new navigation.  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;[Edited by phyllis on 10-26-2000 at 10:50 AM]&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Oct 2000 13:05:16 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1073267 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigational-bar#comment-1073257</link>
    <description> &lt;p&gt;If you are using the same menu on every page i have found you can put the whole script into a external js file and link it into the page.&lt;br /&gt;
So you only nead to add 2 lines of code to every page.&lt;/p&gt;
 </description>
     <pubDate>Thu, 26 Oct 2000 05:09:32 +0000</pubDate>
 <dc:creator>Josh Simpson</dc:creator>
 <guid isPermaLink="false">comment 1073257 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigational-bar#comment-1073227</link>
    <description> &lt;p&gt;Josh, it&#039;s WORKING!!!  &lt;/p&gt;
&lt;p&gt;Thanks for the information about the zindex - I was wondering what that meant.  I never got the last test to work (kept getting some integer error), but I fixed the zindex thing on the 3rd example and then compared it line by line to your sample.  I found an extra line that was causing the duplication of one of the sections.  Anyway, I&#039;m thrilled with this!  I think it will make my overall site much easier to navigate.&lt;/p&gt;
&lt;p&gt;Here&#039;s the fully working sample now:&lt;br /&gt;
&lt;a href=&quot;http://www.afsaonline.org/Credit2000/coolcredit.html&quot; class=&quot;bb-url&quot;&gt;http://www.afsaonline.org/Credit2000/coolcredit.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&#039;m about to start incorporating it throughout the site (I&#039;m debating whether to expand the top frame &amp;amp; include it in the frame - I hate frames, but it might speed things up if the .js file takes a while to load).&lt;/p&gt;
&lt;p&gt;Anyway, thanks again!&lt;br /&gt;
Phyllis&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2000 14:32:58 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1073227 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigational-bar#comment-1073223</link>
    <description> &lt;p&gt;I cant see the problem with the last post but you i can help with the third example with the top menu going behind the second.&lt;/p&gt;
&lt;p&gt;Here&lt;/p&gt;
&lt;p&gt;function init() {&lt;/p&gt;
&lt;p&gt;  // Get width of window, need to account for scrollbar width in Netscape.&lt;/p&gt;
&lt;p&gt;  fullWidth = getWindowWidth()&lt;br /&gt;
    - (isMinNS4 &amp;amp;&amp;amp; getWindowHeight() &amp;lt; getPageHeight() ? 16 : 0);&lt;/p&gt;
&lt;p&gt;  myNavBar1.resize(760);&lt;br /&gt;
  myNavBar1.create();&lt;br /&gt;
  myNavBar1.setzIndex(2);&lt;/p&gt;
&lt;p&gt;  myNavBar2.resize(760);&lt;br /&gt;
  myNavBar2.create();&lt;br /&gt;
  myNavBar2.setzIndex(2); &amp;lt;----- here set the 2 to a 1 like &quot;myNavBar2.setzIndex(1);&quot;&lt;br /&gt;
  myNavBar2.moveTo(0,30);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;I had the same probem&lt;/p&gt;
 </description>
     <pubDate>Wed, 25 Oct 2000 03:01:18 +0000</pubDate>
 <dc:creator>Josh Simpson</dc:creator>
 <guid isPermaLink="false">comment 1073223 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigational-bar#comment-1073209</link>
    <description> &lt;p&gt;Okay,&lt;/p&gt;
&lt;p&gt;I went through Josh&#039;s code stepped by step, but now I&#039;m getting strange JavaScript errors when I try to open the page.  Here&#039;s a &lt;a href=&quot;http://www.afsaonline.org/Credit2000/test4.html&quot; class=&quot;bb-url&quot;&gt;link to the newest test page&lt;/a&gt; (navigation bars don&#039;t display).  And here is a link to the &lt;a href=&quot;http://www.afsaonline.org/Credit2000/testmain4.txt&quot; class=&quot;bb-url&quot;&gt;source code&lt;/a&gt; (text file).&lt;/p&gt;
&lt;p&gt;Josh, your sample works fine until I download it onto my hard drive.  Then the navbar no longer displays.  Is it mapped somehow to files on your system?  (Did you alter the js file?).  And if so, did I just do that to the my newest test file? &lt;/p&gt;
&lt;p&gt;I&#039;d be greatly appreciative if you guys can help me figure out the bugs in my code!&lt;/p&gt;
&lt;p&gt;Thanks very much,&lt;br /&gt;
Phyllis&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Oct 2000 19:19:52 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1073209 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigational-bar#comment-1073208</link>
    <description> &lt;p&gt;Josh, thanks!&lt;/p&gt;
&lt;p&gt;I just downloaded your sample and will give it a shot!  I&#039;d been working on my own on it (for some reason, I haven&#039;t been able to log into Webmaster-Forums all day).  I got as far as this - &lt;a href=&quot;http://www.afsaonline.org/Credit2000/test3.html&quot; class=&quot;bb-url&quot;&gt;test 3&lt;/a&gt; - which is obviously screwed up (one section is duplicated &amp;amp; the top menu opens behind the bottom one), but I&#039;ll go through and compare my file to the sample you made and see if I can get it worked out!  (Yeah, I may be asking for more help as some of the syntax is a mystery to me.)  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Many thanks,&lt;br /&gt;
Phyllis&lt;/p&gt;
&lt;p&gt;[Edited by phyllis on 10-24-2000 at 03:23 PM]&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Oct 2000 18:35:58 +0000</pubDate>
 <dc:creator>phyllis</dc:creator>
 <guid isPermaLink="false">comment 1073208 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/navigational-bar#comment-1073203</link>
    <description> &lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;I just put this togeather&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://redrival.com/jls/menutest/&quot; class=&quot;bb-url&quot;&gt;http://redrival.com/jls/menutest/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;The menu can be movied around te page with the &quot;moveTo(x, y)&quot; as explained on Dynamic Drive.&lt;br /&gt;
is this what you want?&lt;br /&gt;
If it is you can use it &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;br /&gt;
If you need more help just ask&lt;/p&gt;
&lt;p&gt;[Edited by Josh Simpson on 10-24-2000 at 05:21 AM]&lt;/p&gt;
 </description>
     <pubDate>Tue, 24 Oct 2000 09:17:54 +0000</pubDate>
 <dc:creator>Josh Simpson</dc:creator>
 <guid isPermaLink="false">comment 1073203 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
