-
AuthorPosts
-
September 17, 2008 at 2:51 am #133424
First of all thnks in advance to the one that can help me to solve this problem and thanks too to those who try.
I am usin joomla 1.0x mesolite template, the only thing that i modyfied is the ja.cssmenu.css file to make the sub menu transparents with opacity filter
the change that i made was in the
/* 2nd level and above */
#ja-cssmenu li ul {
border: 1px solid #5A5A5A;
background: #666666;
I ve added this line that use to worked in other templates
z-index:1;
-moz-opacity:.8;
filter:alpha(opacity=80);In fact works here too and make the menu transparent and in firefox looks perfect but in IE it only shows me the transparents un the main column of the menu the other sub menu disapears.
The site is testing on this address http://www.cccsa.com/index.php if you take a look both in IE and firefox you will see the diference in the 2nd button.Thanks again
martin-
Sherlock Friend
Sherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 17, 2008 at 8:29 am #270997Hi mdqbarry !
you can fix it following way below :
Open ja.cssmenu.css file in templates/ja_cssmenu folder , find following code section at about line 132 :
#ja-cssmenu li ul {
border: 1px solid #5A5A5A;
background: #666666;
z-index:1;
-moz-opacity:.8;
filter:alpha(opacity=80);
}
change to :
#ja-cssmenu li ul {
border: 1px solid #5A5A5A;
background: #666666;
z-index:400;
-moz-opacity:.8;
filter:alpha(opacity=80);
}
September 17, 2008 at 1:24 pm #271030Thanks hainn84 , i ve made the changes that you told me puting z-index value 400 but nothing changed and the sub menu is still hiding in IE and perfect in Mozilla.
What else do you think i can change
MartinSeptember 17, 2008 at 7:27 pm #271058I have the same problem in ie6. The second menu left do not show. Only a part in the first menu.
How to we change that
Joep
October 3, 2008 at 6:14 pm #273775Hello Joep it seems that nobody is capable of resolve this issue.
October 4, 2008 at 11:25 am #273826No, that strange. The developers my solve this problem.
Plz fix it.
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
October 6, 2008 at 11:13 pm #274027well this seems to me a good exercise in debuging. i read a lot about the incompatibilities between certain css tags in ie but works well in mozilla or others. i will make my research in order to see if i can help you
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
October 6, 2008 at 11:52 pm #274033maybe its a problem associated with the joomla 1.0 because i have the mesolite installed in local version and it works fine in ie and in mozilla. but perhaps you can not make the upgrade to joomla 1.5
October 8, 2008 at 5:19 am #274189<em>@shertmann 84187 wrote:</em><blockquote>maybe its a problem associated with the joomla 1.0 because i have the mesolite installed in local version and it works fine in ie and in mozilla. but perhaps you can not make the upgrade to joomla 1.5</blockquote>
I have 1.5. You can see the problem at http://www.reisbijbel.info/joomla_test. Go to “info per land” the sub menu only show up a part in the mainmenu (see attach)
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
October 8, 2008 at 1:35 pm #274249jmk i make a preview in ie7 and mff 3 and works fine in both of them
October 8, 2008 at 5:46 pm #274282<em>@shertmann 84490 wrote:</em><blockquote>jmk i make a preview in ie7 and mff 3 and works fine in both of them</blockquote>
The problem is only in IE6
shertmann Friendshertmann
- Join date:
- September 2008
- Posts:
- 339
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 42 times in 26 posts
October 8, 2008 at 6:38 pm #274289well the ie6 have seripos issues with the css so it is hard for the users of such browser
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 4 voices, and was last updated by shertmann 16 years, 3 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
-