Let's say you make a symbolic link to a real stylesheet using:
ln -s ~/Sites/OriginalFile ~/Sites/SymbolicLink
Now you call up that symbolic link in a webpage:
<link rel=stylesheet type='text/css' href='Styles.css'>
Which browser resolves the stylesheet?
Netscape = yep
Safari = yep
iCab = nope
Explorer = nope
Omniweb = nope
Opera = nope
Firebird = nope
-- Gnarlie