Onbekend |
|
Hallo ik probeer uit te vogelen hoe css werkt. Ik heb nu dit:
.topic {
position: absolute;
border-right: 1px solid #000000;
border-bottom: 1px solid #000000;
color: #000000;
text-align: left;
width: 900px;
padding-height: 4px;
margin-left: 252px;
background-color: white;
top: 181px;
left: 11px;
}
.topic { position: absolute; border-right: 1px solid #000000; border-bottom: 1px solid #000000; color: #000000; text-align: left; width: 900px; padding-height: 4px; margin-left: 252px; background-color: white; top: 181px; left: 11px; }
Ik wil nu dat hij een max. grote heeft dus dat hij naar een andere regel gaat als er teveel woorden staat. Ik heb max-width en right al geprobeerd. jullie een idee?
|