Home › Forums › CSS › CSS nav position problem? › Re: CSS nav position problem?
June 20, 2009 at 5:06 pm
#59398
Member
Ooooohhhh, I see it now.
Posting a link to the site would be a much better help. You’re simply going to want to do something like this, in its most basic form:
ul {
width: width of nav;
}
ul li {
width: width of tab;
text-align: center;
}