Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Change Scroller Icon (like Favicon), How do I change the scroller?
FLaKes
post Dec 26 2005, 02:18 AM
Post #1


Trap Grand Marshal Member
***********

Group: [HOSTED]
Posts: 1,137
Joined: 19-May 05
From: Mexico
Member No.: 7,234



I was reading about browser specific hacks, to hide something from IE, and I found this nice article in the Sitepoint website. As I was reading it, I clicked the middle mouse button (scroller) and instead of the ugly circle with two arrows and a dot in the middle a personalized Icon (of sitepoints logo) appeared. Its kind of like the favicon thing, but with the scroller instead. Anyone here knows how to do this? Or what its called? (scrollicon?, lol, dont know).
Go to the top of the page
 
+Quote Post
Tyssen
post Dec 26 2005, 05:41 AM
Post #2



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



It's in the CSS. Looks like it only works for Firefox though. Not sure why it doesn't affect other images on the page though.

CODE
html>img /* autoscroll override for Firefox */
{
width: 0!important;
height: 28px!important;
padding-left: 28px!important;
background: url(/images/icons/autoscroll2.png);
}
Go to the top of the page
 
+Quote Post
Lozbo
post Dec 28 2005, 02:32 AM
Post #3


Super Member
*********

Group: Members
Posts: 282
Joined: 1-September 05
From: Wanatos
Member No.: 11,382



but must this code be on the css of a site or in the firefox config files?
Go to the top of the page
 
+Quote Post
Tyssen
post Dec 28 2005, 04:47 AM
Post #4



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



QUOTE(Lozbo @ Dec 28 2005, 12:32 PM)
but must this code be on the css of a site or in the firefox config files?

It's in Sitepoint's CSS file.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Disabling Horizontal Scroller In Iframe?(13)


 



- Lo-Fi Version Time is now: 5th September 2008 - 08:16 PM