SubMenu Problem

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
rohit
Beginner
Beginner
Posts: 1
Joined: Tue Jan 27, 2004 7:38 am

SubMenu Problem

Post by rohit »

Hi,
This is my first post
I have downloaded your Dhtml Horizontal Menu v5 and i am using it in frames
Here is the problem:
when i move my mouse over all the items in the main menu sub menu opens below it
But when i once again move my mouse over all the items in the main menu the submenu opens but the width of the Sub menu becomes small

Also i want to eradicate the horizontal scroll bars which are also appearing in the sub menu

here is the code of the frame file
<HTML>
<HEAD>
<TITLE> Frames </TITLE>
<frameset rows="90,*" framespacing="0" border="0" frameborder="0">
<frame name="banner" scrolling="no" noresize
target="contents" src="">
<frameset rows="130,*">
<frame name="contents" scrolling="auto" noresize target="main" align="top" src="C:\My Documents\menu1.htm">

<frame name="main" scrolling="auto">
</frameset>
</frameset>
</HEAD>

<BODY>

</BODY>
</HTML>

Here is the code of the Menu.htm file which i have changed(just the text part)

<html>
<head>

<style>
BODY{
FONT-FAMILY:verdana;
background-color:#FFFFFF;
}

.backG {
FONT-FAMILY:verdana;
background-color:#93c39b;
color:#ffffff;
border-bottom:#538c4d 2px solid;
font-size:120%;
}
</style>

<!--
Milonic DHTML Website Navigation Menu Version 5.0
Copyright 2004 (c) Milonic Solutions Limited (UK). All Rights Reserved.
Please visit http://milonic.com/ for more information.

Although this software may have been freely downloaded, you must obtain a license before using it in any production environment.
The free use of this menu is only available for Non-Profit, Educational & Personal Web Sites who have obtained a license to use.

Free, Commercial and Corporate Licenses are available from our website.
You also need to include a link back to http://milonic.com/ if you use the free license.

All Copyright notices MUST remain in place at ALL times.
This includes the first three lines of this notice on every page that uses the menu.
If you cannot comply with all of the above requirements, please contact us to arrange a license waiver.
-->

<SCRIPT language=JavaScript src="milonic_src.js" type=text/javascript></SCRIPT>
<script language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");
</script>

<SCRIPT language=JavaScript src="menu_data.js" type=text/javascript></SCRIPT>

</head>
<body>

</body>
</html>


And i have changed nothing in the menu_data.js,milonic_src.js,mmenuns4.js,mmenudom.js files

I am using IE5

Iam not able to give u any url because i am using it for Intranet and i wated to give you the screen shots but i dont know how to give it as there was no option to paste the screen shots

If you are not able to figure out my problem then please let me know how i can paste the screen shots

Please reply me quickly i have to show this to my boss tommorrow and i i am solely depending on you
thanks
Rohit
rohit sharma
User avatar
fredlongworthhighschool
Mega Advanced
Mega Advanced
Posts: 362
Joined: Fri Jun 27, 2003 11:34 am
Location: Manchester, England.
Contact:

Post by fredlongworthhighschool »

Hi,

Have you tried switching over to Iframes? I use them and don't have any problems with overlapping. I also don't have the unsightly second scroll bar at the side of the screen.
Andy Davis
Web Designer & Smartboard Manager

Fred Longworth High School, Manchester, England.
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

v5 is not yet frames-ready. There is some unsupported code on the Forum (use Search) that some folks have found to work, but note I said unsupported. Frames 'may' come later.
John
Post Reply