DEVILofDARKNESS Posted September 5, 2009 Share Posted September 5, 2009 What to do against overflow in FF? In opera the element in which the text is auto resizes to let the text fit. But in FF the element stays with the same size and the text overrides the borders, is there a way to solve this? Link to comment https://forums.phpfreaks.com/topic/173214-solved-overflow/ Share on other sites More sharing options...
saltedm8 Posted September 6, 2009 Share Posted September 6, 2009 with overflow, you need to do 2 things first is to define a height limit that the div can 'grow to' and the second is to not use auto.. its a pain in the butt so, what I would do is use overflow:scroll; instead but you don't want the bottom scroll bar I hear you say.. ok we will do this instead overflow-y:scroll; and it 'should' be ok Link to comment https://forums.phpfreaks.com/topic/173214-solved-overflow/#findComment-913405 Share on other sites More sharing options...
DEVILofDARKNESS Posted September 6, 2009 Author Share Posted September 6, 2009 Thanks Link to comment https://forums.phpfreaks.com/topic/173214-solved-overflow/#findComment-913456 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.