Click to See Complete Forum and Search --> : CSS Sources...


GMKrullen
April 28th, 2004, 10:13 PM
Could someone please clarifiy this one for me:

There are three possible sources for style sheets: Browser defaults, Present user styles & Author styles.

Author has greater precedence than present user styles, so is it not true that the person sitting at the browser can choose to override anything the web author specifies using a user-defined stylesheet?


Priority: (from lowest to highest)

- Browser Default - lowest priority
- User-Defined
- Author - highest precedence

OR

- Browser Default - lowest priority
- Author
- User-Defined - highest precedence