sixes
-
Horizontal UL Problems
I usually just have a li{ float: left; } li a{ display: block; width: x; height: x; } try taking off the display: inline on the 'li' and the float: left on the 'li a'
I usually just have a li{ float: left; } li a{ display: block; width: x; height: x; } try taking off the display: inline on the 'li' and the float: left on the 'li a'