Hello, as you can see in the picture I have an annoying problem when i'm logged in as admin. I keep seeing the "C.." with a cogweel. When I hover it, it turns blue just like my menu. Removing Display Block worked, but it was still there when I hovered over it. I also can't achieve my full blue block without display: block ( as you can test out in my site ).

http://i47.tinypic.com/10i9fd5.jpg

http://www.digisized.info

Comments

You have link styling that's

You have link styling that's being applied to all child links.

Try changing your css references from: #panel-menu a ....
to #panel-menu ul.menu a ....

Then you won't apply the styling to the contextual links

I'm unique, just like everybody else.
If I helped, please pay it forward, backward or sidelong.

It worked, thanks a lot !

It worked, thanks a lot !