div container: limit to text going on one line to right

jthipl4teh

New Member
I tried adjusting the width in several places of my CSS, but the text keeps on flowing on one line and doesn't wrap within a "leftsidebar". There seems to be no limit as to how far my text goes to the right, and I want there to be a limit. How do I set that in CSS?\[code\]<h3> JKHJKHJKHKJHJKHJKHJKHKJHJKHJKHKJH</h3> #leftsidebar { position:fixed; width: 160px; top:150px; margin:0px; line-height:165%; white-space:nowrap; z-index:50; padding: 0px 35px;}\[/code\]http://jsfiddle.net/4uxcN/
 
Back
Top