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? Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
DEVILofDARKNESS Posted September 6, 2009 Author Share Posted September 6, 2009 Thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.