function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
raj123raj123 

Alignment problem: input fields aligning differently in different browsers

The following is the code that is causing the problems.

 

<apex:outputLabel value="{!$Label.Passwaord}" style="padding-left:50px;padding-right:21px;font-weight:bold"/>
<apex:outputPanel styleClass="requiredInput" layout="inline">
<apex:outputPanel styleClass="requiredBlock" layout="inline"/>
<apex:inputSecret value="{!password}"/><br/>
</apex:outputPanel>
</apex:outputPanel>

 

i changer left padding and right padding , but its getting aligned differently in different browsers. Let me know if any one has faced this kind of problem and the fix u applied.