Quantcast
Channel: Dynamic Drive CSS Library
Browsing all 64 articles
Browse latest View live
↧

CSS3 Hover Image Gallery

A sleek image gallery that takes advantage of CSS3 animation, shadows, and the "transform" property to instantly add a smooth hover effect to its images, whereby the image enlarges and moves closer to...

View Article


CSS3 Gradient Menu Buttons

These fancy looking buttons brings together CSS3's border-radius, box-shadow, and linear gradients to create glossy looking menu buttons that use NO images.

View Article


CSS Circle Menu

This CSS example uses CSS3's border-radius property that's set to a very large value to create circle menu links.

View Article

CSS3 Text Shadows

CSS3 throws its full weight behind text shadows, which as the name suggests, lets you add shadows to regular text on the page. And with support for multiple shadows simultaneously applied to the same...

View Article

CSS Triangle Arrow DIVs

A look at how to use CSS to produce triangles/ arrows without any image. Using this technique, 4 speech bubble style DIVs can be created using markup only.

View Article


Clean Arrow Underline Menu

This menu uses the nifty "CSS Triangles technique" to create a clean horizontal UL menu with a thick arrow border applied to the currently active menu item. It uses no images nor any extranous markup...

View Article

Image frames using CSS3 border-image

CSS3 makes it possible to specify an image as an element's border, instead of just a solid color. It takes a single image and then slices and dices it before using the end pieces to make up the border....

View Article

CSS Clay Bricks Menu

This rustic looking horizontal CSS menu utilizes CSS3 gradient backgrounds and box shadows to add progressive visual appeal while still maintaining its minimalist look. The menu uses no CSS floats and...

View Article


CSS3 Semi Opaque Menu

This menu takes advantage of CSS3 gradient background to produce a menu with a semi opaque rollover effect. Whatever the solid background color of the main UL behind it, the menu item's background...

View Article


Pull out image using CSS3 keyframe animation

CSS3 animation can be fine tuned and broken up into "frames", thanks to the @keyframes rule. Currently supported in FF5+, Safari, Chome, and possibly IE10, the following uses CSS3 keyframes to create a...

View Article

CSS3 animated vertical slanted menu

This is a vertical list menu that uses CSS3 animation to gradually expand the selected menu item horizontally so to highlight it. It also employs the CSS border trick to create a cross browser slanted...

View Article

Spinning icons using CSS3 transform

An effect that seems to be popping up with increased frequency is the spinning image, or more precisely, icons. Move the mouse over an icon, and it spins (rotates) on its axis to draw attention to...

View Article

Image with sliding description panel using CSS3 transitions

This CSS example shows how to add an animated description panel to images that slides open when the mouse rolls over the image using CSS3 transitions.

View Article


CSS3 Shadow Block Menu

This CSS Menu harnesses CSS3's ability to define multiple/ inset shadows (so the shadow grows inwards) on an element to create menu items with bevelled edges and a growing inner glow when the mouse...

View Article

CSS Spotlight Menu

Spotlight Menu takes advantage of CSS3's border-radius property and transitions to add a circular background to its menu items when the mouse rolls over each one. The result is a Flash-like, sleek...

View Article


Before and After (Peel Back) Image

"Before and After" images are always fun to look at, especially if the right transition is used to effectively swap between the two. This CSS example shows just that, using CSS3 animation to animate...

View Article

CSS 3D Flip

One of the groundbreaking features in CSS3 is the ability to rotate HTML elements in 3D space. The below CSS code shows how to rotate a "2 sided" element either on its X or Y axis to reveal the content...

View Article


Pure CSS3 Push Down Panel

This is a CSS3 push down panel that when clicked on reveals some content, pushing the rest of the page's content down in the process. The entire interface is created using CSS only, using a combination...

View Article

3D Depressible Button

CSS can be used to really jazz up a plain looking link and create an awesome "call to action" button, as in the case of our 3D depressible button here.

View Article

Customizing Order List style using CSS

Styling the automatically generated number counters in ordered lists () can be challenging. This CSS code demonstrates one way to do it by getting rid of the default ones first, then using CSS...

View Article
Browsing all 64 articles
Browse latest View live