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
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!!!