Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:07

Stretched menus...what's going on?


Poster: drewvigal
Dated: Friday April 21 2006 - 2:09:22 BST

My menu bar and submenu is stretching across the screen on FF & IE. Not doing it on Safari. What's going on? i think it's in my CSS since it works fine when i don't link to it...but I need my CSS in there...

page __at__ http://shelbystar.devigal.com/v01.5/pulldown5.html

Please help...


Poster: Ruth
Dated: Friday April 21 2006 - 6:13:03 BST

Hi,

I'm not seeing that. WHich browser versions?

Also, you seem to have the call for the menus inside a div. Take that out and put them the first thing after the body tag.
Code:
<body id="shelbystar-com" class="home"><!-- Site Navigation -->

<!-- ***** This is the section of code you need to paste into your web pages ***** -->
<script type="text/javascript" src="menuscript/milonic_src.js"></script>   
<noscript><a href="http://www.milonic.com/">JavaScript Menus and DHTML Menus Powered by Milonic</a></noscript>
<script type="text/javascript">
if(ns4)_d.write("<scr"+"ipt type=text/javascript src=menuscript/mmenuns4.js><\/scr"+"ipt>");      
  else _d.write("<scr"+"ipt type=text/javascript src=menuscript/mmenudom.js><\/scr"+"ipt>");
</script>
<script type="text/javascript" src="menuscript/menu_data.js"></script>
<!-- **** JavaScript Menu HTML Code -->

<div id="page">



The menu is set using absolute positioning in the menu itself, the menu will be position at 20px left and 110px from the top.

Ruth


Poster: Migru
Dated: Friday April 21 2006 - 8:52:28 BST

drewvigal wrote

Quote:
My menu bar and submenu is stretching across the screen on FF & IE.


Tested (IE 6.028 / FF 1.502 / OP 8.51) - cannot confirm too, it is like Ruth said
Michael