Home › Forums › CSS › Nav Positioning Issue › Re: Nav Positioning Issue
December 2, 2012 at 5:09 pm
#116118
Participant
just a couple of comments:
1) float overrides any display property, so you don’t need to set the h1 to inline-block
2) you can float the li to the left and the ul to the right (although display: inline works just as well for the li) without reversing the order