Month: June 2013
-
Post Views: 10 /* Header: My joy */ $(“.my-leshi”).mouseover(function(){ $(“.my-leshi”).addClass(“my-leshi-hover”); }).mouseout(function(){ $(“.my-leshi”).removeClass(“my-leshi-hover”); }); /* Header: My joy */ $(“.my-leshi”).MouseEnter(function(){ $(“.my-leshi”).addClass(“my-leshi-hover”); }).mouseLeave(function(){ $(“.my-leshi”).removeClass(“my-leshi-hover”); }); When the mouse is moved to the shopping cart, the list of purchase products is weak, and then when the mouse is moved to a specific product, the entire block will flash a bit. The solution…
-
Post Views: 11 Even if my z-index is larger than the navigation menu is still not working, finally put the two divs of its superior position: The Z-index of relative is set the size, so that the previous level of my joy is greater than the navigation.
-
Post Views: 12 The reason is that scandir() is not enabled in the environment configuration, and you need to enable the settings in php.ini.
-
Post Views: 13 When outputting some variables in the template file, if the variable does not exist, it will prompt such an error message. The following is the prompt screenshot and solution: notice:undefined offset: 4 in the include() and other prompts <?php if(isset($content[‘field_power’][0][‘#markup’])) { ?<<span>gong rate:</span>?php print $content[‘field_power’][0][‘#markup’]; ?><br /><?php } ?>
