View Single Post
  #4  
Old 12-26-2010, 06:18 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: How can I align to bottom in php source?

If you need it at the bottom of the page put it in the footer or in the container that holds middle and left part of the page. In order positioning to work the parent container must have positioning as well. Do not use "topxxx" to position as this will depend on the length of the page where the element shows, use "bottomxx" - no matter how long the page is it will always be on the same spot
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote