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?

Styling the content of a cell with CSS and a DIV
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Styling the content of a cell with CSS and a DIV
#47853
Re:Styling the content of a cell with CSS and a DIV 10 Years, 4 Months ago Karma: 1
I also attempted to place the "retain" style in the module's datatable_jui.css but that had no affect either. The CSS ID rule still does not render.
Last Edit: 2014/02/13 15:49 By hpinson.
The administrator has disabled public write access.
 
#47854
Re:Styling the content of a cell with CSS and a DIV 10 Years, 4 Months ago Karma: 748
Use the following CSS rule:

#retain {
color: #090000 !important;
font-weight: bold !important;
}

When you use the following CSS rule:

#retain {
color: #090000;
font-weight: bold;
}

It is overridden by the following CSS rule from site template styles:

#mainWrap div {
color: #333333;
font-weight: 300;
}

Regards,
ARI Soft
The administrator has disabled public write access.
 
#47855
Re:Styling the content of a cell with CSS and a DIV 10 Years, 4 Months ago Karma: 1
That worked. Thank you very much.
The administrator has disabled public write access.
 
Go to topPage: 12