[Solved] Correct Html Float in my website [closed]


Either:

  1. Remove float:left; display:block from your navbar links, and add display:inline-block instead – you may need to adjust some sizes or get rid of all whitespace between them, but it works.

  2. OR: Add clear:both to the downDiv element

1

solved Correct Html Float in my website [closed]