| Re: Drop-Down Menu |
| by webowner on 2010/12/3 5:41:09 <SOLVED> |
| Re: Drop-Down Menu |
| by webowner on 2010/12/1 4:30:07 Hi, many thanks for the reply. I have since changed from mymenu module and am using the built-in menu from xoops / mastop publish. How do I get SmartParter - Categories as a sub or pull-out menu ? |
| Re: Drop-Down Menu |
| by btesec on 2010/11/30 22:30:09 The only issue i noticed with mymenu module by Trabis is that it appears broken up like this sample http://cid-c3d234d75c293a74.office.live.com/self.aspx/.Public/mymenu%5E_issue%5E_on%5E_IE.JPG but on Firefox it looks great embeded on the theme. I think its just a browser issue that needs to be fixed. In general this is good candidate for menus building. |
| Re: Drop-Down Menu |
| by vamptrix on 2010/11/30 18:06:17 I wouldn't use the same script because if it gets updated it could introduce some nasty bugs on your site if it's a big update. |
| Re: Drop-Down Menu |
| by ghia on 2010/11/30 13:43:10 About which files are you talking exactly? If you use or reuse JavaScript this poses no additional threads or overhead, as long as it stays to pure Javascript functions in the browser manipulating the browser document. If you are meaning Ajax, which is also run with JavaScript, then the situation is different, because it will request additional data of the server, which is delivered by some PHP code. For this PHP code, the security rules have to be observed for not inducing security leaks. |