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. Link to comment https://forums.phpfreaks.com/topic/182146-div-to-stay-in-place/ 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! Link to comment https://forums.phpfreaks.com/topic/182146-div-to-stay-in-place/#findComment-960982 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.