ok her er hele koden for det i er kommet med virker ikke
det er en jscript !!
//Het menu
var myNavBar2 = new NavBar(0);
//define menu items (first parameter of NavBarMenu specifies main category width, second specifies sub category width in pixels)
//add more menus simply by adding more \"blocks\" of same code below
//Movie News
dhtmlMenu = new NavBarMenu(110, 0);
dhtmlMenu.addItem(new NavBarMenuItem(\"Movie News\", \"java script:top.frames[\'content\'].location = \'
http://dadem.subnet.dk \'\"));
//set menu colors
myNavBar2.setColors(\"#FFFFFF\", \"#FFFFFF\", \"#000000\", \"blue\", \"#000000\", \"#blue\", \"#000000\", \"#6600FF\", \"#000000\");
// randmenu textmenu achtgr. item ach. it.
//set fonts
myNavBar2.setFonts(\"Verdana\", \"plain\", \"normal\", \"8pt\", \"Verdana\", \"plain\", \"normal\", \"8pt\");
//set sizes menu
myNavBar2.setSizes(0,1,1);
//Creatie menu
var fullWidth;
//move menu
myNavBar2.moveTo(75,35);
function init() {
// Get width of window, need to account for scrollbar width in Netscape.
fullWidth = getWindowWidth()
- (isMinNS4 && getWindowHeight() < getPageHeight() ? 16 : 0);
myNavBar2.resize(0);
myNavBar2.create();
myNavBar2.setzIndex(2);