NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 02, 2010, 03:42:05 AM

Title: Column Custom CSS
Post by: Alberto on June 02, 2010, 03:42:05 AM
Hi,
I need a column in a browse to be RightJustify and Green.
There are a rightJustify class and a Green class.
Is there any way to indicate a merge between the existing classes like:
'RightJustify;Green' ?
Thanks
Alberto
Title: Re: Column Custom CSS
Post by: kevin plummer on June 02, 2010, 04:09:20 AM
if you are using NT5 try ' RightJustify Green'

note spaces at front and in between
Title: Re: Column Custom CSS
Post by: Alberto on June 02, 2010, 04:31:31 AM
Perfect! thanks
Title: Re: Column Custom CSS
Post by: Bruce on June 02, 2010, 07:48:52 AM
All the CSS settings follow a "combine" approach.
In other words, if you enter
'green'
then you are setting the css to _just_ green.
If you enter
' green'
(ie space-green)
then you are _appending_ green to the classes for that item.

This allows you to _append_ or _override_ the default css for that item.

As Kevin noted, it's also a space separated list - so
' green bold'
applies the default, then green, then bold.

Cheers
Bruce
Title: Re: Column Custom CSS
Post by: Alberto on June 09, 2010, 04:16:59 PM
In C72 NTWS5 PR18
If you select a CSS for a column, lets say RightJustify teres no way to add custom.
If you select Custom and add ' RightJustify Blue' or 'RightJustify Blue' it does not work.
ALberto