|
I had a layer positioned absolutely that would appear when a user entered data with a red border, because the content above the form is dynamic, the layer was not always apearing in the correct place so I switched it to relative positioning.
It works in ie, but in firefox it no longer has a border.
here is the div tag: <div id="ID#styleid#" style="border:solid; padding-left:3px; padding-right:3px; padding-top:3px; padding-bottom:3px; border-width:1; border-color:ff0000; width:400px;background-color:ffffff; display:none; position:relative;left:0;top:0" >
Thanks,
Bill
|