> > This seems like tweaking... > nope, that's what CSS is for, you wouldn't want to change your markup just > to put something as tiny as an ajaxindicator some pixels to the left would > you? (just an example)
What I do not want is the indicator to take up extra space from where it does not belong (i.e., either immediate left or right side of the button). Say, I want the following layout: <element A><element B><indicatorIcon><element C><new row/block> <element D><ajaxSubmitButton><element E><element F> With css I cannot position the IndicatorAppender like that. It will only appear on either left or right side of the ajaxSubmitButton. What I want is to a) independently position the indicatorIcon and b) independently position the submitButton and c) activate the indicatorIcon with the submitbutton. ** Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
