|
|
|
@ -188,13 +188,13 @@
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
$(".nav-element").mouseover(function(){
|
|
|
|
|
$(this).next().show();
|
|
|
|
|
$(this).next(".sn-grey-opacity").show();
|
|
|
|
|
});
|
|
|
|
|
$(".sn-grey-opacity").mouseover(function(){
|
|
|
|
|
$(this).show();
|
|
|
|
|
});
|
|
|
|
|
$(".nav-element").mouseout(function(){
|
|
|
|
|
$(this).next().hide();
|
|
|
|
|
$(this).next(".sn-grey-opacity").hide();
|
|
|
|
|
});
|
|
|
|
|
$(".sn-grey-opacity").mouseout(function(){
|
|
|
|
|
$(this).hide();
|
|
|
|
|