How do I design for backward compatibility using Style Sheets?


Existing HTML style methods (such as and ) may be easily combined with style sheet specification methods. Browsers that do not understand style sheets will use the older HTML formatting methods, and style sheets specifications can control the appearance of these elements in browsers that support CSS1.



Explore posts in the same categories: CSS Interview Questions


BOOKMARK THIS : del.icio.us | Digg it | Furl | reddit |


Related Questions :

  • What is a Style Sheet?
  • Style sheets are the way that standards-compliant Web designers define the layout, look-and-feel, and design of their pages. They are...
  • What are Style Sheets?
  • Style Sheets are templates, very similar to templates in desktop publishing applications, containing a collection of rules declared to various...
  • Why do style sheets exist?
  • SGML (of which HTML is a derivative) was meant to be a device-independent method for conveying a document's structural and...
  • What are binary and project compatibility?
  • Visual Basic’s Version Compatibility feature is a way of enhancing your components while maintaining backward compatibility with programs that were...
  • Are Style Sheets case sensitive?
  • No. Style sheets are case insensitive. Whatever is case insensitive in HTML is also case insensitive in CSS. However, parts...
  • How do I combine multiple sheets into one?
  • To combine multiple/partial style sheets into one set the TITLE attribute taking one and the same value to the LINK...
  • What is Compatibility Testing?
  • Compatibility Testing One of the challenges of software development is ensuring that the application works properly on the different platforms...
  • Name and explain the different compatibility types when creating a COM component.
  • No Compatibility ? New GUID created, references from other components will not work Project Compatibility ? Default for a new component...
  • Name the different compatibility types when creating a COM component.
  • No Compatibility - New GUID (Globally Unique Identifier) created, references from other components will not work Project Compatibility - Default...
  • What are Cascading Style Sheets?
  • A Cascading Style Sheet (CSS) is a list of statements (also known as rules) that can assign various rendering properties...

    Comment:

    You must be logged in to post a comment.