Home › Forums › CSS › LavaLamp menu (list) not centering horizontally › Re: LavaLamp menu (list) not centering horizontally
June 16, 2011 at 10:01 am
#72885
Participant
.lavaLamp li {
float:left;
display:inline;
list-style: none;
line-height: 51px; /* vertically centers the text */
}