View Single Post
  #1  
Old 03-09-2005, 09:40 PM
  KCAutosound's Avatar 
KCAutosound KCAutosound is offline
 

eXpert
  
Join Date: Feb 2005
Posts: 220
 

Default Trying to get DHTML menu to show.

anyone know of a way to put a frameset into a tpl file.

I have a DHTML menu that I have lots of work into but now can't manage to put it into the site.

The code in the html file for the menu is
Code:
<html> <head> <title>Your Title</title> </head> <frameset cols="150,*" framespacing='0' frameborder='0' border='0'> <frame frameborder='0' framespacing='0' src="VerticalFramesNavigation.htm" noresize scrolling='no' name="navig"></frame> <frame frameborder='0' framespacing='0' src="VerticalFramesMainPage.htm" name="space"></frame> </frameset> </html>

You can view the menu HERE

You can download the whole menu script and all if you like. Maybe someone can decifer what they have done here. It's a great menu with lots of effects. Just trying to get it to show in the site. It can even bring up pictures and all with no limit of sub menus.

Here are all the files Download Here
__________________
X-Cart version 4.7.6 Gold
xcartmods.co.uk - Ultra Template
Reply With Quote