browse by tag: style in language
sort by
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 reportAn 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:
