+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Junior Member
    Join Date
    Mar 2009
    Posts
    1

    Default Use External Style Sheets and Take Advantage of the "Cascading" Aspect of Cascading S

    One way to handle the bugs and omissions existing in different browsers is to put all Flash Web Design Company standards-compliant CSS code in a separate (external) style sheet file that is loaded by every browser.

    Then, when you find that a specific browser requires a workaround, use the methods listed below to load an additional style sheet designed specifically for that particular browser. The beauty of CSS is that you can redefine a different style for the same selector and have the last-defined style override all preceding definitions.

    Placing your main standards-compliant style sheet and the browser-specific style sheets in different external files allow you to simply remove a particular file in the future should that version of the browser cease to be used.

    Even when you have validated your CSS code, you should still test your code manually using different browsers. There is no substitute for this: just because your code is standards-compliant does not mean that the browser will render it the way you want it to (or even correctly for that matter).

  2. #2
    Senior Member
    Join Date
    Nov 2006
    Location
    uk
    Posts
    590

    Default Re: Use External Style Sheets and Take Advantage of the "Cascading" Aspect of Cascading S

    Hi fitz. You a spammer then?

Similar Threads

  1. "Black" screen monitor
    By Grothenwell in forum General Hardware
    Replies: 1
    Last Post: 26-03-2009, 08:54 PM
  2. Network marked as "Hidden"-Vista or XP won't connect
    By simrick in forum Internet Problems
    Replies: 0
    Last Post: 23-03-2009, 03:09 AM
  3. Replies: 1
    Last Post: 15-09-2008, 11:58 PM
  4. Windows 2000 "Screen of death"
    By SomeUser in forum Windows 95/98/ME/2000
    Replies: 0
    Last Post: 24-05-2008, 05:57 AM
  5. Booting with Puppy Linux: "Analog Out of Range"
    By heydad in forum General Hardware
    Replies: 1
    Last Post: 30-08-2007, 10:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts