Recent Topics

1 Jan 07, 2011 01:55    

My b2evolution Version: 4

I'm using the Tsokolate skin and wondering how to add a hover feature on the top nav bar. I've tried:

#navigation:hover {
	color: #fefefe;
}

And other variants like

#navigation a:hover {

and

#navigation li a:hover {

but I'm not really clear how this works...

Help anyone?

2 Jan 07, 2011 01:58

Can you post a link?

4 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 Jan 07, 2011 22:44

Perfect - thanks!

So do you think the Sorted Public Bloglist is just a bad plugin?

6 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.


Form is loading...