Ok, this is not a bug in SurveyGizmo, but I wanted to share this anyway:
When placeing questions side by side, you can do it by creating 'template hook names' on the advanced page of the question (i.e.: SideBySideRight) and then in your 'look-and-feel'-CSS-section, you add: .SideBySideRight { display:inline; float: right }
BUT:
IE8, Firefox 2.2, Safari 4.0 (i.e. the newest browsers) do not respond to 'float: right'.
IE7 and IE6 do
HOWEVER!
If you MISSPELL 'right' and put down: 'float: rigth' (h and t are reversed),
then the compatability reverses: Now it's IE6 and 7 that ignore the property, and the new browsers display nicely.
How about that?
Anyone got any idea why?
/Klaus