Skip to content

Instantly share code, notes, and snippets.

@cscotta
Created December 1, 2008 07:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cscotta/30668 to your computer and use it in GitHub Desktop.
Save cscotta/30668 to your computer and use it in GitHub Desktop.
<!-- 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