-
AuthorPosts
-
May 6, 2011 at 10:47 am #163664
How to fix the Mega Menu in order to make the last item of the menu look the Same as the “Home” item, i need to remove the separator from the last item and make the highlight and everything related rounded corners, to look same as first item of the menu.
my website is hosted locally. i appreciate any help
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 6, 2011 at 9:12 pm #390179Hi,
– To remove separator from last menu item, you add this code into http<joomla url>/templates/ja_kyanite_ii/css/menu/mega.css file
ul.level0 li.mega.last {
background: none;
}
– Make the Last Menu Item rounded corner, you must reduce width of <joomla url>/templates/ja_kyanite_ii/images/mainnav-bg.gif imageMay 10, 2011 at 12:29 pm #390576What about if it is selected it should be rounded as well,
im always facing this problem with joomlart templateskhoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 11, 2011 at 4:49 am #390700I don’t understand what you mean clearly. Could you explain more detail? I try create corner to last menu item without changing <joomla url>/templates/ja_kyanite_ii/images/mainnav-bg.gif file. As you see, it’s look bad
May 19, 2011 at 10:25 am #391956<em>@khoand 239722 wrote:</em><blockquote>I don’t understand what you mean clearly. Could you explain more detail? I try create corner to last menu item without changing <joomla url>/templates/ja_kyanite_ii/images/mainnav-bg.gif file. As you see, it’s look bad</blockquote>
Kindly check the link: http://www.samersemaan.com/globe/
i fixed the menu as i want it to be, but the Hover effect isnt working anymore after i applied this:
ul.level0 li.mega.last {
background: none;
}how is it possible to activate the hover effect and to make height of the menu bigger?
thank you
May 23, 2011 at 8:24 am #392404Any one will reply?
Still waiting since last week!!khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
May 23, 2011 at 9:43 am #392424You add this code into http://www.samersemaan.com/globe/templates/globe/css/menu/mega.css file
ul.level0 li.over.last {
background-image: url(../../images/mainnav-bg.gif) no-repeat -50px -48px;
border-top-right-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;}
– You find this code from http://www.samersemaan.com/globe/templates/globe/css/template.css file
#ja-mainnav .inner {
height: 48px;
background: url(../images/mainnav-bg.gif) no-repeat top center;
background-size: 950px 96px; <-- add this line
}
May 30, 2011 at 7:23 am #393515Hello Khoand This fix didnt work still getting same result
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 2 voices, and was last updated by Samer Semaan 13 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Make the Last Menu Item rounded corner and remove seperator
Viewing 8 posts - 1 through 8 (of 8 total)