Forum Moderators: not2easy
I want to stretch a <span> to the width of its enclosing <div>. In the span's class declaration, I use width:100%; which should have it stretch to whatever width of its container <div>.
In Opera and IE, this works fine. In Mozilla FireFox though, it only stretches to the end of the text between the span tags, not to the end of the <div>.
For the record, the <div> is also width:100%; ..
Anyone know a solution/workaround?