Search found 4 matches

by jrs
Sun Apr 09, 2006 8:46 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Followscroll menu embedded in a table?
Replies: 6
Views: 5381

Followscroll menu embedded in a table?

I have a menu embedded in a table. If the page gets too long because of the content, I want the menu to scroll with the user, but staying inside the table cell (it is obviously a vertical menu). Is this possible? My current menu is positioned relative because it is embedded. If I change it to ...
by jrs
Tue Apr 04, 2006 5:48 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adding cross-browser drop shadow to sub menus....
Replies: 4
Views: 3909

OK. I did a little looking in FF's DOM Inspector. I see several DIV elements with id="menu0" or "menu1", etc. The class for these DIVs is "mmenu". Maybe I am wrong, but I am thinking that if I could change the declaration for "mmenu" to include the shadow elements mentioned in my first posting, it ...
by jrs
Mon Apr 03, 2006 8:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adding cross-browser drop shadow to sub menus....
Replies: 4
Views: 3909

I guess I should have been more clear. I began trying to make my own pop-up menu system that used dynamically generated/created DIVs and TABLEs to create the menus from a data file. I had some problems getting the menus to show and hide correctly, etc.

While searching on the Internet for help with ...
by jrs
Mon Apr 03, 2006 12:29 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Adding cross-browser drop shadow to sub menus....
Replies: 4
Views: 3909

Adding cross-browser drop shadow to sub menus....

I was trying to work out my own version of pop-up menus when I found Milonic. I had set up a script to create a dropshadow in IE by using two DIV elements (one for the menu and one for the shadow). The shadow DIV used a blur filter to create the blurred shadow and used the CSS z-index property to ...