Search found 1 match

by Adawi
Mon Sep 10, 2007 8:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: pOPUP MENU
Replies: 1
Views: 1829

pOPUP MENU

i HAVE a proplem with popup menu that are not apear on firefox.
th code is
<html>
<head>
<SCRIPT LANGUAGE="JScript">
var oPopup = window.createPopup();
function window_onload() {
var oPopupBody = oPopup.document.body;
oPopupBody.style.backgroundColor = "lightyellow";
oPopupBody.style.border ...