Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

CSS templates
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: CSS templates
#4687
Re:CSS templates 13 Years, 11 Months ago Karma: 0
i active a css abd use ARI JTableSorter:

/* tables */
table.tablesorter {
font-family:arial;
background-color: #CDCDCD;
margin:10px 0pt 15px;
font-size: 8pt;
width: 100%;
text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
background-color: #e6EEEE;
border: 1px solid #FFF;
font-size: 8pt;
padding: 4px;
}
table.tablesorter thead tr .header {
background-image: url(bg.gif);
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
}
table.tablesorter tbody td {
color: #3D3D3D;
padding: 4px;
background-color: #FFF;
vertical-align: top;
}
table.tablesorter tbody tr.odd td {
background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}

but the css doesnґt work?
Many Thanks
The administrator has disabled public write access.
 
#4688
Re:CSS templates 13 Years, 11 Months ago Karma: 748
Hello,

Could you provide link to page where we can see this issue?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#4690
Re:CSS templates 13 Years, 11 Months ago Karma: 0
The administrator has disabled public write access.
 
#4691
Re:CSS templates 13 Years, 11 Months ago Karma: 748
'ARI JDataTable' plugin is used on this page. If you want that 'ARI JDataTable' looks like 'ARI JTableSorter', read this post, please. If you need something another, explain it, please.

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 12