Add Firefox button in the sidebar
Posted: Sat Jul 30, 2005 9:34 pm
Any idea how to do that. have a firefox button from spreadfirefox in my sidebar. which file should i edit.

User and developer community
https://board.s9y.org/
Code: Select all
<!--[if IE]>
You suck. ;-)
<![endif]-->
LOL!garvinhicking wrote:I think you can already easily inject javascript in the HTML nugget.
And I think the IE is the only browser that shows:
Code: Select all
<!--[if IE]> You suck. ;-) <![endif]-->
Code: Select all
<!--[if IE]>
<div class="iemessage">
Warning you are using a non-secure and non-standards compliant browser. <a href="http://www.spreadfirefox.com/?q=affiliates&id=115027&t=1" title="Get Firefox!">Get a better browser</a>! also click <a href="http://myschizobuddy.com/index.php?/archives/6-Internet-Explorer-IE-Secure-Browser-Myth.html" title="Internet Explorer Secure Browser Myth">here</a> for more information.
</div>
<![endif]-->
Code: Select all
.iemessage {
font-size:x-small;
color:#FFF;
padding:10px;
}
.iemessage a:link{
color:#FF8C00;
}
.iemessage a:hover, .iemessage a:focus,.iemessage a:active {
color:#FF8C00;
text-decoration:underline;
}