# Inline issue/IE problem

**URL:** https://forum.kirupa.com/t/inline-issue-ie-problem/251168
**Category:** web dev
**Created:** [February 5, 2008, 10:32pm UTC](https://forum.kirupa.com/t/inline-issue-ie-problem/251168 "2008-02-05T22:32:58Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brian914](https://avatars.discourse-cdn.com/v4/letter/b/fbc32d/32.png) [@brian914](https://forum.kirupa.com/u/brian914)
#### Post date: [February 5, 2008, 10:32pm UTC](https://forum.kirupa.com/t/inline-issue-ie-problem/251168/1 "2008-02-05T22:32:58Z")

</div>

I just check my site on a pc and IE for the first time and my list navigation is giving me trouble. The line height between the links is way too much. It looks like I want it in all other browsers on my mac. I am not really sure what this is coming from.

The page is here:  
[http://www.agilitygraphics.com/clients/somerset/index2.html](http://www.agilitygraphics.com/clients/somerset/index2.html)

Here is the css I have for that part.  
.navCollumn {  
float:left;  
width:160px;  
height:488px;  
margin: 0 0 0 10px;  
display:inline;

```
background: #f0efe8 url(../images/general/nav_index_shadow.jpg) no-repeat bottom right;

```

}

.navCollumn ul {  
list-style-type: none;  
font-size:10px;  
color:#333;  
margin: 55px 0 0 0;  
line-height:19px;  
}

.navCollumn a {  
padding: 1px 0 1px 18px;  
display: block;

```
background-color: #f0efe8;
border-top: 1px solid #e3e2db;

```

}  
.navCollumn a:link, .navCollumn a:visited {  
color: #333;  
text-decoration: none;  
}

.navCollumn a:hover, .navCollumn a:active,  
#uberlink a:link, #uberlink a:visited,  
#uberlink a:hover, #uberlink a:active {  
color: #642200;  
background-color:#e7e6df;  
}

Thanks a lot for any help with this!!!
