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. Quote Link to comment 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. Quote Link to comment 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. Quote Link to comment 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. 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.