Created
December 27, 2008 21:52
-
-
Save egze/40321 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="http://www.getfirefox.com" target="_blank" id="getfirefox">Please use Mozilla Firefox</a> | |
<style type="text/css"> | |
#getfirefox { | |
width:172px; | |
height:176px; | |
position: absolute; | |
float: right; | |
right: 0; | |
cursor:pointer; | |
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.liron.de/images/ietag.png', sizingMethod='crop'); | |
text-indent: -9999px; | |
display: none; | |
*display: block; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment