Messed around with foating DIVs, trying to get them to work in Mozilla. I give up. They work fine in IE, but Mozilla seems to want to drop to the next line no matter what you do. Bogus. I changed the way my last five thingy is displayed. It uses one div and the contents change by replacing its node via the DOM thingy. Much better than the hiding/unhiding thing I was doing before with Javascript and stylesheets. The div stays in the same position all the time, where before I had to guess with negative positioning, and that would get all screwed up every time the content changed. The only problem with this solution is that it seems to take longer to load. And I ran into a weird thing where when you use the DOM to insert text, it inserts exactly what you enter without parsing HTML tags. It makes sense to me now, but it was suprising when I first saw the raw HTML pop up on my screen.