YourNameHere Posted September 20, 2009 Share Posted September 20, 2009 I have a div and I want the text to wrap and create a vertical scrollbar and no horizonal bar. is there a way to do this? Javascipt or CSS solutions would be fine. Link to comment https://forums.phpfreaks.com/topic/174855-solved-overflow-issue/ Share on other sites More sharing options...
YourNameHere Posted September 20, 2009 Author Share Posted September 20, 2009 Nvermind, I'm an idiot. I just wrapped an outer div with a fixed width and a fliud height. Link to comment https://forums.phpfreaks.com/topic/174855-solved-overflow-issue/#findComment-921492 Share on other sites More sharing options...
haku Posted September 20, 2009 Share Posted September 20, 2009 You don't even need to do that. You can give the div a fixed height, and it will automatically add vertical scroll bars. Link to comment https://forums.phpfreaks.com/topic/174855-solved-overflow-issue/#findComment-921717 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.