Search found 4 matches

by Akinola
Tue Oct 16, 2007 8:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Items won't stay positioned absolutely where I say so
Replies: 5
Views: 5052

Re: Menu Items won't stay positioned absolutely where I say so

Thanks so much for your input. Now I see where I went wrong and I feel stupid, :roll:

But it works the way we need it. Your help was greatly appreciated.
by Akinola
Thu Oct 11, 2007 6:23 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Items won't stay positioned absolutely where I say so
Replies: 5
Views: 5052

Re: Menu Items won't stay positioned absolutely where I say so

HTML:

<html>
<head>
<title>Multi-column menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<style type="text/css">
BODY{
FONT-FAMILY:verdana;
font-size:18px;
background-color:#001d50;
}

.backG {
FONT-FAMILY:verdana;
background-color:#93c39b;
color ...
by Akinola
Tue Oct 02, 2007 9:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Items won't stay positioned absolutely where I say so
Replies: 5
Views: 5052

Menu Items won't stay positioned absolutely where I say so

I recently looked into Milonic's absolute positioning menu, and there is something I need to know.

Below is my menudata.js code:

fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150 ...