-
AuthorPosts
-
SP Media Friend
SP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
June 30, 2009 at 1:21 pm #142364If there are child menus, the menu doesnt display correctly, with the text on the main child going back to grey, despite the sub child being active?
I can’t see how to fix it… 🙁
The container border issue is in IE7, which seems to fade out – it doesnt look anything like what it does in firefox.
I’ve attached a screenshot of both, the border issue is present on the Ja-Mica demo on JA.
-
SP Media Friend
SP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
July 2, 2009 at 10:19 am #309765Does anyone have any idea?
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
July 3, 2009 at 11:16 am #309892Hello? Anybody?
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
July 4, 2009 at 2:57 pm #309983Hi SP, I’ve had a look at the site, Bennitos gave me the link…
Near the end of /templates/ja_mica/ja_menus/ja_moomenu/ja.moomenu.css find the following and add in the bit I’ve show in red.
#ja-cssmenu li ul a:hover,
#ja-cssmenu li ul a:active,
#ja-cssmenu li ul a:focus,
#ja-cssmenu ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul li.havesubchildsfhover,
#ja-cssmenu ul li.havesubchildsfhover a,
#ja-cssmenu ul li.havesubchild-activesfhover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul ul li.sfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover {
background: #454545 !important;
color: #FFFFFF !important;
}
The border problem is the usual problem of Internet Explorer being unable to handle .png’s correct. To be honest the easiest fix is to replace the png with a solid colour.EDIT: JA use a 1x1px transparent .png for this border (background) which only seems to cause this ‘fade’ bug in some versions of IE7. I’ve read that resizing the image to 10×10 will fix the problem but I haven’t tried it. The image is located at /templates/ja_mica/images/trans-bg.png if you want to give it a try.
EDIT2: Just tried the above suggestion and it works. Note to JA : No more 1×1 .png’s!!
1 user says Thank You to scotty for this useful post
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
July 4, 2009 at 3:11 pm #309984I’ll give that a shot and will let you know how I get on! 🙂
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
July 4, 2009 at 3:18 pm #309985Thank you scotty/bennitos, it works absolutely wonderfully. /hats off
bennitos Friendbennitos
- Join date:
- May 2008
- Posts:
- 1717
- Downloads:
- 0
- Uploads:
- 39
- Thanks:
- 39
- Thanked:
- 474 times in 407 posts
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
July 5, 2009 at 9:44 am #310041Ouch, when you select a subnav, it highlights all of them lol!!!
scotty Friendscotty
- Join date:
- March 2008
- Posts:
- 2339
- Downloads:
- 0
- Uploads:
- 13
- Thanks:
- 76
- Thanked:
- 827 times in 595 posts
July 5, 2009 at 8:31 pm #310072Darn! I’ll have another look but I think it’s a bug in the moomenu js because the <li> (the black box) is keeping the style and it’s only the <a> (the actual text) that isn’t. I don’t know a lot about js or moo so may not be able to help further but I’ll certainly have a look.
1 user says Thank You to scotty for this useful post
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
July 6, 2009 at 8:59 am #310096The whole thing has just baffled me. Wondering if it’s a bug present throughout all the templates with Moo installed.
I’m stunned that there’s been no response by JA – this thread was marked as help needed by mods/admin… :confused:
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
July 6, 2009 at 9:21 am #310099I’ve found that it actually happens in the CSS menu too :S
SP Media FriendSP Media
- Join date:
- September 2014
- Posts:
- 477
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 38
- Thanked:
- 70 times in 27 posts
August 6, 2009 at 1:09 pm #313490I’ve finally managed to resolve this. For anyone else who comes across this issue, replace the section below;
/* STYLING THE MENU
-----------------------------------*/With
/* 1st level */
#ja-cssmenu li a {
color:#858585;
display:block;
font-size:92%;
text-decoration:none;
text-transform:uppercase;
}#ja-cssmenu li a span {
display: block;
padding: 8px 15px 8px;
}#ja-cssmenu li.havechild a:hover,
#ja-cssmenu li.havechild a:active,
#ja-cssmenu li.havechild a:focus,
#ja-cssmenu li:hover a {
background: #FFFFFF url(../../images/bg_navi.gif) repeat-x center top;
color: #454545;
}#ja-cssmenu li.havechild li a:hover,
#ja-cssmenu li.havechild li a:active,
#ja-cssmenu li.havechild li a:focus,
#ja-cssmenu li:hover li a {
background: none;
}#ja-cssmenu li:hover,
#ja-cssmenu li.sfhover,
#ja-cssmenu li.havechildsfhover,
#ja-cssmenu li.havechild-activesfhover {
background: #FFFFFF url(../../images/bg_navi.gif) repeat-x center top;
color: #454545;
}#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus {
background: #FFFFFF url(../../images/bg_navi.gif) repeat-x center top;
color: #454545;
}/* 2nd level and above */
#ja-cssmenu li ul {
background: #FFFFFF;
border: 1px solid #F2F2F2;
border-top: none;
}#ja-cssmenu li ul li {
background: none;
border: none;
border-bottom: 1px solid #F2F2F2;
}#ja-cssmenu li ul li.last-item {
border-bottom: none;
}#ja-cssmenu li ul li span {
padding: 0;
}#ja-cssmenu li ul a {
background: none !important;
border: none;
color: #454545 !important;
font-weight: normal;
font-size: 92%;
line-height: normal;
margin: 0;
padding: 8px 10px;
text-transform: none;
white-space: nowrap;
}#ja-cssmenu li.havesubchild,
#ja-cssmenu li.havesubchild-active {
background: url(../../images/arrow.png) no-repeat 95% 50%;
}#ja-cssmenu li li a.sfhover,
#ja-cssmenu li ul a:hover,
#ja-cssmenu li ul a:active,
#ja-cssmenu li ul a:focus,
#ja-cssmenu ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul li.havesubchildsfhover,
#ja-cssmenu ul li.havesubchild-activesfhover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul ul li.sfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover {
background: #454545;
color: #ffffff !important;
}#ja-cssmenu ul li a.active {
background: none !important;
color: #cc3300 !important;
font-weight: normal !important;
}#ja-cssmenu ul li a.active:hover,
#ja-cssmenu ul li a.active:active,
#ja-cssmenu ul li a.active:focus {
color: #ffffff !important;
}#ja-cssmenu li li:hover > a {
background: #454545;
color: #ffffff !important;
} -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)This topic contains 13 replies, has 3 voices, and was last updated by SP Media 15 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum