If you change the "Float" value in the css to "Right", the 2 links get flipped. Is there any way to avoid the flip? See the attached screenshot.
Thanks.
instead of giving float: right to the <li> , try using float: left, and then position the whole <ul> with margin-left or something to move it to that side?
Comments
Comment #1
chousmith commentedinstead of giving float: right to the <li> , try using float: left, and then position the whole <ul> with margin-left or something to move it to that side?