Either:
-
Remove
float:left; display:blockfrom your navbar links, and adddisplay:inline-blockinstead – you may need to adjust some sizes or get rid of all whitespace between them, but it works. -
OR: Add
clear:bothto the downDiv element
1
solved Correct Html Float in my website [closed]