Advertise with CSS-Flash.com  

CSS Techniques

Image

Capital Letters with CSS

0
Author:admin
Price:free
00

The code for the dropcap is simple, but we can fancy it up a bit. We use the inline CSS for fiddling with the look. We put our drop cap in a span

Image

Simple CSS3 rounded corners with support for IE

5
Author:admin
Price:free
00

Rounded corners are a common element of web designs. Unfortunately, they have been frustratingly difficult to express in clean CSS / HTML. The long term solution is CSS3’s border-radius property, which is nicely supported in the current versions of Safari and Firefox. Sadly but unsurprising

Image

CSS Image Replacement

0
Author:admin
Price:free
00

Plenty of new and interesting revisions to the original Fahrner Image Replacement technique sprouted up in late 2003. This was an attempt to consolidate them. Please note that this page is no longer being maintained.

Image

CSS Stacked Bar Graphs

5
Author:cssreview
Price:free
00

There are plenty of CSS bar graph interpretations, but none of them did stacked bar graphs

Image

Accessible bar chart

4
Author:cssreview
Price:free
00

Accessible CSS bar chart

Image

Simple Accessible Charts

0
Author:cssreview
Price:free
430

Accessible, fast, No javascript Mum, in this basic version, Makes search engines happy, resizeable, easy extendable, just add a new list entry

Image

Vertical Bar Graphs with CSS

0
Author:cssreview
Price:free
00

Who wants to use Excel to make a new graph each week? Using CSS and PHP you can create attractive bar graphs (yes, even the stacked kind) that are always up to date.

Image

CSS and PHP Simple Graph

5
Author:cssreview
Price:free
00

Here’s an easy way to display a simple percentage graph using PHP to work out the percentages and do the maths and CSS to display the data on your page

Image

Simple CSS Bar Graphs

0
Author:cssreview
Price:free
00

Simple, office - style CSS Graph

Image

CSS Vertical Bar Graphs

4
Author:cssreview
Price:free
10

Here's a fairly typical vertical bar graph showing a hypothetical set of quarterly data for, say, invoice and collection totals. The difference here is that the whole thing is a simple set of nested lists and CSS.