-
Hello every one-
I'm new here and hope I'm in the right forum. If anyone has the time to take a look at the source code at
http://www.cityofcanton.com I have a java nav bar. While I entered the params, someone else made the bar for me. I've messed with it quite a bit but can't get the sub menus to drop down the way they should.
I really like the neatness of the submenus on the nav bar at Jasc.com and I'm trying to fix it so it lines up better like that one.
I'd appreciate any help. Thanks.
-
This is really a client-side scripting issue but
<div id="Layer0" style="position:absolute; left:49px; top:124px; width:230px; height:222px; z-index:1; background-color: #202868; layer-background-color: #202868; border: 1px none #000000; visibility: hidden">
This is the opening div tag for the first drop down menu just change the left:49px; to whatever to make it where you want it in your case it needs to be increased a bit. So for each drop down menu just change that attribute accordingly, it will take a few tries to get right.
BTW thats javascript not java.