Great thanks for the info, I'm not in dire need of it being centered, I was just curious about it. and left aligned may infact be a better solution in regard to resizing and having people running at different resolutions etc.
Thanks!
-David
Search found 22 matches
- Mon May 24, 2004 4:29 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Thanks!!!
- Replies: 4
- Views: 3571
- Fri May 21, 2004 4:47 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Thanks!!!
- Replies: 4
- Views: 3571
Thanks!!!
Hey I just wanted to stop in and offer a thanks and great appreciation to the Milonic team, you guys rock. We've been using your menu system for a little over 6 months now, had some initial bugs and got most of them solved, and a few we just put on the back burner to solve more important coding ...
- Mon Mar 22, 2004 8:36 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
- Wed Jan 14, 2004 9:44 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
Kevin: I tried position=float; That ironically as far as I have been able to test fixed the width problem, but introduced a new problem, mousing over and clicking does not do anything =) What is the behavior of float supposed to do?
with position not specified, at its default absolute, it sits over ...
with position not specified, at its default absolute, it sits over ...
- Tue Jan 13, 2004 10:18 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
- Tue Jan 13, 2004 8:21 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
- Tue Jan 13, 2004 7:40 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
Thanks for the suggestions maz and kevin, ya I have thought about using the menu absolutely positioned but I really would rather avoid that if possible because as far as I am aware you never actually know how tall your menu is. Suppose I lay it out as you suggested, the menu could be 100 pixels high ...
- Mon Jan 12, 2004 9:37 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
- Sat Jan 10, 2004 12:37 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
- Thu Jan 08, 2004 10:18 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
I'm going to go ahead and post some source to this so you can reproduce it on your own, links will need to be modified of course for wherever you have your scripts located on the machine you look at this on. The problems demonstrated with this code are:
1) Randomly the menu at the top won't fill the ...
1) Randomly the menu at the top won't fill the ...
- Thu Jan 08, 2004 12:57 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
- Wed Jan 07, 2004 10:32 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
- Wed Jan 07, 2004 1:16 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
In addition to the above problem I've also noticed that randomly when I first hit a URL with the menu sometimes it will open the menu only like around 300 pixels wide, each item is just wide enuf to fill one of the words. IE if the menu item was "Product Info" that item would only be wide enough for ...
- Tue Jan 06, 2004 11:37 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Major Problems with menuwidth="100%"
- Replies: 22
- Views: 13812
Major Problems with menuwidth="100%"
Hi just wanted to report the problem I'm having. Currently using my menu in a 100% width table at the top of my page. The menu code is as follows:
with(milonic=new menuname("Marketing")){
alwaysvisible=1;
left="0";
menuwidth="100%";
orientation="horizontal";
position="relative";
style ...
with(milonic=new menuname("Marketing")){
alwaysvisible=1;
left="0";
menuwidth="100%";
orientation="horizontal";
position="relative";
style ...
- Tue Jan 06, 2004 11:28 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: 100% Width Span Menu
- Replies: 8
- Views: 6027
- Tue Dec 30, 2003 7:13 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to make subimage context insensitive?
- Replies: 8
- Views: 6953
Ok here is the resolution I ended up with for anyone down the road with a similar problem:
I had the menu style data contained in a file named menu_data.js, I chose to rename that to menu_data.jsp so our servlet engine (Tomcat) would process any jsp calls within the file. And on the offending line ...
I had the menu style data contained in a file named menu_data.js, I chose to rename that to menu_data.jsp so our servlet engine (Tomcat) would process any jsp calls within the file. And on the offending line ...
- Mon Dec 29, 2003 11:23 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to make subimage context insensitive?
- Replies: 8
- Views: 6953
- Fri Dec 19, 2003 6:36 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: How to make subimage context insensitive?
- Replies: 8
- Views: 6953
How to make subimage context insensitive?
Hi we are using a webapp in Tomcat with these menus and the context it is deployed on can and will change. So far I've had to hardcode in what the exact link is, ie:
subimage="/salesweb/images/arrow.gif";
with salesweb being the app context. Now with jsp's I can simply use request.getContextPath ...
subimage="/salesweb/images/arrow.gif";
with salesweb being the app context. Now with jsp's I can simply use request.getContextPath ...
- Fri Oct 24, 2003 8:03 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: With URL Params - no highlighting in menu
- Replies: 22
- Views: 18119
In fact I'll give you the example of where this is in use at on our site. There is a menu item for "View Query" which is a query on some database stuff. Well after the query is loaded the user can click on the table headers to sort that information which will reload that file with url parameters ...
- Fri Oct 24, 2003 8:01 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: With URL Params - no highlighting in menu
- Replies: 22
- Views: 18119