View Full Version : top navigational menu


cute_angel10490
08-23-2004, 05:33 AM
hi, is there a way to position this menu (http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm)? coz i want my banner to be first then the menu then the contents...


thanks

Monkey Bizzle
08-23-2004, 05:58 AM
in the code, find this part...

//UNCOMMENT BELOW LINE TO MOVE MENU DOWN 50 pixels
//myNavBar1.moveTo(0, 50);

it says to "uncomment" it meaning get rid of the // in front of the 2nd line... just so you know, // in javascript makes a comment so it doesn't affect the coding... anyways... it says if you uncomment that part then it will move it down 50 pixles so one would ASSUME that if you uncomment it and change it to 100 or 200 or whatever, it would move it down that many pixels... and i'll even bet that the first number that is a 0 right now will move it to the left... just remember KEEP the // in front of that first line if you decide to use this or you will screw your code up...