robert.access Posted November 19, 2009 Share Posted November 19, 2009 Hi! I have a strange problem with a code, like following: <table> <tr> <td colspan="2"><textarea id="description" name="description" style="width: 400px; height: 200px; overflow: hidden;"><?=$text_details['description'];?></textarea><?=$text_description_editor;?></td> </tr> </table> and the page its using ajax selection so when you select items, that are above of this code, <?=$text_description_editor;?> (witch is an html editor) it's floating on page, over the text and images (when the page go bigger). How an I make it to go down automatically and stay in table and not float around??? Thank you in advance! Here it's a pic that show the buttons image are not go down with background, and the position change when ajax make the page bigger. Quote Link to comment Share on other sites More sharing options...
robert.access Posted November 19, 2009 Author Share Posted November 19, 2009 I solved temporaly. I have separate them in two tables. If anyoane have another idea mabe within a div, please post it here. Thanks! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.