Hello, Firstly it is a great menu, we have used it on many sites and it works perfect - thanks. Now the problem: I am trying to vertically align (equivelent valign=middle) the navigation text in the vertical menu. Wondered if you have any ideas as how to do it. I can do it in Firefox via display:table; display:table-cell; vertical-align:middle; but no luck with IE. Thanks for your time. Matt #nav ul {
list-style:none;
float:left;
width:250px;
margin:0px;
padding:0px;
}
#nav li {
float:left;
width:125px;
height:111px;
list-style: none;
text-align:left;
background-image:url(image1.jpg);
background-repeat:no-repeat;
}
#nav a {
display:block;
width: 60px;
height:111px;
w\idth :60px;
margin:0px;
padding-left:32px;
text-align:center;
} |