BoulderBum
Programmer
I have a webpage that looks great when it's originally renderred. In this page, I call a method which adds text to a span inside of a div by setting the span's innerHTML property.
In IE, everything looks fine after calling the function (as is usually the case). In FireFox, it doesn't work (as is usually the case). The problem is that while IE dynamically resizes the parent div appropriately, FireFox sticks with the original dimensions, and the new text overflows the div, and bleeds into lower elements.
Can someone tell me if there is a way around this quirk?
MCP, MCTS - .NET Framework 2.0 Web Applications
In IE, everything looks fine after calling the function (as is usually the case). In FireFox, it doesn't work (as is usually the case). The problem is that while IE dynamically resizes the parent div appropriately, FireFox sticks with the original dimensions, and the new text overflows the div, and bleeds into lower elements.
Can someone tell me if there is a way around this quirk?
MCP, MCTS - .NET Framework 2.0 Web Applications