• ARCHIVES 
  • » what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

Pages: 1234566

what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

Padini
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

OH. No wonder it doesn`t work when I use it! I`m using IE... Is there a code for IE browsers?
sickofyou
» FTalker
FTalk Level: zero
234
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

unfortunately, its only for firefox. =) and there's no other tutorials out there that supports IE

Last edited by sickofyou (2007-10-07 01:20:41)

Padini
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

Oh okay.
deni_kanahope
» n00b
FTalk Level: zero
26
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

good :thumbsup: :thumbsup:
fando91
» FTalkManiac
FTalk Level: zero
862
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

[b] :arrow: Too bad its only works on FF... but its nice...[/b]

Last edited by fando91 (2007-10-27 01:14:08)

shizzle_819
» FTalkFreak
FTalk Level: zero
1995
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

hhmm..so sad.. :cry: i really like it., :D
fando91
» FTalkManiac
FTalk Level: zero
862
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

[b] :arrow: Guys, actually u can use ur gif or jpeg icons too... just rename ur image from [u].jpeg[/u] or [u].gif[/u] to [u].ico[/u]... Then, upload it in ur ripway... That's what I'm doing now... try viewing my profile... :D ( uhm, remember to use FF only :P )[/b]
Lordheinz
» FTalkElite
FTalk Level: zero
4377
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

nice.. :)
alhakeem
» n00b
FTalk Level: zero
82
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

but the codes containing 'document.write' are not recognized by friendster, is it not? this trick has the document.write on its code.
xavierkym
» FTalkFreak
FTalk Level: zero
1651
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

^ ow sorry for that.. anyway.. code updated.. =D
alhakeem
» n00b
FTalk Level: zero
82
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

i don't know if i've done this correctly but it's not working. the code is compiled with my other js codes. all of them are working except for this one. [quote]//icon var icon = document.createElement("link"); icon.rel = "text/javascript"; icon.href = "http://h1.ripway.com/minukawa/favicon.ico"; document.getElementsByTagName("head")[0].appendChild(icon);[/quote] by the way, my profile is not overlayed, just plain css. i hope the info helps.

Last edited by alhakeem (2007-10-28 03:30:42)

aftermath
» FTalkAddict
FTalk Level: zero
439
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

Change icon.rel value to SHORTCUT ICON.
alhakeem
» n00b
FTalk Level: zero
82
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

[quote=aftermath]Change icon.rel value to SHORTCUT ICON.[/quote] like this? [quote]//icon var icon = document.createElement("link"); icon.rel = "shortcut icon"; icon.href = "http://h1.ripway.com/minukawa/favicon.ico"; document.getElementsByTagName("head")[0].appendChild(icon);[/quote] or changing the term 'icon.rel' to 'shortcut icon' and will turn out like this: [quote]//icon var icon = document.createElement("link"); shortcut icon = "text/javascript"; icon.href = "http://h1.ripway.com/minukawa/favicon.ico"; document.getElementsByTagName("head")[0].appendChild(icon);[/quote] sorry for being slow.
aftermath
» FTalkAddict
FTalk Level: zero
439
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

the 1st one. icon.rel = "shortcut icon";
alhakeem
» n00b
FTalk Level: zero
82
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

[quote=aftermath]the 1st one. icon.rel = "shortcut icon";[/quote] thank you very much!! =)
kryzzia_08
» FTalker
FTalk Level: zero
186
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

nice! :eh: thx for sharing^^ :eh:
Padini
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

This doesn`t work for IE right.
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

Finally... finish with my favicon lolx using paint. :lol: :wallbash: :wallbash:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

[quote=Padini]This doesn`t work for IE right.[/quote] Appears that it does not work on IE7 for sure :wallbash:
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

yeah it doesn't work on IE. :crybaby: it's ok though there is avant lol =D
  • ARCHIVES 
  • » what is a shortcut icon?? :wallbash: [img]http://www.degraeve.com/favicon/faviconinaction.gif[/img] hehehe code save as js file :thumbsup: this is for css profiles: [quote]var icon = document.create

Pages: 1234566

Board footer

© 2024 F Talk

Current time is 04:59

[ 9 queries - 0.041 second ]
Privacy Policy