Title: Hover Problem
Last modified: August 19, 2016

---

# Hover Problem

 *  [yazin](https://wordpress.org/support/users/yazin/)
 * (@yazin)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/hover-problem/)
 * hi, i’m working on my new theme. Almost finished with it.
 * I have got a problem with my sidebar. Everything is working as it supposed to
   be in Firefox. But not in Opera, Safari, IE.
 * I list all of my recent posts and categories on the sidebar.
 * Problem in Safari:
    Color doesn’t change when you hover on a link.
 * Problem in IE:
    When you hover on a link, all the links in sidebar move down 
   a bit. This happens on everylink.
 * Problem in Opera:
    Same thing happens as IE but not every link.
 * I already used css validator, only found 3 problems(a plugin’s css). Also, checked
   for html, found some problems but I dont think they are related the one i’m having.
 * Can someone take a look at [this site](http://www.tenthblog.com) and help me 
   out?

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Eric Amundson](https://wordpress.org/support/users/sewmyheadon/)
 * (@sewmyheadon)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/hover-problem/#post-791427)
 * Start with changing this:
 *     ```
       #sidebar ul li a:link,a:visited {
       text-decoration: none;
       color:#36363a;
       }
   
       #sidebar ul li a:hover {
       display: block;
       border: 0px;
       color:#513cf0;
       text-decoration: none;
       }
       ```
   
 * To this:
 *     ```
       #sidebar ul li a:link,a:visited {
       text-decoration: none;
       display: block;
       color:#36363a;
       }
   
       #sidebar ul li a:hover, #sidebar ul li a:active {
       color:#513cf0;
       }
       ```
   
 * Then see if you still have the same issue.
 *  Thread Starter [yazin](https://wordpress.org/support/users/yazin/)
 * (@yazin)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/hover-problem/#post-791430)
 * Thanks a lot. That worked just fine.
 *  [Eric Amundson](https://wordpress.org/support/users/sewmyheadon/)
 * (@sewmyheadon)
 * [17 years, 9 months ago](https://wordpress.org/support/topic/hover-problem/#post-791432)
 * Tee-riffic! Cheers. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Hover Problem’ is closed to new replies.

 * 3 replies
 * 2 participants
 * Last reply from: [Eric Amundson](https://wordpress.org/support/users/sewmyheadon/)
 * Last activity: [17 years, 9 months ago](https://wordpress.org/support/topic/hover-problem/#post-791432)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
