Vertical CSS3 Shadow Menu
This vertical CSS Menu uses CSS3's ability to define multiple/ inset shadows (so the shadow grows inwards) on an element to create menu items with a bevelled left edge and a growing inner glow when the...
View ArticleAnimated UL background effect
This CSS example demonstrates animating the min-width property of an element to create a stretching background effect. Here we use the technique to add a nice rollover effect to UL lists, so the user...
View ArticleSplit Drop Down Menu
Using a combination of CSS2 selectors, pseudo classes, CSS3 transitions, plus a tough of JavaScript, we arrive at a CSS based split menu button, even sans images!
View ArticleRollover Text Menu
This CSS menu creates the popular rollover text effect of text sliding up to reveal a duplicate of itself when the mouse rolls over a menu item.
View ArticleFlipboard CSS buttons
Flipboard creates a series of CSS buttons that flip horizontally on themselves when the mouse rolls over them, creating an elegant, eye catching effect. It employs CSS3 transform and transitions to do...
View ArticleSwinging keyframe animation
Using CSS3 keyframe animations, we can control the exact style of an element at any point in time. Here we use keyframes to create a swinging effect, by modifying an element's rotation gradually over...
View ArticleResponsive 2 column form
This is a clean, two column form that's also responsive, turning into a single column spanning the entire width of the page when the window's size is 480px or less. The two column design and large...
View ArticleCSS3 Sonar Menu
CSS3 Sonar Menu is a horizontal list menu that highlights each menu link with a pulsating sonar effect.
View ArticlePop up form labels
When it comes to filling out form fields, any contextual help is always appreciated. This CSS code takes the label element of a form field and transforms it into a pop up label that's sure to get...
View ArticleFlat flipping menu buttons
These menu buttons combine the two hot trends that are flat design (absence of bevels, gradients and shadows etc) and CSS3 to create a bold and modern looking navigation system. Each icon inside the...
View ArticleFlat flipping menu buttons vertical
This is the vertical vesion of the original Flat Flipping menu buttons. They combine the two hot trends that are flat design (absence of bevels, gradients and shadows etc) and CSS3 to create a bold and...
View ArticleResponsive Iconic Menu
This sleek horizontal menu bar stays tucked away until the user clicks on an icon, revealing the menu. Using CSS3, various parts of the menu are animated, from the menu unveil to the icon flip when...
View Article3D Flip Menu
Using CSS3 transform, this menu flips the traditional menu around, or on its y-axis to be exact. When the user clicks on the menu anchor, it flips over to reveal a drop down menu. The menu degrades...
View ArticleGrayscale Image Gallery
This CSS image gallery renders the thumbnails initially in grayscale until clicked on to reveal a larger version of an image. You can quickly cycle through the thumbnails using the "Tab" key. The...
View ArticleCSS3 oval switch checkboxes
The following uses CSS3 to create slick looking, oval shaped checkbox replacement switches. This is done by hiding each target checkbox and styling its companion LABEL element instead using a mixture...
View ArticleCSS3 checkbox and radio button replacements
The following creates custom looking checkbox and radio button controls, by hiding the default INPUT element of a checkbox and radio button and styling their associated LABEL element instead.
View ArticleDepressible Circle Buttons
These large, circular buttons employ CSS3 shadows to create a 3D, depressible effect, with hovering over a button causing it to depress. Multiple lines of text are supported inside each button, which...
View Article3D rollover menu
This horizontal menu flips the traditional rollover effect over its head to create a rather unique effect. As the user mouses over a menu item, it rolls up in a 3D fashion like a cube to reveal the...
View ArticleFlat flipping menu buttons 2 (vertical)
This is the vertical version of the original Flat Flipping menu buttons. They combine the two hot trends that are flat design (absence of bevels, gradients and shadows etc) and CSS3 to create a bold...
View ArticleMobile side menu
This is the classic mobile side menu that slides in from the edge of the window when a toggler is clicked on, dominating everything else with an overlay that obscures the rest of the page.
View Article