Recent activity
Subscribe to this feed
Mark Lord replied on September 06, 2009 02:18 to the question "Customize the widget/page" in Get Satisfaction:
So the real fix is to include a css value in the widget code pointing to a css file that you ( not GS ) hosts.
feedback_widget_options.custom_css = "http:\/\/YOUR_DOMAIN\/css\/community.css";
The funky slashes are required.
This css file will get included with in the Iframe and have a more direct effect.
Mark Lord replied on September 04, 2009 21:16 to the question "Customize the widget/page" in Get Satisfaction:
1) the parent containment is really the culprit for the text area's width
#new_topic, fieldset {
border:medium none;
float:left;
width:355px;
}
The width here will stretch the div the surrounding the whole form. I would not exceed 585px.
2)
After a quick test your code should have worked as well. Looking at the DOM in question I think it is not "connecting" is because the entire widget is wrapped in an iframe which has it's own DOM .
I am just getting started too I will be more helpful at a later date , sorry
Mark Lord replied on September 04, 2009 20:17 to the question "Where to download 'list.php' ?" in Get Satisfaction:
Loading Profile...

