1 ethan5150 Jan 07, 2011 01:55
3 ethan5150 Jan 07, 2011 02:00
Sorry, yeah - http://operationsomething.com/blog2.php
4 sam2kb Jan 07, 2011 04:55
Sorted bloglist widget produces invalid HTML code and breaks the layout. You should better add individual links in Menu container with Menu links widget.
Anyway, this looks valid and should work when you fix the navigation
#navigation li a:hover { display:none }
#navigation li:hover { display:none }
#navigation:hover { display:none }
5 ethan5150 Jan 07, 2011 22:44
Perfect - thanks!
So do you think the Sorted Public Bloglist is just a bad plugin?
6 sam2kb Jan 08, 2011 01:20
It's not a bad plugin, it's just placed in the wrong container. The "Menu" container expects content starting with <li> tags.
Can you post a link?