You were referred to this page because your browser doesn't fully understand Cascading Style Sheets (CSS). CSS allows to cleanly separate content from layout and makes it possible that every browser can display a web site's content, even plain text browsers like Lynx or reading machines for visually impaired people. The layout information is in the stylesheets only and will be rendered by modern browsers.
Take a look at the Web Standards Project to learn more.
Sie wurden auf diese Seite verwiesen, weil sie einen Browser benutzen, der Cascading Style Sheets (CSS) nicht oder nur teilweise versteht. CSS erlaubt die strikte Trennung von Inhalt und Layout. Den Inhalt kann jeder Browser darstellen, sogar reine Textbrowser wie Lynx oder Lesegeräte und andere Spezialtechnik. Das Layout hingegen steckt ganz und gar in den Stylesheets und wird von modernen Browsern dargestellt.
| CSS Standards | Any Browser Campaign | CSS Examples | |
| CSS Validator | To Hell with Bad Browsers | ||
| HTML Standards | Mozilla Browser | ||
| HTML Validator | Opera Browser |
Learn how to hide CSS from browsers through browser deficiencies.
Hiding stylesheets from NN 4.x is easy as it does recognize <link rel="stylesheet" href="/basic.css" /> but it doesn't understand the @import method for linking stylesheets as in <style type="text/css" media="all">@import "/ahem.css";</style>;.
You are using an old browser which doesn't fully support Cascading Style Sheets. This site will look much better in a browser that supports web standards, but its content is accessible to any browser or Internet device.
Hiding stylesheets from IE 6.x and earlier under Windows is easy as it doesn't understand the CSS child selector, e.g. div>p>span if there's no whitespace around the '>' separator. BTW: this works for NN 4.x too
You are using an old browser which doesn't fully support Cascading Style Sheets. This site will look much better in a browser that supports web standards, but its content is accessible to any browser or Internet device.