|
This set of topics will show you some survey appearance problems that may arise when you design a survey,and use cases how these problems can be resolved by means of CSS. We will work with different question types such as Single-Line, 3D Matrix, Pick One or Other, Rate Different Items, Multiline. When you design survey appearance using CSS, you can refer to particular CSS classes and apply changes to the bunch of questions of particular type. Another option is to refer to a certain survey element such as question, answer choice, footer and many others, and change element apperance only. More details on the available classes you can find here. To refer to the particular survey question use the following code #questionMainTableIdXXXXXXX, where XXXXXX is unique question identifier. This unique ID can be found in the source code of the previewed survey or by means of different browser's built-in plugins, such as Developer Tools for Microsoft's 'Internet Explorer', SafariSource for Apple's 'Safari', FireBug for Mozilla's 'FireFox' and others. We will show you examples of custom design editing using following use cases:
|