About Cascading Style SheetsWhat is CSS? Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL. CSS can be used locally by the readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation (written in CSS). This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, and reduce complexity and repetition in the structural content (such as by allowing for tableless web design). CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on Braille-based, tactile devices. CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable. CSS Tips & Tutorials - Making your profiles better! 1# Making Your Geeks Music Playlist Personal 2# Coming Soon!
CSS TOOLSCreate Your Own Hex Codes!
Discussion Forum
Start a Discussion
Nobody has added any discussions yet! Add a discussion to get started.
Comment by DragonHeart on January 7, 2009 at 7:36am
I am trying to get the WR IRC chat box working, but cant get it. I followed the link to add chat room to your website, and copied everything to my geeks page, but only get the Wyldryde button and the add chat room to your website. Any tips?
Comment by Phil Miller on October 31, 2008 at 7:45am
Constantino -- thanks!I have seen w3schools before but kind of forgot about it. I also found this while there: http://www.w3schools.com/css/ this will be very helpful as well.
Geeks rule!
Comment by Constantino on October 30, 2008 at 11:46pm
Try http://www.w3schools.com/HTML/ Phil Miller
Comment by Phil Miller on October 30, 2008 at 5:50am
does anyone have a suggestion for either a good book or good website to start to learn CSS. I have basic html knowledge but want to learn CSS.
Comment by Martin Eyles on October 14, 2008 at 12:01am
could someone take a look at my profile - having trouble getting one of my additional bits to look right. Thanks, M
You need to be a member of #CSS Help to add comments!