February 6th, 2011, 08:42 AM
-
Need help with a CSS nav menu
I have inserted a CSS driven navigational menu into a WordPress header.php and style.css and have been able to get it working for the most part. However, when you mouseover the menu, images are appearing when they shouldn't be. I suspect it might be some other CSS code conflicting with the menu, but I cannot seem to find it. Any help would be appreciated.
Please contact me for the URL's as I it seems they cannot be posted here. Thanks.
February 7th, 2011, 03:49 AM
-
Hi btvbill
Can you post your HTML and CSS, or you can post your link like this h ttp://yoursite (dot) com.
February 7th, 2011, 07:04 AM
-
Originally Posted by Stu_HGC
Hi btvbill
Can you post your HTML and CSS, or you can post your link like this h ttp://yoursite (dot) com.
This is what the navigation should look like:
h ttp://vermontmortgageadvisor
dot com/
This is the WP blog area with the dropdown images that should not be showing:
h ttp://vermontmortgageadvisor dot com/burlingtonmortgage/
February 8th, 2011, 03:52 AM
-
Hi btvbill
What is happening is the second UL is taking the same styling as the top one.
The best way to fix this is to give the top UL a class name and apply the styling for #navigation ul to the new class.