-
AuthorPosts
-
pinta Friend
pinta
- Join date:
- March 2006
- Posts:
- 16
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
May 18, 2009 at 10:54 pm #141285Hi everybody:
I need your help:
when i mouse over the main menu the system displays the menu but.. the submenu appears broken and the image from the frontpage slideshow is overlap.
**this only happens on internet explorer.**
thanks in advanced.
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
May 22, 2009 at 7:22 am #305473Hi pinta,
I checked our template but could not find this issue. It is working fine.
Could you please send me your live url via PM so that i could have closer look on the issue?
May 22, 2009 at 10:17 am #305517Hi There
I am having the exact same problem with ie6.
http://www.vistaconstruction.co.za/index.php
Any help at all would be greatly appreciated.Thanks
AndreMay 22, 2009 at 1:14 pm #305535Found the problem
Its an ie6 png error.:/* 2nd level and above */
#ja-cssmenu li ul {
border: 1px solid #000000;
background: url(../../images/opaque2.png) repeat-x bottom #000000;
}The above is WRONG for ie6
Use the Below:
/* 2nd level and above */
#ja-cssmenu li ul {
border: 1px solid #000000;
background: url(../../images/opaque2.png) repeat-x bottom #000000;
*background: url(../../images/opaque2.png) repeat-x bottom #000000;
_background: #000000;
}Thanks
AndreAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
May 23, 2009 at 8:00 am #305621Hi
Open templatesja_rubycssie.php, at about line 54, find following code:
#ja-cssmenu li ul {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $template_path;?>/images/trans-bg.png', sizingMethod='scale');
background-image: none;
}
and remove itAuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by Anonymous 15 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Menu and overlapping problem
Viewing 5 posts - 1 through 5 (of 5 total)