Mini K2 opacity
- Posted by celso (4) Offline
How can I change the opacity of Mini K2 out of focus cells?
Thanks in advance
11 years 10 months ago #1
by celso
Thanks in advance
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Hello
Can you describe more about opacity out of focus cells? Would be better with a picture maybe
11 years 10 months ago #2
by erwinschro
Can you describe more about opacity out of focus cells? Would be better with a picture maybe
Please Log in or Create an account to join the conversation.
- Posted by erwinschro (1034) Offline
Ok I get it now...
Please edit this file /modules/mod_minik2/mod_minik2.php about line 125 inside the 'simple' layout case
change that into
Let us know if that works for you
11 years 10 months ago #3
by erwinschro
Please edit this file /modules/mod_minik2/mod_minik2.php about line 125 inside the 'simple' layout case
jQuery(this).siblings().stop().animate({opacity: 0.2}, "fast");
change that into
jQuery(this).siblings().stop().animate({opacity: 0.5}, "fast");
Let us know if that works for you
Please Log in or Create an account to join the conversation.
- Posted by celso (4) Offline
- Posted by erwinschro (1034) Offline