html - Freeze div that shifts from dynamically sized text -
In the code below I have 3 divisions, where there are 1 and 3 divisible tables, Submit a user (fixed by the user) Submit a second div is an image when a user submits and the text is filled in tables, then the center image (2 dv) runs depending on the length of the text, for example For, if the longest word of the tables is on the left table If the longest word is the same length in each table, then nothing will run.
Can I use CSS to ensure that the positioning is done? Is there no point in the length of the text in the Divis at the center of the second div? Basically I want to extend 1 div to the left and extend the third party to the right, so that & lt; Span & gt; No change in length of
can not take the centered image at all
& lt; Div class = "text_tables" id = "left_table" & gt; & Lt; Table & gt; & Lt; TR & gt; & Lt; TD & gt; & Lt; Span class = "output render" id = "text1" & gt; & Lt; / Span & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / Div & gt; & Lt; Div class = "text_tables" & gt; & Lt; Img id = "img1" src = "{{url_for ('static', file name = 'img / img.png')}}" & gt; & Lt; / Div & gt; & Lt; Div class = "text_tables" id = "right_table" & gt; & Lt; Table & gt; & Lt; TR & gt; & Lt; TD & gt; & Lt; Span class = "output render" id = "text6" & gt; & Lt; / Span & gt; & Lt; / TD & gt; & Lt; / TR & gt; & Lt; / Table & gt; & Lt; / Div & gt;
Good, to respect those who say that tables
v 2.0 OK, this seems like a lot to do for you. I'm absolutely confused what you want Do we need to parse all the spaces and both wings need to make up the words in the same column? Provide more information, and I can spread it a bit more.
& lt; Div class = 'holderdiv' & gt; & Lt; Div class = 'leftdiv' & gt; Asdfasdfasdf & lt; / Div & gt; & Lt; Div class = 'centerdiv' & gt; & Lt; / Div & gt; & Lt; Div class = 'rightdiv' & gt; ASDASDFASDFASDFASDF & lt; / Div & gt; & Lt; / Div & gt;
Comments
Post a Comment