Is it possible to customize "Feedback Tab", so that it does not change it's size on mouse-over?
I am using the "Feedback Tab" widget in a web page. When the tab is moused-over, it changes it's size. I have another tab in the same page, that does not change the size on mouse-over. So if I could keep a constant size for "Feedback Tab" also, a uniformity could have been maintained.
The same feature can also be seen in one of your pages (http://getsatisfaction.com/widgets).
Is there any way to customize this widget, so that I can prevent the change of size during mouse-over?
The same feature can also be seen in one of your pages (http://getsatisfaction.com/widgets).
Is there any way to customize this widget, so that I can prevent the change of size during mouse-over?
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
The company marked this question as answered.
-
Inappropriate?If by "changing its size" you mean popping out to the right by several pixels you can definitely do this with a bit of css. Just add the following CSS within style tags on your page:
a#fdbk_tab:hover { margin-left:-7px }
Loading Profile...


