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?

Set CSS style to HTML table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Set CSS style to HTML table
#40992
Set CSS style to HTML table 11 Years, 1 Month ago Karma: 0
How to set this CSS style in HTML table
Code:


table.hovertable {
font-family: verdana,arial,sans-serif;
font-size:11px;
color:#333333;
border-width: 1px;
border-color: #999999;
border-collapse: collapse;
}
table.hovertable th {
background-color:#c3dde0;
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
table.hovertable tr {
background-color:#d4e3e5;
}
table.hovertable td {
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;

The administrator has disabled public write access.
 
#40993
Re:Set CSS style to HTML table 11 Years, 1 Month ago Karma: 748
Hello,

Where we can see a table?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#40994
Re:Set CSS style to HTML table 11 Years, 1 Month ago Karma: 0
Last Edit: 2013/05/19 19:32 By ivo75.
The administrator has disabled public write access.
 
#40995
Re:Set CSS style to HTML table 11 Years, 1 Month ago Karma: 748
Set "Table CSS class" parameter in module settings to hovertable value and add your CSS rules to "CSS Styles" parameter in module settings.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#41015
Re:Set CSS style to HTML table 11 Years, 1 Month ago Karma: 0
in table CSS class I write
Code:

font-family: verdana,arial,sans-serif;  font-size:11px;  color:#333333;  border-width: 1px;  border-color: #999999;  border-collapse: collapse;}
and this work, but not work hover in td and tr. In CSS Styles field I write this
Code:

th {
background-color:#c3dde0;
border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;
}
tr {
background-color:#d4e3e5;
}
td {border-width: 1px;
padding: 8px;
border-style: solid;
border-color: #a9c6c9;

}

Last Edit: 2013/05/20 10:06 By ivo75.
The administrator has disabled public write access.
 
#41016
Re:Set CSS style to HTML table 11 Years, 1 Month ago Karma: 748
It is wrong to write CSS styles in "Table CSS class" parameter. The parameter is used to specify custom CSS class name which can be used for creating custom CSS rules. We wrote in our previous post how it can be used with your CSS rules.

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