Oddly enough, in searching Google for web and ngs, I could find only a
handful of articles on this problem. I wonder if it's one not
typically encountered?
I wanted to have three divs that could float, if need be. They are
inside another div. I put a background color on it. I float all three
inside it to the left.
IE works fine, just as you'd expect. But Firefox, while it renders
everything else the same, widens out the containing box and forces a
horizontal scrollbar.
I can't imagine why. If I remove the float, the scrollbar goes away.
handful of articles on this problem. I wonder if it's one not
typically encountered?
I wanted to have three divs that could float, if need be. They are
inside another div. I put a background color on it. I float all three
inside it to the left.
IE works fine, just as you'd expect. But Firefox, while it renders
everything else the same, widens out the containing box and forces a
horizontal scrollbar.
I can't imagine why. If I remove the float, the scrollbar goes away.
Comment