> Looks better, Christian. Great work. You might want to get rid of the  
> padding-left: 25px from .largeHeaders, and instead do something like  
> this:
> a.sorter {
>   padding-left: 25px;
>   color: #006;
>   text-decoration: none;
> }
> 
> That way, the images will appear clickable as well as the text.
> 
> Cheers,
> 
> Karl
> 
> _______________________
> Karl Swedberg
> www.englishrules.com
> www.learningjquery.com
> 

to make the link fill the th -

a.sorter {
  display: block;
  float: none;
  padding-left: 25px;
  color: #006;
  text-decoration: none;
}
-- 
View this message in context: 
http://www.nabble.com/New-tableSorter-demo%2C-custom-text-extraction-and-more.-tf2384147.html#a6683620
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to