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...
Stretched menus...what's going on?
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.
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
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">
Ruth