|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Css/overflow/text wrap
I am trying to edit the comments section of my myspace. I want it to be in a scrolling box with only a vertical scroll bar. If I do overflow:auto I get both vertical and horizontal because some of the comments are too wide. I tried overflow-y:auto, but then either the box becomes larger to fit the length of each line, or the lines get chopped off. Is there a way to have only a vertical scroll bar, and then horizontaly, just have the text wrap around to a new line each time so I can keep my original width of the box without adding a horizontal scroll bar?
|
|
#2
|
|||
|
|||
|
hey you could try either reducing text size or img..i dnt think its posible to not just hav a horizontal scrollbar
Code:
<style>
img
{height:100px;width:100px}
</style>
that will resize the images also try http://www.freecodesource.com/index.php?page=myspacegenerators/index its prety good site |
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Web Development > Css/overflow/text wrap |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|