I want to make my error messages position absolutely so they do not
resize my form when they appear.

The problem is the parent of all the label.error is the form so when I
do

label.error { position:absolute;  background:url(images/
validArrow.png); width:300px; color: red; left:300px; top:10px
padding: 0px 0px 20px 50px; }

they all stack up on top of each other is there a way to make them
children of the label or the input?

     <label>Company Name</label>
    <input name="companyName" id="companyName" class="required"
value="" />


Failing than can I just set individual class ids for the error and set
some css of the individual error labels?


Thanks,


R.

Reply via email to