Active on suubmenu affecting also other men
11 years 10 months ago #11442
by d4rkcloud
Active on suubmenu affecting also other men was created by d4rkcloud
Hi all,
i've got a little problem with the accordeonCK.
I put
to make the active menu red, but it affects also the menu on other levels.
I want only the last level red
How can i do???
Thanks!
i've got a little problem with the accordeonCK.
I put
Code:
<?php echo $id; ?> ul li.active > a {
color: #ff0000;
}
I want only the last level red
How can i do???
Thanks!

Please Log in or Create an account to join the conversation.
11 years 10 months ago #11447
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Active on suubmenu affecting also other men
hi
if the last level is for example the level 3, you can write
if the last level is for example the level 3, you can write
Code:
<?php echo $id; ?> ul li.level3.active > a {
color: #ff0000;
}
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 10 months ago #11457
by d4rkcloud
Replied by d4rkcloud on topic Active on suubmenu affecting also other men
Thanks for your fast reply, but something still go bad.
If i put the color on third level, i'll get it only on that, but not on the fourth.
And if i put it on fourth level too, when i'm there also the third one changes.
I'd like to hake the third (and the second too) to change when i'm in that page, when i go into a deeper level the upper ones don't change.
Hope it is clear...
If i put the color on third level, i'll get it only on that, but not on the fourth.
And if i put it on fourth level too, when i'm there also the third one changes.
I'd like to hake the third (and the second too) to change when i'm in that page, when i go into a deeper level the upper ones don't change.
Hope it is clear...
Please Log in or Create an account to join the conversation.
11 years 10 months ago #11458
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Active on suubmenu affecting also other men
hummm... noHope it is clear...

Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
11 years 10 months ago #11462
by d4rkcloud
Replied by d4rkcloud on topic Active on suubmenu affecting also other men
Ehm, sorry... 
I added
to mod_accordeonck_css.php.
Now look at the pic in attachment.
The menu "Sistemi di stoccaggio" is red, but i selected the menu "Easy park Boat".
I'd like that only the active voice becomes red.
Is it possible?

I added
Code:
<?php echo $id; ?> ul li.level4.active > a {
color: #ff0000;
}
<?php echo $id; ?> ul li.level3.active > a {
color: #ff0000;
}
Now look at the pic in attachment.
The menu "Sistemi di stoccaggio" is red, but i selected the menu "Easy park Boat".
I'd like that only the active voice becomes red.
Is it possible?
Please Log in or Create an account to join the conversation.
11 years 10 months ago #11463
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic Active on suubmenu affecting also other men
please give me your url to check the issue
Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.617 seconds