Home › Forums › CSS › Nav # ul li – Not working. Please Help!! › Re: Nav # ul li – Not working. Please Help!!
June 24, 2009 at 2:57 am
#59606
Member
Hi,
Try this is working for u
Bcos ul li is block level element its come one below another;
ul#nav li {
display: block;
font-size: 1.3em;
display:inline; /* just this line u get it*/
}
Superprakash