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?

CSV Table changing background color on mouse over
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: CSV Table changing background color on mouse over
#1379
CSV Table changing background color on mouse over 15 Years, 1 Month ago Karma: 0
I get used to yours fast respond so ...

I want to simultaneously change background color of raw and column, on my tables, something like you did on Moo Table demo(but only with raws).

CSS? or i need some extra code.
The administrator has disabled public write access.
 
#1382
Re:CSV Table changing background color on mouse over 15 Years, 1 Month ago Karma: 747
Hello,

You can use the following CSS rules:

TR.actRow_odd:hover
{
background-color: red;
}

TR.actRow_even:hover
{
background-color: green;
}

It works fine in modern browser, but it don't work in IE 6.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#1384
Re:CSV Table changing background color on mouse ov 15 Years, 1 Month ago Karma: 0
thnx

i knew what to do with raws but i want columns to be changeable in same hover color as raws (when you move true table you got cross effect) or at least header td

The administrator has disabled public write access.
 
#1387
Re:CSV Table changing background color on mouse ov 15 Years, 1 Month ago Karma: 747
Hello,

For creating cross effect it needs additional code.

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