Feedback tab on the right-side?
I would love to use the Feedback tab widget on my site, but it really doesn't work on the left-hand side. Do you have a separate CSS file to put it on the right-hand side?
6
people like this idea
I like this idea!
Tell me when this idea gets some attention.
The more people who like this idea, the more it gets noticed.
The more people who like this idea, the more it gets noticed.
The best point from everyone
-
Now you can customize the placement and color of the feedback tab!
http://getsatisfaction.com/getsatisfa...
I’m excited
The company and 1 other person think
this is one of the best points
-
Inappropriate?Hi Jonathan,
We don't yet have alternate stylesheets. We certainly will in the future. That shouldn't stop you from hacking, if you feel enterprising; thor describes how, in brief, here: http://getsatisfaction.com/getsatisfa...
-
Inappropriate?We're in the process of developing the ability to put the feedback tab on the right side of the page. Hopefully we'll have that done in the next week or so.
I’m excited
-
Inappropriate?I copied the CSS from www.mrtweet.net, and declared it after the widget CSS. Now it's on the right!
CSS below:
<style type="text/css">@import url('http://s3.amazonaws.com/getsatisfaction.com/feedback/feedback.css');</style>
<style>
a#fdbk_tab{
left: auto !important;
right: 0 !important;
top: 30% !important;
margin-left: 0 !important;
margin-right: -12px;
}
a#fdbk_tab:hover { margin-right: -6px !important; }
#fdbk_close:hover {
border-bottom: 0 !important;
cursor: pointer;
}
</style>
I’m amused
-
Inappropriate?So is it also possible to change where it appears on the side and how it looks in the CSS? :)
-
Inappropriate?You can change where it appears on the side by changing the position and top or bottom properties.
This will position it absolutely at the top of your page
a#fdbk_tab {
position: absolute !important;
top: 0 !important;
}
This will fix it to the bottom of the window
a#fdbk_tab {
top: auto !important;
bottom: 0 !important;
}
You can change the way it looks by overriding the background image with your own or getting rid of it all together.
Replace image
a#fdbk_tab {
background-image: url(your background image) !important;
width: image width !important;
height: image height !important;
}
No Image red background color with white text would look something like this
a#fdbk_tab {
background-image: none !important;
background-color: red !important;
color: white !important;
font-weight: bold !important;
text-indent: 0 !important;
width: 100px !important;
height: 20px !important;
padding: 5px !important;
display: block !important;
}
I’m confident
-
Inappropriate?Careful about the position:absolute... it's normally fixed (meaning always viewable). If you position it absolutely, it can be scrolled out of view.
I’m amused
-
True that -
Inappropriate?Now you can customize the placement and color of the feedback tab!
http://getsatisfaction.com/getsatisfa...
I’m excited
The company and 1 other person think
this is one of the best points
Loading Profile...




CHAMP
EMPLOYEE
