DHTML Nav Bar Placement

This may not belong in this forum, sorry.<br />
<br />
I've found a few really nice DHTML Nav bars that I would like to use. All of them have fixed location settings so that I have to state left position, top position. Does anyone know how to get around this so that I can force it's location to a cell in my page layout table? or can someone explain why not?<br />
<br />
Also, I'm still learning my style sheets, can a DHTML menu be placed in one so that I can configure it once? If so, is there anything special that needs to be placed before and after the code in the sheet.<!--content-->these DHTML menu systmes can be placed in different areas with some editing and so forth. If your not familiar with CSS and JavaScript... your in for a ride. <br />
<br />
I mean without seeing the exact menu you want to use, and also not seeing the page you want to put it into..... its hard to say exactly what needs to happen. Generally there is a portion that goes into to head..... and another that is placed onto the page itself. <br />
<br />
Sure I have placed these in table cells and so forth. It really comes down to the menu itself.<!--content-->This is excatly what i'm trying to get around.<br />
<!-- m --><a class="postlink" href="http://www24.brinkster.com/writingforums/index.html">http://www24.brinkster.com/writingforums/index.html</a><!-- m --><br />
i've tried using % to postion the layers but its different for all screen sizes.If there is any thing we can do it will be great.<br />
<br />
jon<br />
<!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e --><!--content-->I see what you mean jonn, if I even as much adjust my window size it throws your menu off.<br />
<br />
I'm using coolmenu3 from DHTMLCentral.com, aka Bratta. I guess we may be in the same place because I want a left nav bar and I could leave my table left justified but I want it center on the page (I know I'm picky).<br />
<br />
I'm having another problem with coolmenu3 in that the coolmenu3.js default location in the script is "up one level" from the page it resides on and I cannot find where in the script to specify the location I would like that file to be. DHTMLCentral.com is an outstanding site but there's not a lot of response going on on the forums.<br />
<br />
Dr. Web I'd show you my example but until I bypass the problem above you couldn't see it.<!--content-->if you are calling an external script then somewhere in your head tags you will see this.<br />
<br />
<script language='JavaScript' src='http://www.htmlforums.com/archive/index.php/script.js' type='text/javascript'></script><br />
<br />
you could try moving it to another directory but you might run into problems on calling teh script. I have done this with a couple of Dhtml menus and I had to keep the files together in order for it to work. but that is just a suggest as you might not.<!--content-->Thanks scoutt,<br />
<br />
The call was - <script language="JavaScript1.2" src=http://www.htmlforums.com/archive/index.php/"../coolmenus3.js"><br />
<br />
and I was not looking at the ../ I removed that and it works great.<br />
<br />
Now let me finish off an example of my earlier post so Dr.Web can see what I'm talking about as far as the location of the menu.<!--content-->Ok, first off this was done in FrontPage (sorry)<br />
<br />
If you go to <!-- m --><a class="postlink" href="http://www.geocities.com/miketcarrigan/home.htm">http://www.geocities.com/miketcarrigan/home.htm</a><!-- m --><br />
<br />
you can see how I would like it layed out centered and there is a java script menu where I would like the DHTML to reside.<br />
<br />
If you go to <!-- m --><a class="postlink" href="http://www.geocities.com/miketcarrigan/personnel.htm">http://www.geocities.com/miketcarrigan/personnel.htm</a><!-- m --><br />
<br />
you can see how I have everything aligned left to prevent page resizes in moving the DHTML. On about line 88 is the line for the position. Sorry, but it still has all of the referances in the script, haven't cleaned it up yet.<br />
<br />
Thanks<!--content-->
 
Back
Top