Topic: Favicons vs custom scrollbars (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=10821" title="Pages that link to Topic: Favicons vs custom scrollbars (Page 1 of 1)" rel="nofollow" >Topic: Favicons vs custom scrollbars <span class="small">(Page 1 of 1)</span>\

 
speciesX
Nervous Wreck (II) Inmate

From: Planet X
Insane since: Oct 2002

posted posted 10-14-2002 05:10

I was wondering why in the newer versions of browsers like Netscape and Mozilla, there is support for the favicon, but not things like stylised scrollbars...

I understand that scrollbars might not be supported because of W3C CSS issues, but what about the favicon? If anything I'd have thought custom-designed scrollbars were more popular than favicons any day. And favicons disappear after a while anyway, once they're removed from the cache.

((( species X )))

mr.maX
Maniac (V) Mad Scientist

From: Belgrade, Serbia
Insane since: Sep 2000

posted posted 10-14-2002 05:26

As far as custom scrollbars are concerned, I talked about them here: http://www.ozoneasylum.com/Forum8/HTML/000288.html


speciesX
Nervous Wreck (II) Inmate

From: Planet X
Insane since: Oct 2002

posted posted 10-14-2002 08:10

From the thread I'd reckon you're a regular Mozilla user. So you'd forgo the customisable scrollbars IE supports for customisable browser skins instead? I wouldn't.

((( species X )))

cheeaun
Nervous Wreck (II) Inmate

From: Pearl of Orient
Insane since: Oct 2002

posted posted 10-14-2002 08:43

In Gecko-based browsers, favicon is applied using the <link> tag, like this example:
<LINK REL="icon" HREF="images/mozilla-16.png" TYPE="image/png">

Scrollbars? It's an IE-specific extension using its own CSS which is invalid.
Remeber, the scrollbars is not part of a web page.

cheeaun

genis
Paranoid (IV) Inmate

From: Dallas, TX
Insane since: Aug 2002

posted posted 10-14-2002 10:31

well scrollbars do become part of the page when you use scrollable divs and iframes embedded in your page.
I wouldn't mind seeing the W3C add CSS specs to control scrollbars, but I believe Moz is doing the right thing by not adding it without a standard supporting it.

And the favicon thing was once just a thing in IE.
When you bookmarked a page in IE it would look for the favicon so it could put it next to the bookmark for easier visual recognition of the bookmark you want later.
When only IE did this, I use to check my 404 stats for favicon.ico to see how many IE users had bookmarked my domains.

Now the linked icon in the page is shown to the left of the address in the address bar in Mozilla.

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 10-14-2002 15:38

Hm. reading that thread, I fail to see where Max gives any indication that he is a regular Mozilla user, or that he would 'choose the favicon over colored scrollbars'.

I doubt seriously that any web-user with a brain would choose their preferred browser that way.

Good info in that thread though.



speciesX
Nervous Wreck (II) Inmate

From: Planet X
Insane since: Oct 2002

posted posted 10-14-2002 17:15

DL-44 said:

quote:
Hm. reading that thread, I fail to see where Max gives any indication that he is a regular Mozilla user, or that he would 'choose the favicon over colored scrollbars'.

But I said:

quote:
So you'd forgo the customisable scrollbars IE supports for customisable browser skins instead?



The thread linked in max's post doesn't mention favicons at all, and neither did I (see quote above).

((( species X )))

[This message has been edited by speciesX (edited 10-14-2002).]

speciesX
Nervous Wreck (II) Inmate

From: Planet X
Insane since: Oct 2002

posted posted 10-14-2002 17:19
quote:
In Gecko-based browsers, favicon is applied using the <link> tag, like this example:
<LINK REL="icon" HREF="images/mozilla-16.png" TYPE="image/png">

So Favicons are compliant with W3C standards? Hmm. Does anyone know why customisable scrollbars still aren't and/or will never be?

((( species X )))

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 10-14-2002 17:38

speciesX: You asked:

quote:
Does anyone know why customisable scrollbars still aren't and/or will never be?



but cheeaun has already answered it:

quote:
Scrollbars? It's an IE-specific extension using its own CSS which is invalid.



Basically Microsoft decided to create that style on their own and the W3C haven't adopted it as a standard. They may do at some point in the future - who knows? There are a number of browser-specific styles and the CSS standard haven't adopted many of them (some of Moz's are actually early implementations of CSS3 styles).

___________________
Emps

FAQs: Emperor

DL-44
Maniac (V) Inmate

From: under the bed
Insane since: Feb 2000

posted posted 10-14-2002 18:13

Species - Yes, I put in the wrong term, having looked at the title while psoting.

However, use your imagination, substitute the right word, and the Point is still the same, as intended.

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 10-14-2002 19:08

"So Favicons are compliant with W3C standards?"

No, not directly. The <link> element is, but this is Mozilla's special use of the link element which isn't directly mentioned by the W3C. Nonetheless, it's a good use of the element, IMO.

Dracusis
Maniac (V) Inmate

From: Brisbane, Australia
Insane since: Apr 2001

posted posted 10-14-2002 19:55

I think there are valid points for and against being able to have custom scrollbars.

In part, a scrollbar is usualy an OS related thing. A web page shouldn't really control stuff like that.

Then again, a webpage can control a browser window, so why shouldn't you be able to control the scrollbars inside the browser window?

Although, this is really up to the browser developers, as skinnabul applications are all the rage now supporting custom scrollbars probably isn't on their todo list.

As for the scrollbars inside a document (iFrame or DIV-overflow:scroll) eh, you could always code a javascript scroller.

genis
Paranoid (IV) Inmate

From: Dallas, TX
Insane since: Aug 2002

posted posted 10-16-2002 04:48

my problem with javascript rollers is they don't allow scrolling with the mouse's scroll wheel.
If I can't scroll it with the scroll wheel, I don't read it.

at least I've never come across a javascript roller that does.
If anyone has one, I'd love to see an example.

Same thing with flash scrollers. blech.
Another reason for not having completely flash sites.

Slime
Lunatic (VI) Mad Scientist

From: Massachusetts, USA
Insane since: Mar 2000

posted posted 10-16-2002 05:34
quote:
If anyone has one, I'd love to see an example.


http://www.slimeland.com/cyanslime/ in IE 6 (the only browser that i know of that supports the onmousewheel event).

Not that I advocate making a DHTML scroller when overflow:auto will do just fine.

Pugzly
Paranoid (IV) Inmate

From: 127.0.0.1
Insane since: Apr 2000

posted posted 10-16-2002 06:05

And IE's support for favicon is still very poor. Netscape 6.x has far better support, even allowing animated images. But until IE resolves the problem with favicons disappearing when you clear your cache, I think it's almost not worth the trouble.



Post Reply
 
Your User Name:
Your Password:
Login Options:
 
Your Text:
Loading...
Options:


« BackwardsOnwards »

Show Forum Drop Down Menu