Stretched menus...what's going on?

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
drewvigal
Beginner
Beginner
Posts: 1
Joined: Fri Apr 21, 2006 2:06 am

Stretched menus...what's going on?

Post by drewvigal »

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 @ http://shelbystar.devigal.com/v01.5/pulldown5.html

Please help...
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Post by Ruth »

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: Select all

<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="https://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
Migru
Milonic Guru
Milonic Guru
Posts: 669
Joined: Tue Nov 01, 2005 8:22 pm
Location: Hamburg - Germany
Contact:

Post by Migru »

drewvigal wrote
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
Post Reply