![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
|
Try entering javascript:alert(document.compatMode) in the URL area. You should get CSS1Compat if it's in standards mode, or BackCompat if in quirks. Big fun. |
#2
| |||
| |||
|
|
Keith Bowes wrote: Try entering javascript:alert(document.compatMode) in the URL area. You should get CSS1Compat if it's in standards mode, or BackCompat if in quirks. Big fun. Try http://meeuw.zeepost.nl/ie_quirks.htm Standards compliant mode in NN7, showing "BackCompat" in IE6. |
|
It is a XHTML 1.1 document validating just OK with W3C by the way. |
#3
| |||
| |||
|
|
It is a XHTML 1.1 document validating just OK with W3C by the way. Except that you've served it as text/html ... |
#4
| ||||
| ||||
|
|
Steve Pugh wrote: ... It is a XHTML 1.1 document validating just OK with W3C by the way. Except that you've served it as text/html ... Yup. |
|
But with a free dial-up account I can't really control the server of my provider. |
|
I tried it with a meta header stating it should be <meta http-equiv="content-type" content="application/xml+xhtml; charset=utf-8" />. |
|
But as said, I can't control the type put into the http header served. |
#5
| |||
| |||
|
|
On Sat, 5 Jun 2004, JotM wrote: .... But with a free dial-up account I can't really control the server of my provider. I'll reserve judgment on that. Many of the folks I've advised before in that situation had never actually tried creating a .htaccess file, and were surprised (in some cases their service provider was also surprised, which says something about service providers) to find that it worked. |
#6
| |||
| |||
|
|
Learning as I am doing. |
![]() |
| Thread Tools | |
| Display Modes | |
| |