rajeesh Posted May 11, 2011 Share Posted May 11, 2011 Now i am coming with a new issue.. In that airline booking site in which I was working I have to display message after payment regarding whether the procedure was success or failure. The problem is that in the original site the client added one banner and two blogs. So the div containing the message will be displayed below these banner and blogs. So the question is how do I position that message div at the top of the page. Thanks. Link to comment https://forums.phpfreaks.com/topic/236100-helphow-to-set-a-div-at-the-top-of-the-page-in-joomla/ Share on other sites More sharing options...
Web Developer Posted May 12, 2011 Share Posted May 12, 2011 You can do it with CSS. Use "z-index" in CSS and call it in <div> Try it.. hope it would help u. Link to comment https://forums.phpfreaks.com/topic/236100-helphow-to-set-a-div-at-the-top-of-the-page-in-joomla/#findComment-1214469 Share on other sites More sharing options...
rajeesh Posted May 12, 2011 Author Share Posted May 12, 2011 thanks for your reply.. actually i solved this problem by changing the url. Earlier I was printing the message in the index.php page because of that the message will appear below the blogs and all those things. Then i added my component name along with the index.php and now it's working fine. Once again thanking you for reply. I hope you can help in the next time.. Link to comment https://forums.phpfreaks.com/topic/236100-helphow-to-set-a-div-at-the-top-of-the-page-in-joomla/#findComment-1214473 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.