carleihar Posted February 6, 2010 Share Posted February 6, 2010 My header has a css div that holds the user's name and money (based on data from a table). Problem is, as the header is at the top of the page, if the money has changed throughout the page, it does not update the money at the top, because that code was executed before the update. So, my question is, how can I have information from the header executed after the main page? Link to comment https://forums.phpfreaks.com/topic/191171-update-top-of-the-page-last/ Share on other sites More sharing options...
invision2 Posted February 6, 2010 Share Posted February 6, 2010 Could you not just change your CSS about a bit? So your Header HTML is further down in the HTML source, but CSS positions it in the header position on the page I'd be happy to help knock up some CSS for you Link to comment https://forums.phpfreaks.com/topic/191171-update-top-of-the-page-last/#findComment-1008047 Share on other sites More sharing options...
carleihar Posted February 6, 2010 Author Share Posted February 6, 2010 Yeah that would be helpful! Mainly I've just got a big container with a right and left border, footer, and main content div. What kind of properties should I put on the login bar so that it is above all that but in my footer? Link to comment https://forums.phpfreaks.com/topic/191171-update-top-of-the-page-last/#findComment-1008082 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.