My friend sent me a link to this little page which shows a simple HTML+CSS layed out page. However, if you look at the source code, you'll notice there's no link to the css file.
If you're using ff with firebug, you can see that under NET, the css file is linked through a sent header (just wanted to show y'all that).
My question is, do you have any assumption to as why this doesn't work with safari, ie? I assume that headers are not browser-dependent. What gives?