Search found 7 matches

by joejoeE
Mon Feb 28, 2005 10:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: CSS Properties
Replies: 1
Views: 2109

CSS Properties

I'm trying to use CSS properties instead of the javascript styles and I'm having some troubles. On the main site, it says.. Please note that not all properties can be declared but the vast majority should be fine. Certainly, someone knows more about using CSS with milonic and could share their knowl...
by joejoeE
Mon Dec 20, 2004 5:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Targeting Sub menu's - can it be done??
Replies: 16
Views: 17703

code

Frameset: <html> <head> <title>Frames Test</title> </head> <frameset rows="42,1*" border="1" frameborder="0"> <frame name="header" scrolling="no" noresize target="main" src="menu.htm"> <frame name="content" scrolling=&qu...
by joejoeE
Mon Dec 20, 2004 3:33 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Targeting Sub menu's - can it be done??
Replies: 16
Views: 17703

another thought

sorry, this the last post tonight, i promise. There are also a bunch of global variables for scroll top/bottom, browser height/width, and mouse X/Y. I have been trying to get these to work but i haven't had any sucess. Is is possible that when defining a menu I can set these variables to the top and...
by joejoeE
Mon Dec 20, 2004 3:06 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Targeting Sub menu's - can it be done??
Replies: 16
Views: 17703

another thought

after posting that last reply i figured out a different way that the submenus can be placed dynamically. instead of defining the menus with an absolute position. It can be done using... left="offset=-230"; screenposition="right;top;"; instead of... top="50"; left="...
by joejoeE
Mon Dec 20, 2004 12:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Targeting Sub menu's - can it be done??
Replies: 16
Views: 17703

Files

I don't have it online so I can't give you a link. Can I email it to you? you can get me at Joejolowski@hotmail.com
by joejoeE
Sat Dec 18, 2004 10:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Targeting Sub menu's - can it be done??
Replies: 16
Views: 17703

Div

Well, using the function posted above, Firefox and Netscape kept the menu on the screen when scrolling down a page. On the other hand, the menu scrolls up with the page in IE. What is a DIV and how did you place the submenus in the DIV?
by joejoeE
Fri Dec 17, 2004 4:30 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Targeting Sub menu's - can it be done??
Replies: 16
Views: 17703

dynamically placing sub menus

This a great hack even though it is not supported. I was wondering if anyone knows how to get the sub menus to line up under the menu dynamically because if the page is resized or the user scroll down the page, the sub menus popup off the screen. Has anyone tried this or had this problem?