background preloader

iMani CSS, HTML

Facebook Twitter

HTML5 Video Player. Video.js is a JavaScript and CSS library that makes it easier to work with and build on HTML5 video.

HTML5 Video Player

This is also known as an HTML5 Video Player. Video.js provides a common controls skin built in HTML/CSS, fixes cross-browser inconsistencies, adds additional features like fullscreen and subtitles, manages the fallback to Flash or other playback technologies when HTML5 video isn't supported, and also provides a consistent JavaScript API for interacting with the video.

What's HTML5 Video? CSS HTML tools. CSS. Animated Content Tabs with CSS3. In this tutorial we are going to implement some simple CSS3 content tabs using radio buttons together with the :checked pseudo-class and sibling combinators.

Animated Content Tabs with CSS3

View demo Download source Content tabs are a very common and familiar element in web design, and often their turn out to be pretty useful. How to Create Progress Bar with CSS3. NO JAVASCRIPT. TABS, a famous word in website development.

NO JAVASCRIPT

Every coder has used it in websites but only using JQuery. Today I ll share a small trick to use tabs without using any JQueries but only using CSS3. Like previous tutorial on CSS3 toggle, in this also we will use pseudo element :target The logic is really simple, we will form an unordered list, and inside li there will be a div with unique ID, when this unique ID will be called through some href link then the respective div will appear.

So here is the basic HTML Code: