legohead6 Posted March 14, 2007 Share Posted March 14, 2007 how would i go about this.. its for a footer, i want it to be lets say 50px below my main screen which is absolute postitioned in the middle of the screen... and its height is based on what page im on.... Quote Link to comment Share on other sites More sharing options...
AndyB Posted March 14, 2007 Share Posted March 14, 2007 .footer { margin-top:50px; } And of course, the footer div follows the end of the main content Quote Link to comment Share on other sites More sharing options...
legohead6 Posted March 14, 2007 Author Share Posted March 14, 2007 thanks, is there a way to make it wider then the main div... so it spans 100% of the page (cuz there are 2 collums on each side of the main block that i want it to span too.. 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.