Upon reviewing my web server log files, I've noticed a major issue:
It seems as though the images called by the menu (I'm only using the subimage) are not being cached and reused (even though it's the same for all menus).
I've tested on IE6.1 and NS7 on different platforms, and the problem still ...
Search found 32 matches
- Fri Nov 14, 2003 8:45 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Final Outstanding Bugs...
- Replies: 62
- Views: 58644
- Thu Oct 16, 2003 7:18 am
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: use this code in menu to display???
- Replies: 11
- Views: 9380
I do believe you can include the file straight into the menu, as long as the code output from the include is clean and you be wary of syntax (mainly quotes). The include is done server-side, generating the table, and then at client-side, the menu renders the output of that code (the table).
If you ...
If you ...
- Wed Oct 15, 2003 10:26 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu not seen in IE 6.0
- Replies: 5
- Views: 4306
- Wed Oct 15, 2003 5:21 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Menu not seen in IE 6.0
- Replies: 5
- Views: 4306
- Wed Oct 15, 2003 5:01 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Filter display bug/ problem
- Replies: 6
- Views: 4983
I thought as much. Supposedly the next major release of IE is going to account for this, where the browser will take complete control over those boxes, allowing CSS to have a much greater impact on how they look, and how issues such as this are resolved.
And no, it's not THAT bad ;) Just a little ...
And no, it's not THAT bad ;) Just a little ...
- Wed Oct 15, 2003 4:55 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Displaying 2 Menus on One Page
- Replies: 19
- Views: 15044
- Tue Oct 14, 2003 11:27 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Displaying 2 Menus on One Page
- Replies: 19
- Views: 15044
There are some other general HTML problems, but not, I think, the cause of your troubles (<table> missing </td> and </tr>, </center> out of place, missing </font>, etc.).
On the contrary, I do believe this is where the problem lies. Especially because I can get both menus to work simply by using ...
On the contrary, I do believe this is where the problem lies. Especially because I can get both menus to work simply by using ...
- Tue Oct 14, 2003 11:13 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Displaying 2 Menus on One Page
- Replies: 19
- Views: 15044
- Tue Oct 14, 2003 9:34 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: With URL Params - no highlighting in menu
- Replies: 22
- Views: 18302
- Tue Oct 14, 2003 9:18 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Displaying 2 Menus on One Page
- Replies: 19
- Views: 15044
- Tue Oct 14, 2003 9:13 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Filter display bug/ problem
- Replies: 6
- Views: 4983
Filter display bug/ problem
I hadn't noticed this until just now, so I don't know if it's a new or existing bug. I don't have any older menu versions to roll back to, but I'm using RC17 build date 14OCT2003 12:55.
With the Shadow filter, the shadow won't appear over <SELECT> menus. It appears everywhere except where the ...
With the Shadow filter, the shadow won't appear over <SELECT> menus. It appears everywhere except where the ...
- Tue Oct 14, 2003 8:49 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: popdn is not defined
- Replies: 8
- Views: 5980
You are correct. However, Andy's first priority is to get the menu to a final release stage. At that point they will be completely updated. Given the rapid changes to the system, I think this approach is understandable and correct.
I agree. And I commend Andy on doing an outstanding job with this ...
I agree. And I commend Andy on doing an outstanding job with this ...
- Tue Oct 14, 2003 8:42 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: use this code in menu to display???
- Replies: 11
- Views: 9380
If you just want the shoppingcart to appear in html format, like a small table, then easy enough.
Since ASP is server-side, you could use the includes to create a table and then call that code from the menu. The ASP is done server-side, creating the info you need, which is ready whenever you want ...
Since ASP is server-side, you could use the includes to create a table and then call that code from the menu. The ASP is done server-side, creating the info you need, which is ready whenever you want ...
- Tue Oct 14, 2003 8:33 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Displaying 2 Menus on One Page
- Replies: 19
- Views: 15044
- Tue Oct 14, 2003 8:10 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: With URL Params - no highlighting in menu
- Replies: 22
- Views: 18302
This is definitely a feature that needs to be implemented or, if implemented, a bug that needs to be fixed.
I use querystring's extensively- It helps consolidate code and provides an easier to manage interface. But the menu will not highlight the current page if the URL doesn't EXACTLY match what's ...
I use querystring's extensively- It helps consolidate code and provides an easier to manage interface. But the menu will not highlight the current page if the URL doesn't EXACTLY match what's ...
- Tue Oct 14, 2003 8:04 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Mouse pointer when no url is specified
- Replies: 18
- Views: 14010
Just a note for those interested-
You can change the pointer of any menu item now (as of RC17) using the following syntax:
Where blah= any CSS pointer name (ie cursor)
This goes into the individual menu item's line.
Thanks Andy!
You can change the pointer of any menu item now (as of RC17) using the following syntax:
Code: Select all
pointer=blah;
This goes into the individual menu item's line.
Thanks Andy!
- Tue Oct 14, 2003 7:58 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Error with converted menus
- Replies: 51
- Views: 33012
I think I found the source of your issue... in the /milonic/menu_data_2.js file, I found the following line:
aI("text=<script language='JavaScript'>dT();</script>;url=#;align=right;;status=#;");
I really don't think the menu is set up to handle something like that. Or could I be wrong? Even if it ...
aI("text=<script language='JavaScript'>dT();</script>;url=#;align=right;;status=#;");
I really don't think the menu is set up to handle something like that. Or could I be wrong? Even if it ...
- Tue Oct 14, 2003 7:29 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Error with converted menus
- Replies: 51
- Views: 33012
- Mon Oct 13, 2003 12:35 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Displaying 2 Menus on One Page
- Replies: 19
- Views: 15044
One quick question: Are the menu's positioned relatively or absolutely?
If they are absolute, then all the information can be put in one datafile. If they are relative, or one is relative and another is absolute, then it's easier to put them in separate datafiles and call the one you need where you ...
If they are absolute, then all the information can be put in one datafile. If they are relative, or one is relative and another is absolute, then it's easier to put them in separate datafiles and call the one you need where you ...
- Mon Oct 13, 2003 12:08 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Current Page Submenu Image Bug/ Feature
- Replies: 5
- Views: 4733