• Hey,

    I want when i’m with the mouse over my categories(in sidebar) to show be a different behaviour than a simple black color.

    Any suggestions?

Viewing 1 replies (of 1 total)
  • to show be a different behaviour than a simple black color.

    Behavior or color? If it’s color, check your style.css for a:hover (hover=mouseover). Changing it will effect all links unless you carefully define it, e.g.;

    #sidebar ul li a:hover {
    color: fugly;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How can i make mouse over behaviours in sidebar’ is closed to new replies.