Tag Archive for: scroll
Scrollable table with fixed header
/in CSS3, HTML5/by GénesisInstead of using absolute positions, containers and so on you can use CSS Grid to set header and body.
Scroll into view
/in CSS3, JavaScript/by GénesisI have created n boxes (divs) with random colors to select one of them randomly and make it visible on the viewport. Every time you rerun the code you will see in your screen the selected box regardless of its position.