Title: CSS Mouse-over
Last modified: August 18, 2016

---

# CSS Mouse-over

 *  Resolved [iandotcom](https://wordpress.org/support/users/iandotcom/)
 * (@iandotcom)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/css-mouse-over/)
 * Hey,
 * I’m trying to modify a footer, so when I move the mouse over the links, they 
   change from no-underline to underline. I got this code which works, but I’m having
   problems with it, because it causes the padding to mess up, and muddle up all
   the text.
 * This is the code I am using:
    ` #footer a { color: #999; } a { color:#001760;
   text-decoration:none; } a:hover { color:#001760; text-decoration: underline; }
 * This is the code which I put between the #footer entry which messes up the alignments:
 * `
    clear:both; margin: 0px 416px 0px 16px; padding: 8px 0 16px 0;
 * Any ideas?
 * iandotcom.

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

 *  [Glo](https://wordpress.org/support/users/glo/)
 * (@glo)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/css-mouse-over/#post-463665)
 * You need to put this in you css file:
 * #footer a
    { color:#001760; text-decoration:none; } #footer a:hover { color:#
   001760; text-decoration: underline; }
 *  Thread Starter [iandotcom](https://wordpress.org/support/users/iandotcom/)
 * (@iandotcom)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/css-mouse-over/#post-463846)
 * Cheers, is there any way to get back the padding?
 *  Thread Starter [iandotcom](https://wordpress.org/support/users/iandotcom/)
 * (@iandotcom)
 * [19 years, 7 months ago](https://wordpress.org/support/topic/css-mouse-over/#post-464101)
 * Never mind, managed to do it after a bit of messing around. Thanks anyway.

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

The topic ‘CSS Mouse-over’ is closed to new replies.

## Tags

 * [mouseover](https://wordpress.org/support/topic-tag/mouseover/)

 * 3 replies
 * 2 participants
 * Last reply from: [iandotcom](https://wordpress.org/support/users/iandotcom/)
 * Last activity: [19 years, 7 months ago](https://wordpress.org/support/topic/css-mouse-over/#post-464101)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
