# Unwanted Spacing In IE

**URL:** https://forum.kirupa.com/t/unwanted-spacing-in-ie/79896
**Category:** Uncategorized
**Created:** [February 17, 2005, 8:10pm UTC](https://forum.kirupa.com/t/unwanted-spacing-in-ie/79896 "2005-02-17T20:10:36Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mrhines1](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/mrhines1/32/434_2.png) [@mrhines1](https://forum.kirupa.com/u/mrhines1)
#### Post date: [February 17, 2005, 8:10pm UTC](https://forum.kirupa.com/t/unwanted-spacing-in-ie/79896/1 "2005-02-17T20:10:36Z")

</div>

Hello,

Here is a link to my site for reference: [My Site](http://www.adambusha.com/index.php)

I have a black navigation bar with a 2px gray border on top and bottom. My links within that bar are designed so that on hover they have a gray background that lines up with the top and bottom border. When I view this in Firefox it looks the way I intended it to look, but when I view it in IE there is extra space below the links and the bg on hover doesn’t line up with the bottom border.

Here’s the CSS for the navigation:

```auto
#navigation {
	background-color: #333333;
	width: 790px;
	height: 18px;
	font-size: 10px;
	text-align: right;
	margin-top: -10px;
	padding-right: 10px;
	color: #CCCCCC;
	border-bottom: 2px #cccccc solid;
}

```

Any ideas?
