|
Need help with my navigation menu bar!!!
Hi there
Here is my coding
[code]<div id="home"><a href="http://dvs-discounts.com"><img src="http://dvs-discounts.com/wp-content/themes/ifeature/images/home.png" alt="home" /></a></div> <div class="menu-my-store-container"><ul id="menu-my-store" class="menu"><li id="menu-item-23" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-23"><a href="http://dvs-discounts.com/Store">Store</a></li></ul><div class="menu-contact-us-container"><ul id="menu-contact-us" class="menu"><li id="menu-item-24" class="menu-item menu item-type-custom menu-item-object-custom menu-item-24"><a href="http://www.google.com">Contact us</a></li></ul></div></div>
I would like all items being home store and contact us all on the same line of my navigation menu bar but it appears as the home and store button are okay and then contact us is on a second line can Anyone help?
|