Re: [css-d] Check site nav

2005-07-07 Thread Schalk Neethling
Thanks Collin! I will give it a go. Collin Davis wrote: Schalk, Couple things: If you remove the padding from #nav ul li, it solves the problem, but creates another. The best solution I found was to use the styling you have on #nav ul li for #nav ul li a... as such: #nav ul { margin:0;

RE: [css-d] Check site nav

2005-07-06 Thread Collin Davis
Schalk, Couple things: If you remove the padding from #nav ul li, it solves the problem, but creates another. The best solution I found was to use the styling you have on #nav ul li for #nav ul li a... as such: #nav ul { margin:0; padding:0; text-align:center;