Practical examples of HTML, CSS and JavaScript
/in CSS3, HTML5, JavaScript/by GénesisDear fellas, holidays are over the corner and I don’t want you to get bored 😛 Some friends asked me about writing full (easy) practical examples in HTML, CSS and JS. So, I did a mix where you can find a nice variety. Hope you like it and enjoy your days off ^^
Toggle input checkboxes clicking their parent area
/in CSS3, HTML5, JavaScript/by GénesisWithout JavaScript:
Thanks to japanfever
Cursor waiting and not pointer events while waiting for a server answer and/or data processing
/in CSS3, HTML5, JavaScript/by GénesisKeep in mind that you cannot change your cursor if you avoid pointer events, to do it properly set the cursor property in the body and the pointer-cursor property in all its descendants.
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.