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?

Ari Data Table: Change table header color
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Ari Data Table: Change table header color
#46885
Ari Data Table: Change table header color 10 Years, 6 Months ago Karma: 0
Hello,

I'm using Ari Data Tables with CSS style "Ari Data Table". I want to adjust the table header layout as follows:
- a black background color.
- white descending / acending markings for filtering
However when I give the background a black color the descending/ascending markings disappear. I tried solving the problem with a z-index for the images (see below), but this doesn't work. Any ideas?


* Used CSS in custom.css: *

th.sorting {
color: #d7d7d7;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top, #666, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
th.sorting_asc {
background: url("../images/icon/sort_asc.gif") no-repeat scroll right center;
position: relative;
z-index: 1;
}
th.sorting_desc {
background: url("../images/icon/sort_desc.gif") no-repeat scroll right center;
position: relative;
z-index: 1;
}
The administrator has disabled public write access.
 
#46892
Re:Ari Data Table: Change table header color 10 Years, 6 Months ago Karma: 748
Hello,

Could you send a link to a page where we can see the table and an image where we can see what do you want to achieve?

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