|
|||||||
| Media 65 Joomla Menu Module Joomla 1.5.X Menu Module to add custom Menus. From Third party JavaScript Providers. |
![]() |
|
|
Tutorial Tools | Display Modes |
|
||
|
Step's to adding the menu to your Joomla Template.
Add following code to your index.php Joomla template. The code below goes between the head tags <head>Header code</head> Head code example: ... |
||
|
|
|
#11
By
talthompson
on
01-06-2009, 06:51 AM
|
|||||||||||||||||||
|
I tried adding this to the n2menu.css file, but no luck.
.n2menu ul { display:block; clear:both; list-style-type:none; margin:0 0; padding:0 16px; border-right: #000000 1 px; } Any ideas? |
||||||||||||||||||
|
#12
By
talthompson
on
01-06-2009, 07:10 AM
|
|||||||||||||||||||
|
Actually I realized I put the code under the wrong header, however now i'm running into a couple of other issues. I am getting double weirdness, also getting an extra divider at the last button. I only want them between the menu items.
Welcome to the Frontpage .n2menu span { display:block; padding:3px 18px; text-decoration:none; white-space:nowrap; color:White; border-right: .5 px; border-right-style: solid; border-right-color: #C89F67; } |
||||||||||||||||||
|
#13
By
admin
on
01-06-2009, 07:57 AM
|
|
Hi the Padding works clock wise.
Padding: top px right px bottom px left px; You need to adjust the padding when adding a border. If add a 1pixel border then minus the padding by 1 pixel etc. You may also have to many top level menus for the width of the template page. |
|
#14
By
talthompson
on
01-06-2009, 08:25 AM
|
|||||||||||||||||||
|
I've got the menus to fit on one line, but still having problems with the padding.
padding:1px 8px 4px -1px; |
||||||||||||||||||
|
#15
By
talthompson
on
01-06-2009, 08:26 AM
|
|||||||||||||||||||
|
Also is there anyway to get rid of that last divider all together?
|
||||||||||||||||||
|
#16
By
admin
on
01-06-2009, 08:43 AM
|
|
hm I'm not sure that this menu will the trick your looking for.
I think its possible to add the right border but I have to debug what you have done to it and I'm working on something else at this time. As for the last spacer no it need to be there. both these blocks of code need work on the Padding to work with the border. Code:
.n2menu ul {
display:block;
clear:both;
list-style-type:none;
margin:0 0;
padding:0 16px;
}
Code:
.n2menu span {
display:block;
padding:1px 8px 4px -1px;
text-decoration:none;
white-space:nowrap;
color:White;
border-right: 1 px;
border-right-style: solid;
border-right-color: #C89F67;
}
|
|
#17
By
talthompson
on
01-06-2009, 08:52 AM
|
|||||||||||||||||||
|
Please let me know if you figure this out.
I'm not sure what this statement means. "As for the last spacer no it need to be there. " Does this mean the last spacer does not need to be there? This trick will not work if that last spacer is visible. If this menu will not work, can you suggest another that might? |
||||||||||||||||||
|
#18
By
admin
on
01-06-2009, 10:23 AM
|
|
Yes there are ton of menus out there that work with Joomla.
The developer for this menu site is now no-good. I would start with downloading and installing the media 65 Joomla menu module.This makes using most third party menus in Joomla easier. joomla!› modules› Media 65 Joomla Menu Module See: dynamic drive Good source of menus and other items etc. Dynamic Drive- Multiple Level Menus And Dynamic Drive CSS Library- Horizontal CSS Menus |
|
#19
By
talthompson
on
01-06-2009, 01:15 PM
|
|||||||||||||||||||
|
I tried to instal the Media 65 Menu module in Joomla 1.5.
I got this message, "Unable to find install package" |
||||||||||||||||||
![]() |
| Tags |
| horizontal , joomla menu , menu , third-party menu |
| Tutorial Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Tutorial | Tutorial Starter | Category | Comments | Last Post |
| Joomla Friendly Menu Mootools | admin | Media 65 Joomla Menu Module | 10 | 07-26-2010 03:51 AM |
| Joomla Friendly Menu jquery Jsuperfish | admin | Media 65 Joomla Menu Module | 4 | 03-02-2010 03:38 AM |