> "there is no way to link a favicon via css. There is also no reason." > > Perhaps I did not explain my thinking behind it, I was hoping to link it via > css like a bg file > > so for example I changed the css file on my website, the ico that is > associate with it would change too.. > > does that make sense? because that is the reason behind it...to change it > like the content of a web page..so that you would have a matching > ico with it.
Can I also replace this windows XP via JavaScript with OsX, or deinstall MSIE and open the page in Firefox? There are things that are out of reach of CSS, CSS can only style what is _inside_ the current document. The Icon is not inside the current document, but only appears because the user agent supports it. The same way you cannot access the style sheet href via CSS you cannot access the favicon href. You also cannot style the page title or the status bar. http://favicon.com/ Do not fall into the trap that everything you see is yours to change, it is not. God, I hate the inventor of coloured scrollbars... -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
