Multi-language style container content is out of parent width without wrapping

Source: Internet
Author: User

A classic left and right floating layout;

<class= "wrap">    <class= " Left "></div>    <class = "Right" ></ Div > </ Div >

Wrap layer width is 1000px;

In the English layout, left and right to calculate the width or not to the width, no problem, but the project introduced a multi-lingual translation, when the words in Russian, French, Italian, the word is longer, there will appear in the right layer plus the total width of the layers above the wrap layer situation, Then the right layer will have skip bug;

Boss Hope is not to change line, after testing, found such a strange layout way:

Wrap layer width 1000px unchanged;

Left layer floating;

Right layer does not float, to align, the child element does not give width, with Inline-block + IE hack compatible with IE, add no line code: WHITE-SPACE:NOWRAP;

After this layout, the left layer + right layer total width exceeds the width of the wrap layer, then the content will be pushed out, outside of wrap, continue to display the line;

Right layer CSS:

. Right { color:#ffffff; line-height:38px; text-align: right; white-space: nowrap;}

Multi-language style container content is outside the parent width without wrapping

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.