Float Away
So… does it say something about my skills as a web developer that it took me until last night to realize that floating a div to the right of another div only works the way you’d expect it to (i.e., the two divs end up on the same horizontal line) if you put the floating div before the div you’re floating around?
I have to admit, I feel kinda stupid now…
December 4th, 2006 at 10:04 pm
I’ve been falling into that trap and trying to find a way around it for years. (I want my “content” section to be higher in the code than the “sidebar” section.)