justinede Posted June 12, 2009 Share Posted June 12, 2009 hello all, im just fooling around at this url: http://justinledelson.com/portfolio/test/ when you click the clients section, a list of text drops down that is bigger than the box. I want the box to move with it so it dosnt overlap anything. if you could help me out, i would greatly appreciate it. Link to comment https://forums.phpfreaks.com/topic/162005-solved-box-isnt-expanding/ Share on other sites More sharing options...
Maq Posted June 13, 2009 Share Posted June 13, 2009 Please post the code that's handling this. Link to comment https://forums.phpfreaks.com/topic/162005-solved-box-isnt-expanding/#findComment-854889 Share on other sites More sharing options...
justinede Posted June 13, 2009 Author Share Posted June 13, 2009 #container {background:url(images/bg.png) repeat-x; padding-left:45px; padding-top:45px; width:auto; background-position:100px 140px; overflow:visible; height:inherit; height:475px; display:inherit} if that isnt good enough, i can post m whole stylesheet. its not that long. Link to comment https://forums.phpfreaks.com/topic/162005-solved-box-isnt-expanding/#findComment-854890 Share on other sites More sharing options...
jcombs_31 Posted June 13, 2009 Share Posted June 13, 2009 First, I don't know why you declare the height twice. But instead of overflow:visible, you should use overflow:auto. It is going to look like crap with a scroll bar, so I would suggest a javascript solution for a nice scroller. Link to comment https://forums.phpfreaks.com/topic/162005-solved-box-isnt-expanding/#findComment-854966 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.