0 Replies Latest reply on Apr 25, 2013 1:23 AM by newuser001

    How to override the below css to the title attribute in h:outputText

    newuser001

      i want to override the below css to the title attribute in h:outputText.

       

      css: 

       

      <style type="css/text"> 

       

      .title

      {

           border : 1px solid  #FF9933;

           font-family : verdana;

           font-size : 14px;

           font-weight:normal;

           color: #000000;

           background-color:#fae6b0;

           padding : 5px 5px 5px 5px";

       

      }

      </style> 

       

       

      <h:outputText id="userName"

          value="#{userBean.userName}"

          title="#{userBean.userName}"/>

       

      <h:outputText id="userAddress"

          value="#{userBean.userAddress}"

          title="#{userBean.userAddress}"/