<div id="home_wrapper"> <div id="home_top_t_wrap"> <h1 class="top_text_h1"> Shop New York Like Never Before </h1> </div> <div id="the_market_container"> </div> </div> <script> $(document).ready(function() { $("#home_top_t_wrap").hover(function() { $("body").css("background-color","light"); </script>
I tried to expand the div. Hope this helps
source share