Page 1 of 1

content runs past div container

Posted: Wed Sep 17, 2014 2:35 pm
by kydude1957
My main content is running out of the container height wise. I know you can put overflow:scroll when this happens but I tried putting it in CSS wher I define the width and height but it does nothing. Is that where it goes or does it go in the div for the main container?

Re: content runs past div container

Posted: Wed Sep 17, 2014 2:40 pm
by Celauran
Would probably be helpful if you showed some code or an example.

Re: content runs past div container

Posted: Wed Sep 17, 2014 2:59 pm
by kydude1957
never mind i got it sorted out.

Re: content runs past div container

Posted: Thu Sep 18, 2014 1:01 am
by phpdeveloper1
kydude1957 wrote:My main content is running out of the container height wise. I know you can put overflow:scroll when this happens but I tried putting it in CSS wher I define the width and height but it does nothing. Is that where it goes or does it go in the div for the main container?
You could use firebug in firefox to debug and pinpoint css issues.