August 13, 201214 yr hi, i have a div on a page that has blogs. each blog has a read more function and once clicked content is show. i'm having difficulty as the content is disappearing below the div. iv used overlow: auto; but it gives me scroll bars which i dont want. is there a way to get the overflow but without the scroll bar?
August 13, 201214 yr Overflow hasn't anything to do with the height of your div, only if the content must be rendered when its more than the div can contain. I think you have set a height property , by removing the height property the default value (auto) is used again wich makes the div big enough to hold all the content. Do you have a link to the page you're talking about ?
Create an account or sign in to comment