pageblair - We can't tell what kind of damage has happened without seeing what it looked like before...
Actually, looking at your HTML source in Firebug, the dropdown <ul> encloses the whole rest of the page. It is not being closed at the proper place.
This line in your source shows that you tried to comment out a <li> but did not close the comment, causing the problem:Add --> to the end of the commented line:HTML Code:<!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li> </ul>HTML Code:<!-- <li><a class="noLine" href="http://www.ligroutcleaners.com/malibududeranch/index.php?main_page=shopping_cart">Shopping Cart</a></li>--> </ul>


Reply With Quote
