spyke01 Posted August 3, 2006 Share Posted August 3, 2006 Im working on a new layout, and having several problems, ive finally got my two different footers acting like i want them, but now i have double scroll bars, the other problem is that the two columns need to stretch as one(if the left column stretches to 150px then the right column needs to stretch to be 150px)Heres the page:http://www.fasttracksites.com/new%20layout/Can anyone help me fix these two problems? Quote Link to comment https://forums.phpfreaks.com/topic/16480-double-scroll-bar-and-height-problems/ Share on other sites More sharing options...
spyke01 Posted August 3, 2006 Author Share Posted August 3, 2006 ok, the problem is that the width of container has to be 100%, i ending up wrapping the contents of container with a wrapper called page and used the following css to make sure the page didnt change width or the float drop[code]div#container { position: relative; width: 100%; min-height: 100%; /* For Modern Browsers */ height: auto !important; /*For Modern Browsers */ height: 100%; /*For IE */ margin: 0px; padding: 0px; text-align: left;}div#page { width: 1011px; min-height: 100%; /* For Modern Browsers */ height: auto !important; /*For Modern Browsers */ height: 100%; /*For IE */ margin: 0px; padding: 0px; text-align: left;}[/code]thanks anyways guys Quote Link to comment https://forums.phpfreaks.com/topic/16480-double-scroll-bar-and-height-problems/#findComment-68787 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.