header styling

header styling

capeckcapeck Posts: 54Questions: 13Answers: 1
edited February 2010 in General
This is more of a CSS question, but I'm trying to figure out a way to get the sorting images to display just to the right of the header text. My table has one wide column with the header of "Name", so the sort arrows are way to the right and not very obvious. Thanks in advance for any suggestions.

Replies

  • TomCTomC Posts: 43Questions: 0Answers: 0
    Are you using the default styling or the jQuery UI styling?
  • capeckcapeck Posts: 54Questions: 13Answers: 1
    I'm using the default styling.
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    It's actually a bit tricky with the default styling since the sorting images are background images - and thus have no concept of the content.

    I'd suggest using the jQueryUI:true option (even if you don't use a ThemeRoller theme - you don't need to) which will put the sorting icons into their own container and you can float, or not float, or whatever as you require.

    Allan
This discussion has been closed.