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.... Link to comment https://forums.phpfreaks.com/topic/42608-solved-position-relative-to-another-absolute-position/ 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 Link to comment https://forums.phpfreaks.com/topic/42608-solved-position-relative-to-another-absolute-position/#findComment-206772 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.. Link to comment https://forums.phpfreaks.com/topic/42608-solved-position-relative-to-another-absolute-position/#findComment-206777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.