Allan Posted October 25, 2010 Report Posted October 25, 2010 Any idea why my site is stretching way down, is there a way to add some code to auto stretch as need www.usaflight club to see what I mean Regards, Allan Quote
Administrators simpilot Posted October 25, 2010 Administrators Report Posted October 25, 2010 Just looking quickly I would guess it is probably coming from your settings for height in your wrapper div #wrapper #body #left { height: 1500px; width: 200px; float: left; } #wrapper #body #right { width: 750px; float: right; height: 1500px; } I would just remove it, you may have to create a div to clear the previous before your footer but then it will adapt to the length needed for each page. Quote
Jon Posted October 25, 2010 Report Posted October 25, 2010 Thanks for that, will get it done now, Jon Quote
Allan Posted October 25, 2010 Author Report Posted October 25, 2010 When adding that code everything goes to the bottom, any ideas, Regards, Allan Quote
Administrators simpilot Posted October 25, 2010 Administrators Report Posted October 25, 2010 Don't add it, I took that right out of your existing css file, you just need to edit what you already have. Quote
Jon Posted October 25, 2010 Report Posted October 25, 2010 I can cofirm It is removed will try it again in a min Quote
Allan Posted October 26, 2010 Author Report Posted October 26, 2010 We solved this for the help for the height we had to put } #wrapper #body #right { width: 750px; float: right; height: auto; } Regards, Allan Quote
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.