MSIE V9 - Limit on number of menus????
12 years 2 months ago #5667
by xbl4814
MSIE V9 - Limit on number of menus???? was created by xbl4814
Hi Group
Slightly strange problem with MSIE V9 and wondering if there a limit on number of menu modules we can display with MSIE V9 ???
If you look at newsite.alvie-estate.co.uk in Firefox/Chrome/Safari on Mac or Windows it functions perfectly. However on MSIE V9 it falls apart.
However if we reduce menu modules from 8 to 1 MSIE V9 is perfect - newsite.alvie-estate.co.uk/bookings-enquiries/activities
The client wants want the different colour buttons to match their old site (we are just converting an old HTML site to Joomla CMS) so this is why we have 8 menu modules on one page
Anyone got any ideas on how we sort MSIE V9?
Thanks
Slightly strange problem with MSIE V9 and wondering if there a limit on number of menu modules we can display with MSIE V9 ???
If you look at newsite.alvie-estate.co.uk in Firefox/Chrome/Safari on Mac or Windows it functions perfectly. However on MSIE V9 it falls apart.
However if we reduce menu modules from 8 to 1 MSIE V9 is perfect - newsite.alvie-estate.co.uk/bookings-enquiries/activities
The client wants want the different colour buttons to match their old site (we are just converting an old HTML site to Joomla CMS) so this is why we have 8 menu modules on one page
Anyone got any ideas on how we sort MSIE V9?
Thanks
Please Log in or Create an account to join the conversation.
12 years 1 month ago #5675
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic MSIE V9 - Limit on number of menus????
Hi
you can have only one menu with different colors (using css on li.itemXX, use firebug to help you in this way), but I don't have any idea why this bug would happen. I don't know any limitation but it's quite strange.
Ced
you can have only one menu with different colors (using css on li.itemXX, use firebug to help you in this way), but I don't have any idea why this bug would happen. I don't know any limitation but it's quite strange.
Ced
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 1 month ago #5696
by xbl4814
Replied by xbl4814 on topic MSIE V9 - Limit on number of menus????
Thanks for reply and we thought it was very odd - no logic to it.
We will just change the colours to be all the same, which means we just need a single menu module.
Great extension by the way - love the functionality and the ease of configuration.
We will just change the colours to be all the same, which means we just need a single menu module.
Great extension by the way - love the functionality and the ease of configuration.
Please Log in or Create an account to join the conversation.
12 years 1 month ago #5731
by xbl4814
Replied by xbl4814 on topic MSIE V9 - Limit on number of menus????
Hi Ced
Now got everything into a single menu module, so MSIE V9 is happy! - newsite.alvie-estate.co.uk/
So now trying to change the colours of individual menu buttons and not having much success.
We first changed mod_accordeonck_css.php as follows:
/* first level (root) link */
<?php echo $id; ?> li.level1 {
background-color:#F00;
}
And all the buttons changed to Red. So we have the correct CSS file.
We then tweaked"
/* first level (root) link */
#item-375 li.level1 {
background-color:#F00;
}
Thinking this would make just the second button change to Red and all the others would be Green. But it didn't have any effect?
Must be something so simple we have missed and wondering if you can point us in the right direction.
Many thanks.
Kind regards
Ade
Now got everything into a single menu module, so MSIE V9 is happy! - newsite.alvie-estate.co.uk/
So now trying to change the colours of individual menu buttons and not having much success.
We first changed mod_accordeonck_css.php as follows:
/* first level (root) link */
<?php echo $id; ?> li.level1 {
background-color:#F00;
}
And all the buttons changed to Red. So we have the correct CSS file.
We then tweaked"
/* first level (root) link */
#item-375 li.level1 {
background-color:#F00;
}
Thinking this would make just the second button change to Red and all the others would be Green. But it didn't have any effect?
Must be something so simple we have missed and wondering if you can point us in the right direction.
Many thanks.
Kind regards
Ade
Please Log in or Create an account to join the conversation.
12 years 1 month ago #5732
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic MSIE V9 - Limit on number of menus????
use firebug to help you
the problem is that you have set the green bg color on the UL element
you must set it on the LI element, and
#item-375,#item-375 li {
background-color:red !important;
}
should work
the problem is that you have set the green bg color on the UL element
you must set it on the LI element, and
#item-375,#item-375 li {
background-color:red !important;
}
should work
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
12 years 1 month ago #5735
by xbl4814
Replied by xbl4814 on topic MSIE V9 - Limit on number of menus????
Hi Ced
That did the trick and the menu is now perfect. This is a brilliant extension and so configurable.
Really appreciate you taking the time to reply so quickly.
Kind regards
Ade
That did the trick and the menu is now perfect. This is a brilliant extension and so configurable.
Really appreciate you taking the time to reply so quickly.
Kind regards
Ade
Please Log in or Create an account to join the conversation.
Time to create page: 0.216 seconds