|
|
[an error occurred while processing this directive]
Mozilla Mailnews FAQLast updated on November 3, 2004.
How do I change the emoticon images that Mozilla displays graphically?Mozilla 1.6 and prior Each emoticon is a 19x19 pixel GIF file contained in the program's comm.jar file. To replace any of them, you need an archive zipper such as WinZip.
1. First, take the files you would like to use as your new emoticon images and name them accordingly: Mozilla 1.7 and beyond In Mozilla 1.7, emoticons have become dependent on the theme being used. These instructions will override any theme. You will not need a file zipper. Save the 19x19 pixel images in your profile's \chrome\ directory. To change the images that show up within the message content, add the following script to your userContent.css (See Editing Config Files):
span.moz-smiley-s1{ Replace filename.extension with the actual file name and extension. Also note that "s1" refers to which emoticon is being replaced.
s1 = smile So, if I wanted to replace the "cool" emoticon with my own cool.png file, I would add this to my userContent.css:
span.moz-smiley-s11{
Next is the dropdown menu.
.insert-smile > .menu-iconic-left { Again, replace filename.extension with the actual file name and extension; and replace "smile" with the name of the emoticon that is being replaced. |