Jump to content

div to stay in place


robert.access

Recommended Posts

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.

 

29252338.th.png

Link to comment
https://forums.phpfreaks.com/topic/182146-div-to-stay-in-place/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.