Hello, I have set the form parameter: clientValidation=true and defined 
validations for the fields, like this:<input type="text" t:id="txtRowsPerPage" 
t:type="textField" t:value="rowsPerPage" validate="required" 
/>txtRowsPerPage-required-message=You must provide a value for: rows per page!
when the validation fails the following div appears:<div 
id="txtRowsPerPage:errorpopup" class="t-error-popup" style="position: absolute; 
top: 137px; left: 337px; width: auto; height: 39px; display: none;"><span>You 
must provide a value for: rows per page! </span></div> Using Internet Explorer 
8: only the message appears no background images. I guess I have to redefine 
one or more of the following css entries:html > body div.t-error-popup spanhtml 
> body div.t-error-popupdiv.t-error-popup
div.t-error-popup span Could somebody write me which and how exactly? thanx in 
advance Izolda

Reply via email to