Styling Zend_Form generated forms
I am wondering which would be the best ways to style Zend_Form elements in case of complex forms. Question is both related to selecting proper decorators and css...
Some questions may occur:
1. How to have multiple elements on same line. Not using display groups... So instead of having elements as:
label1
field1
label2
field2
.....
To have rather
label1 label 2
field1 field2
2. How is possible to display multiple fieldsets on same "line" (arranged horizontally, similar with question 1. ) and without that ugly fieldset border.
|