Created
December 1, 2008 07:47
-
-
Save cscotta/30668 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
<!-- To display the "Feedback" widget on the right rather than the left, | |
add these styles below the code provided by Get Satisfaction. | |
Tested in IE6, IE7, Firefox 2, Firefox 3, and Safari 3. | |
See it in action at http://www.sunagocommunity.org/ | |
Note: You'll need to download the modified background image from | |
http://sunagocommunity.org/images/feedback-mod.png and place it in your | |
/images/ folder (or edit the location below). Please serve this image | |
yourself rather than pulling it from the Sunago app server kthx. | |
IE6 Note: Please apply your favorite transparent 24-bit PNG alpha fix to | |
the #fdbk_tab element or generate a transparent GIF with your background | |
color to replace this version of feedback-mod.png. --> | |
<style type="text/css"> | |
#fdbk_tab { | |
left: auto !important; | |
right: 0px; | |
background-image: url(/images/feedback-mod.png) !important; | |
_background-image: url(/images/feedback-mod.png) !important; | |
background-position: 10px 0 !important; | |
} | |
#fdbk_tab:hover { background-position: 0 0 !important; } | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment