N
NvrBst
I have two DIV's (floated left). The Div's width shrink-wrap to the
content inside the div. This is good and what I want.
Problem: I want a textbox inside one of the divs to be 100% of the
width of the shrink-wrapped div. If I set width=100% then inside
Chrome it looks the way I want it, however, inside IE7 it makes the
textbox width the full size of the screen (stretching the width of the
div).
Question: Is there a cross-browser way to set the textbox width to the
size of the div? Or how would I accomplish this with IE7 (Shrink-
Wrapped Div with an element being the full size of the div).
Thanks
content inside the div. This is good and what I want.
Problem: I want a textbox inside one of the divs to be 100% of the
width of the shrink-wrapped div. If I set width=100% then inside
Chrome it looks the way I want it, however, inside IE7 it makes the
textbox width the full size of the screen (stretching the width of the
div).
Question: Is there a cross-browser way to set the textbox width to the
size of the div? Or how would I accomplish this with IE7 (Shrink-
Wrapped Div with an element being the full size of the div).
Thanks