The goal is to have to the textbox fill the horizontally until it bumps up against the submit button. There is to be no wrapping at all.
As the window size changes, only the textbox will resize and the submit button will retain its size.
I have tried all kinds of iterations with my CSS3 to try to make it happen, but the one consistent failure is that the FORM element always refuses to expand horizontally to fill the DIV.
This problem is consistent across all of my browsers, desktop and mobile.
I am sure there is a solution as we often see chatbox interfaces that are exactly as I describe them, it is just that it seems to be something fiddly.
If it doesnโt work for you then weโd need to see all the styles for that code that you already have in place. It may be that a parent has limited the width or you have more specific code in place
After that, the actual page that I am working on still needs some more tweaks with regards to margins and padding, but I think that you folks have provided me with a good foundation to move on with.
If I run into something tragically difficult, I know where to return to!
Thanks!
(PS: I only just joined just before I posted and you folks set me on the right path. )