floating is calculated top-down:
<b></b>
<a style="float:left;"></a>
(from left-right/top-down, b will always come first)
<a style="float:left;"></a>
<b></b>
(from left-right/top-down, a will always come first)
if you want your navbar div to always be in the top left area, place its code before the main div code.
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64