Vasko Posted February 4, 2010 Share Posted February 4, 2010 Hi, I have a question. I have seen in maney websites these some kind of a „banner“ that has quick links, login form and etc. and it mooves down as you move the page. If an image of these „banners“ can help you, here it is: http://bayoew.bay.livefilestore.com/y1pTVM1iLJ0xvIIxHXbIdRfS4t_kJuqVNk3BvA-77-ButOJzFMCLoVCgJCUWMEn8qBxjrfXjCNyaxSA89K4PFDyu6BLZRvNlEVf/baner.png Quote Link to comment https://forums.phpfreaks.com/topic/190943-question-about-a-website-application/ Share on other sites More sharing options...
Philip Posted February 4, 2010 Share Posted February 4, 2010 A simple view page source would have answered your question. Its simply a div that is positioned at bottom:0 with a fixed position setting as well as a high z-index to force it to be on top of everything else. Quote Link to comment https://forums.phpfreaks.com/topic/190943-question-about-a-website-application/#findComment-1006935 Share on other sites More sharing options...
Vasko Posted February 4, 2010 Author Share Posted February 4, 2010 A simple view page source would have answered your question. Its simply a div that is positioned at bottom:0 with a fixed position setting as well as a high z-index to force it to be on top of everything else. Yeah, but I am not talking about a stationary footer, I mean a footer that moves along with the page Quote Link to comment https://forums.phpfreaks.com/topic/190943-question-about-a-website-application/#findComment-1006973 Share on other sites More sharing options...
Philip Posted February 4, 2010 Share Posted February 4, 2010 Yeah, but I am not talking about a stationary footer, I mean a footer that moves along with the page .. yes I answered that ...a fixed position setting... position: fixed; like I mentioned in my post. Just note IE doesn't always play nicely, but a good google search on ie & fixed position will show you how to fix it. Quote Link to comment https://forums.phpfreaks.com/topic/190943-question-about-a-website-application/#findComment-1006982 Share on other sites More sharing options...
Vasko Posted February 5, 2010 Author Share Posted February 5, 2010 Yeah, but I am not talking about a stationary footer, I mean a footer that moves along with the page .. yes I answered that ...a fixed position setting... position: fixed; like I mentioned in my post. Just note IE doesn't always play nicely, but a good google search on ie & fixed position will show you how to fix it. Thanks. I think you solved my problem! Quote Link to comment https://forums.phpfreaks.com/topic/190943-question-about-a-website-application/#findComment-1007323 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.