What are we facing
Users may use a customized style to see your web page. That’s true for Firefox and Internet Explorer, and it’s a powerful tool for users to survive an inaccessible site. How do you make users' life easier when they customized your site's style?
The Solution
You can do it by setting a “id” attribute to the “body” element. That “id” attribute must not be used by you, but it may be used by any user to customize how your page is displayed in his/her browser. Using appropriated rules and taking advantage of the high hierarchy of the “body”, users can restyle your site at their will.
For instance, if you add the attribute “ id=’aggiornosite’ ” to element “body” the user could do something like:
#aggiornosite h1 {
font-family: Impact, sans-serif;
}
That's a heading 1 style just for your site!!
Some external references
[advertisement] Try
Aggiorno for free, the assistant tool for web development you always wanted.