Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Div does not wrap when position absolute with left position
Message
From
18/01/2017 16:43:26
 
 
To
All
General information
Forum:
CSS
Category:
Other
Title:
Div does not wrap when position absolute with left position
Miscellaneous
Thread ID:
01646835
Message ID:
01646835
Views:
42
I have a div defined as this:
#Broadcast
{
   position: absolute;
   top: 8px;
   display: table;
   max-width: 1000px;
}
I put a lot of text into that div. When I resize the browser, it wraps as expected.

If I add a left position such as:
#Broadcast
{
   position: absolute;
   top: 8px;
   left: 690px;
   display: table;
   max-width: 1000px;
}
...it no longer wraps.

Anyone has ever added text for wrapping inside a div with position absolute starting at a specific left position?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform