| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Nov 2003
Posts: 6
![]() | inserting dhtml menu i want to insert a dhtml menu in my site. i made the menu using xara and its ready.xara created 2 .js files,1 html and a coupe of images.I put all the files in the same directory that i keep my site's html's ????: NamePros.com http://www.namepros.com/programming/15559-inserting-dhtml-menu.html i made the site with coffeecup and i cant find a way to insert the menu.I tried opening the html with notepad and then pasting the dhtml source code but it didnt work heres the dhtml menu source code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>MenuMaker produced NavBar</title> </head> <body bgcolor="#ffffff" text="BLACK"> <script src="xaramenu.js"></script><script menumaker src="menu3.js"></script> </body></html> my site is ww.vml.gr/nikos and i want to insert this menu in place of my current menu any ideas what i should do for the dhtml menu to appear in the same position as my current menu? thanks |
| |
| | THREAD STARTER #3 (permalink) |
| New Member Join Date: Nov 2003
Posts: 6
![]() | dhtml files www.vml.gr/nikos/menu3.zip and the site i want to insert the menu is www.vml.gr/nikos I tried to paste the source code on a page but i didnt appear at all.I extracted the dhtml files in the same directory too and still didnt work |
| |
| | #4 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Hey, I didn't see the source code for the menu anywhere in the site you listed? Is it possible that you post a link to a page where you have insterted the source code as I think this may help determine what your problem is? EDIT: Or is your problem just that you're unable to insert the code into the page and not that it don't work after you've inserted it? |
| |
| | THREAD STARTER #5 (permalink) |
| New Member Join Date: Nov 2003
Posts: 6
![]() | I inserted the code for the menu in this page http://vml.gr/nikos/default.htm It's a this line below the body <script src="xaramenu.js"></script><script menumaker src="menu3.js"></script> This is the code right?? Nothing appears, although all the menu files are uploaded on the same dir on my ftp. |
| |
| | #6 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | I think there's a conflict between the menu code and this line in your source. <DIV ID="BACKGROUND" STYLE="position:absolute; top:0px; left:0px; z-index:0;"> I think that line is preventing the menu from being displayed, the menu should appear if you remove that line. |
| |
| | #9 (permalink) |
| Senior Member Join Date: Aug 2002
Posts: 1,255
![]() ![]() | Have you tried removing the code <DIV ID="BACKGROUND" STYLE="position:absolute; top:0px; left:0px; z-index:0;"> to see if that makes a difference like I suggested above? I think they may be conflicting with each other. |
| |