favicon

IE favicon disappeared when navigating other page in angular application

拈花ヽ惹草 提交于 2019-12-21 03:46:18
问题 I found an issue with angular application. I have a the location provider setup to use the html5Mode true: $locationProvider.html5Mode(true); I noticed that the favicon is disappearing when navigating between pages. I'm using IE11 edge document mode. Does anyone bumped into this too? Thanks 回答1: Thought it might be worth adding my findings here... At first I had the exact same problem, I couldn't get the favicon to stay on the page when changing from the root home page. I tried Shaun's answer

How do I give my web sites an icon for iPhone?

元气小坏坏 提交于 2019-12-21 03:12:24
问题 How do I set the icon that appears proper on the iPhone for the web sites I have create? 回答1: And for the sake of completeness, a link to Scott Hanselman's posting, which contains some additional tips as well: Add Home Screen iPhone Icons and Adjust the ViewPort 回答2: From the Apple Developer Connection Safari Web Content Guide for iPhone page Specifying a Webpage Icon for Web Clip... The user can add a web application or webpage link to the Home screen. These links, represented by an icon,

New/update favicon per page

[亡魂溺海] 提交于 2019-12-21 02:25:09
问题 Thought someone might know of a script out there, or know how to update the favicon per section of a site. There's strong colours running through each section of a build I'm working on and I thought it might be a nice UI touch to update the colour of the favicon depending on what section you're on. These could be an array of icons, but something that would force a change, rather than just adding the favicon link rel in each section. I know Gmail can update the favicon with un-read/new emails.

Serving root-level static files on Heroku with Django?

China☆狼群 提交于 2019-12-20 17:41:40
问题 I need to serve several root-level static files on Heroku (eg, domain.com/favicon.ico ). Here's the list of files as it currently stands: favicon.ico crossdomain.xml sitemap.xml robots.txt humans.txt apple-touch-icon-57x57-precomposed.png apple-touch-icon-57x57.png apple-touch-icon-72x72-precomposed.png apple-touch-icon-72x72.png apple-touch-icon-114x114-precomposed.png apple-touch-icon-114x114.png apple-touch-icon-precomposed.png apple-touch-icon.png I've searched high and low and can't find

Firefox doesn't show favicon

半世苍凉 提交于 2019-12-20 17:38:14
问题 I created favicon.ico file and declared it in my HTML head tag: <link type="image/x-icon" href="favicon.ico" rel="icon" /> <link type="image/x-icon" href="favicon.ico" rel="shortcut icon" /> IE 8 and Opera handle it great but FireFox does not even try to load it (as I see from my Fiddler debug proxy). I've tried many different type (image/ico etc.) and href params but no luck. What did I miss? 回答1: Like most things in the browser, favicons (or lack thereof) are common candidates for caching .

Favicon with GitHub Pages

南楼画角 提交于 2019-12-20 10:24:29
问题 I'm hosting a few sites with GitHub Pages (User and Project Pages), but they are not displaying their favicons (in the browser). <link rel="shortcut icon" type="image/png" href="/favicon.png"> Is the problem that GitHub displays the site with <frameset> ? I know it's possible to display favicons (at least with Jekyll), but can I display a favicon on it's own? 回答1: Yes, you can. Put this into the head part of your webpage: <link rel="shortcut icon" type="image/x-icon" href="favicon.ico"> It is

Why isn't my favicon appearing in IE7/8?

会有一股神秘感。 提交于 2019-12-20 04:16:54
问题 Page of interest: https://www.gsb-yourbank.com/test/ ICO file: https://www.gsb-yourbank.com/test/favicon.ico My favicon is a 16x16 resolution, 16-color ICO file. It will not appear in IE 7/8 no matter what I do! I've tried everything I can think of, including: generating the ICO with a variety of different utilities, changing the syntax of the favicon link elements in the document head, using absolute, relative, and root-relative URLs in the favicon link elements, using a PNG instead of an

favicon.ico图标在线制作+ico下载

和自甴很熟 提交于 2019-12-20 01:54:16
下午有个ICON要做.不想整些专业软件来捣腾了.就直接在网上找了一下,呵,在线制作的还真是不少呀! 很多门户网站都有这个文件,Favicon可以方便用户在很多窗口的时候快速定位到他需要的那个TAB,人对图像的识别速度比抽象的文字还是要快很多。 Favicon以前只是在IE收藏时会用到,当收藏网站时,标题名称前会显示favicon.ico,这样在众多的收藏网址中,你的网站就会比较显眼;但现在很多多窗口的浏览器都支持,打开网站时会直接显示在网站地址前以及标题前。 相信现在很多朋友都在使用IE7.0了,IE7.0不但增加了标签页的功能,而且也可以显示Favicon。 在RSS应用中,目前支持favicon的应用也越来越多…… 2、FAVICON.ICO文件制作 favicon文件支持 16*16 和 32*32 两种格式,一般使用16*16。 favicon.ico文件生成还是有些难度的,因为它不是标准的位图文件,需要用专门的favicon编辑器生成。 还有一款小软件,魔法ICO v2.00.rar,可以让你把一张图片(支持 bmp,jpg,gif,png 等格式)转化成ico的图标文件,有16X16,32X32,48X48,64X64,72X72,96X96和128X128 多种尺寸,还可以提取程序里的图标。 我很喜欢的一个在线favicon生成器服务:直接上传你喜欢的图片

IE doesn't show .ico icons in HTML if not served as “image/x-icon”

时光总嘲笑我的痴心妄想 提交于 2019-12-19 19:53:33
问题 I'm showing favicons of websites in a list, as <img /> elements. some websites serve them as: <link rel="icon" type="image/x-icon" href="favicon.ico" /> and some serve them as: <link rel="shortcut icon" href="favicon.ico" /> IE doesn't show the favicons images of those of don't have type="image/x-icon" . I cannot control how websites serves their favicons, so what can I do from my side? 回答1: I think the best thing to do is convert them to another format. If you are displaying the icons

Favicon not showing, my icon is no good

落花浮王杯 提交于 2019-12-19 10:03:45
问题 I am able to use favicons if I copy one from another site and test. But my own doesn't work in IE8/Chrome. Mine is a 32x32 24bit icon created by Visual Studio. I always seem to have problems getting icons working right, what should I use? I thought I could have images up to 64x64... 回答1: See this site for instructions for creating a favicon.ico - it needs to be 16*16, not 32*32 (though you can have a composite .ico with both sizes). I have created composite .ico files with several sizes, so