content runs past div container

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
kydude1957
Forum Commoner
Posts: 31
Joined: Sun Sep 14, 2014 1:37 am

content runs past div container

Post 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?
User avatar
Celauran
Moderator
Posts: 6427
Joined: Tue Nov 09, 2010 2:39 pm
Location: Montreal, Canada

Re: content runs past div container

Post by Celauran »

Would probably be helpful if you showed some code or an example.
kydude1957
Forum Commoner
Posts: 31
Joined: Sun Sep 14, 2014 1:37 am

Re: content runs past div container

Post by kydude1957 »

never mind i got it sorted out.
phpdeveloper1
Forum Newbie
Posts: 19
Joined: Tue Aug 12, 2014 6:13 am
Location: Chennai, India

Re: content runs past div container

Post 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.
Chris, Php Developer and Programmer,
https://www.phpfreelanceprogrammer.com/
Post Reply