Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Div does not wrap when position absolute with left position
Message
De
18/01/2017 16:43:26
 
 
À
Tous
Information générale
Forum:
CSS
Catégorie:
Autre
Titre:
Div does not wrap when position absolute with left position
Divers
Thread ID:
01646835
Message ID:
01646835
Vues:
43
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform