Search found 4 matches

by Fire
Tue Aug 05, 2003 12:12 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: sub menu to left of image based menu
Replies: 1
Views: 3044

Any chance that anyone can help with this?
by Fire
Thu Jul 31, 2003 8:25 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Naming convention/JS include order
Replies: 9
Views: 7110

If your ISP is running the apache web server, you should be able to solve this with an .htaccess file at the top level of your directory structure. Include the following line in the .htaccess file :

AddHandler server-parsed .html

This should make it so that files with the .html extension are ...
by Fire
Thu Jul 31, 2003 8:22 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Naming convention/JS include order
Replies: 9
Views: 7110

And for those of you who have already hard coded the lines into each file, I recommend a small program called "Actual Search and Replace". It's a really nice full-featured multi-file search and replace program for windows. Should make it easy for you to either reorder the two lines in all your files ...
by Fire
Wed Jul 30, 2003 8:56 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: sub menu to left of image based menu
Replies: 1
Views: 3044

sub menu to left of image based menu

Howdy,

I've been working to switch over to v5 from v3 and have run into a problem. In my current design, I have two image-based menus up against the right edge of the browser window. With v3 I was able to use onMouseOver="popup('about')" on the base image in combination with a menu that's aligned ...