Help - Search - Members - Calendar
Full Version: Image On The Title Bar
Zymic Webmaster Forums > Web Design & Development > Client Side Scripting > HTML and CSS
frank
does any one know how to make an image apear on the title bar? please help hunter.gif
bezz
create a graphic and save it as favicon.ico in the directory of your files. If using photoshop, check out http://www.telegraphics.com.au/sw/ for the ico plugin
Taupe
You can use the format you want, ant not only ICO (for instance, you can use PNG or GIF).
And you can name it as you like...

You just have to inform the browser where to find it :
CODE
<link rel="icon" type="image/png" href="img/icon.png" />
bezz
QUOTE(Taupe @ Nov 9 2007, 11:36 AM) *
You can use the format you want, ant not only ICO (for instance, you can use PNG or GIF).
And you can name it as you like...

You just have to inform the browser where to find it :
CODE
<link rel="icon" type="image/png" href="img/icon.png" />

Cool. Didn't know you could use other formats. Thanks.
MrTouz
the link rel needs to be inside your <head> </head>
EMOruffino
QUOTE(bezz @ Nov 9 2007, 10:48 AM) *
Cool. Didn't know you could use other formats. Thanks.

thats how you get animated Favorite Icons wink.gif Tho Animated dosnt really show in IE....

ALSO if you name it FAVICON.ICO you dont need to put anything in the header anymore, IE7 & FF2 pick it up without a source.
IamShipon1988
Well PNG works in IE to an extend, the quality may appear different from FF to IE to SF
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2012 Invision Power Services, Inc.