|
Posted by Beauregard T. Shagnasty on 07/18/07 10:27
Big Daddy wrote:
> I am trying to use favicon so that visitors to our site see a special
> icon in the address bar of their browser and in their list of
> bookmarks. Our site is:
>
> http://www.pacuniversity.com/
> ...
> It shows up fine in Firefox. But it doesn't work in IE. I have tried
Don't know about IE7 (don't have it), but favicons do not show up in IE
6 and older until you bookmark the page. Even then they disappear when
you clear the cache.
> Could there be something wrong with the icon file? It's just a simple
> 16x16 icon. I have seen some people recommend that there should be
> both a 16x16 and 32x32 picture in the icon file. Why is this? Does
> it matter?
Your icon looks fine to me.
Was this page generated by some Microsoft product?
See this for starters:
http://k75s.home.att.net/fontsize.html
...and do note that for the ~10% of your visitors who have JavaScript
turned off, unavailable, or stripped by their corporate firewall, your
page is nearly blank. Use JavaScript only for non-essential stuff, and
never depend on it for navigation, and most certainly never for display
of main content. Doing so is like turning your web server off for a
month every year.
Further, when JavaScript is on, your page is constantly loading
something. That is not friendly at all.
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.pacuniversity.com%2F>
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2Fwww.pacuniversity.com%2F>
New work is supposed to be Strict, not Transitional; you aren't
Transitioning from legacy code, are you? Use:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|