Some References:
These links have information regarding CSS and how to use it.
- http://www.westciv.com/style_master/academy/css_tutorial/index.html was the tutorial I used as reference to develop the lecture
- http://www.webcredible.co.uk/user-friendly-resources/css/ some articles
- The DOM Inspector and Firebug from last time are great for viewing the CSS as you are browsing the net.
- http://www.sitepoint.com/subcat/css is the sitepoint tutorial and reference point. sitepoint is a great site for many things web-related.
CSS Standards:
As with HTML, the CSS standards are not always adhered to. This allows for many "hacks" to get around browser compatibility. These are some links that explain what will work and where.
- http://www.webdevout.net/browser_support_css.php shows which properties and selectors and such are supported by a few more recent browsers
- http://www.quirksmode.org/css/quirksmode.html is a site that explains how your browser handles CSS in "quirks" mode
- http://centricle.com/ref/css/filters/ lists some possible CSS hacks (that you really shouldn't be using) and where these hacks will work.
No comments:
Post a Comment