Activity 205: Using Multiple Style Sheets
October 5, 2010
What a difference a 0 makes. Unfortunetly web browsers must have their own style sheet to display basic html pages. But for the more advanced, CSS have to fight against the web browser’s style sheet and its own. However, there is a saving grace called reset sheets. When imported, it sets the web browser to have all 0 values and in effect gives you full control on how the CSS should appear. Many frameworks use such technique. An example of a industry standard is YUI or yahoo user interface http://developer.yahoo.com/yui/. YUI is a framework that uses CSS and javascript to build rich websites. There are a lot of tools in YUI that the designer can utilise.
Advertisement