XHTML/ CSS - Fixed Positioning

Fixed positioning places an element of your webpage in a certain location regardless of user input. If a user is to scroll, the element that is fixed will scroll with the page and remain in its position. 

https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram