1 Running the Web Server
2 Scheme Servlets
3 Web Language Servlets
4 Configuration
5 Dispatchers
6 Web Config Unit
7 Web Server Unit
8 Continuation Managers
9 Internal
10 Troubleshooting
11 Acknowledgements
Index
On this page:
10.1 General
10.1.1 IE ignores my CSS or behaves strange in other ways
Version: 4.0.2

 

10 Troubleshooting

10.1 General

10.1.1 IE ignores my CSS or behaves strange in other ways

In quirks mode, IE does not parse your page as XML, in particular it will not recognize many instances of "empty tag shorthand", e.g. "<img src=’...’ />", whereas the Web Server uses (lib "xml.ss" "xml") to format XML, which uses empty tag shorthand by default. You can change the default with the empty-tag-shorthand parameter: (empty-tag-shorthand 'never).