Results 1 to 5 of 5

Thread: Compatibility with CSS

  1. #1
    Join Date
    Jul 2010
    Posts
    28

    Compatibility with CSS

    I have just started with the CSS. I am having a question about the compatibilities with it. CSS is a wonderful tool. If you remember the definition of two specific dates you may be wondering spontaneously, but why were not used from the start? I think that members over here are having pretty knowledge about the programming languages, since you have explained many things very neatly. Now I too want some help from you members. Please provide me the details about the compatibilities in CSS. I am expecting some quick response from your side.

  2. #2
    Join Date
    Jan 2006
    Posts
    211

    Re: Compatibility with CSS

    CSS is a wonderful tool. If you remember the definition of two specific dates you may be wondering spontaneously, but why were not used from the start?
    The problem is that the full realization by the browser makers and authors of the importance of adopting standard languages has really struggled to assert itself. Netscape introduced proprietary extensions, Explorer replied. And the poor web-designer to find solutions that reconcile the opposites. In everything you forgot to strengthen support for W3C languages. And the CSS remained a niche thing for a few followers who did not even have a tool to test the potential serious A first turn on the browser side of the mass came with Explorer 5, the first to offer an adequate support of the language. The fourth-generation predecessors, it offered a less than acceptable.

  3. #3
    Join Date
    Jan 2009
    Posts
    140

    Re: Compatibility with CSS

    Today we can count on navigation tools that support virtually all of the CSS2 specification. With a browser, however, that surpasses all others in this area: Mozilla. Microsoft has continued his work of adaptation, disappointing a bit with Explorer 6, but turning out an excellent browser for Mac. Despite all the way CSS is still paved with so many problems for developers. Two major sources of difficulty:
    1. compatibility with older browsers
    2. the different ways of rendering certain property
    They are different problems, so they want different answers.

  4. #4
    Join Date
    Dec 2008
    Posts
    183

    Re: Compatibility with CSS

    As for backward compatibility you have two ways. You can choose not worth the trouble to waste time for Netscape 4. Simple, brutal, but entirely acceptable. The evaluation of statistics on visits and software users is the key to making a decision like that. he second way is to compromise, the method known as cross-browser. These strategies and tricks that can be used to preserve a minimum of compatibility with the past without sacrificing the benefits of CSS for modern browsers. Essentially, however, can never do without building separate style sheets, adaptations to the new and the old browser. In cross-browser CSS had highlighted three basic strategies to solve the problem:
    • the use of a universal CSS
    • Javascript browser sniffing to serve each with the appropriate CSS
    • @ import method
    Given that a universal style sheet is very reductive, the other two approaches differ in the source of the solution. By sniffing everything is delegated to a series of often complicated script. With the @ import method will remain in (X) HTML / CSS.

  5. #5
    Join Date
    Dec 2008
    Posts
    202

    Re: Compatibility with CSS

    The problem lies in how each browser, while supporting a property, apply. A huge example. Explorer 5 Windows supports the use of keywords to define the size of fonts, but does so in its own way, interpreting the medium value in a wrong way (it makes the text larger than necessary). Here, the strategy can not be unique. It should be considered on a case by case basis. Often the properties involved in these differences are not important and just as often the problems arise on matters such as advanced dynamic positioning of elements. The fact is that the only solution I can give you: test your pages. Always. With as many browsers as possible. Evaluate the results and if you think that the differences are negligible proceed without problems. If the differences are many, or which could affect the page layout rely on Google or some good resource on CSS to solve the problem. One trick is sooner or later invented, stay calm. There are two resources that I propose, the first is preventive, the second for the hopeless cases.

Similar Threads

  1. Compatibility of GTX 580
    By Miguel Reyes in forum Monitor & Video Cards
    Replies: 4
    Last Post: 07-12-2010, 11:00 PM
  2. Mac compatibility please
    By Tamkinat in forum Operating Systems
    Replies: 6
    Last Post: 04-07-2010, 12:41 AM
  3. USB support and its compatibility
    By Felix46 in forum Hardware Peripherals
    Replies: 5
    Last Post: 05-02-2010, 09:53 AM
  4. Replies: 1
    Last Post: 06-04-2009, 06:40 PM
  5. PHP Compatibility Problem!
    By BenTen in forum Software Development
    Replies: 3
    Last Post: 28-01-2009, 10:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,997,213.64710 seconds with 17 queries