My friend sent me a link to this small page that shows a simple HTML + CSS page. However, if you look at the source code, you will notice that there is no link to the css file.
If you use ff with firebug, you can see that in NET, the css file is linked via the sent header (just wanted to show y'all that).
My question is: do you have any suggestions why this does not work with safari, i.e. I assume the headers are browser independent. What gives?
source
share