cscotta (owner)

Forks

Revisions

gist: 30668 Download_button fork
public
Public Clone URL: git://gist.github.com/30668.git
Embed All Files: show embed
feedback_widget.html #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- 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>