Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=3661845
By: richbagley

I believe it's in your css.  I had the same problem and here's my css:

.displaytag-sortable a {
    background-image: none;
    background-position: right;
    background-repeat: no-repeat;
    display: block;
    color: #ffffff;
}
.displaytag-order1 a {
        background-image: url(../images/newDisplaytag/ascarrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}

.displaytag-order2 a {
        background-image: url(../images/newDisplaytag/descarrow.gif);
    background-position: right;
    background-repeat: no-repeat;
}

Here's the table:

        <display:table style="width: 100%;"
name="sessionScope.downloadForm.fileEntries" id="files" sort="list"
                requestURI="/downloadSetup.do" >
          <display:column headerClass="displaytag-th"
title="Row"><%=pageContext.getAttribute( "files_rowNum" )%></display:column>
          <display:column sortable="true" headerClass="displaytag-th"
property="username" title="User"/>
          <display:column sortable="true" headerClass="displaytag-th"
property="filename" title="File Name"
                  href="/fileUpload/download.do?mode=download" 
paramId="filename"
paramProperty="fullFilename"/>
          <display:column headerClass="displaytag-th" property="fileSize" 
title="File
Size"/>
          <display:column headerClass="displaytag-th" property="fileModDate"
title="Last Modified"/>
          <display:column headerClass="displaytag-th" title="<%=checkAll%>">
              <input type="checkbox"
                     name="selections[<%= getIndex( (Integer)
pageContext.getAttribute( "files_rowNum" )  )%>]">
          </display:column>
        </display:table>


______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
displaytag-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to