DeveloperHell | Languages: All | PHP | Python | .NET | Java | CSS | Ruby | Javascript   Site: Statistics
want to join us? register, it's easy | help

browse by tag: style in language

sort by

newest, oldest, most popular


category icon

CSS Star Rating System

in CSS added by admin, on 12/5/2008 examples intermediate style

Recently I had to create a Star Rating system for a client so I thought I'd share with you the techniques I used to accomplish this. If you are not familiar with a Star Rating System, it's simply a method of voting using (usually) 5 stars in a row, which will change colour as you hover over them indicating the level at which to rate something.

comment save report
category icon

An Introduction To CSS

in CSS added by admin, on 17/9/2007 beginner tutorials css style

CSS is the acronym for: Cascading Style Sheets. CSS is an extension to basic HTML that allows you to style your web pages.
An example of a style change would be to make words bold. In standard HTML you would use the <b> tag like so:

comment save report