View Full Version : overflow:auto


rublind
11-16-2003, 03:54 AM
For overflow is there a way so that it will only overflow vertically, like so it wont make a horizontal scrollbar? Someone please tell me that there is...!

pb&j
11-16-2003, 04:12 AM
try adding this to your css...
overflow-x: hidden;

rublind
11-16-2003, 04:13 AM
but doesnt that hide what ever exceeds the thingy?

pb&j
11-16-2003, 04:25 AM
in one direction, yes. the second option is a Y instead of the X to represent the other direction.

rublind
11-16-2003, 04:25 AM
I dont want it to cut it off, I want it to send it to the next line...

Dude128
11-16-2003, 04:52 AM
since you started a new thread on this topic, I'm guessing that you got sick of this one- so I'm closing it.