I'm not a CSS expert, but is it correct to decorate the css selector
with a '*'? Normally you use
.print-redcolorcheckbox {
background-color: #FE6767;
padding: 0.6px 0.6px 0.6px 0.6px;
border: 1px;
border-color: #FFFFFF;
}
On 28 Jul., 14:28, Swathi Kondepati <[email protected]> wrote:
> Hi All..
>
> I Had problem with applying border to cells of an flextable.Please help
> me.Actually the Problem is :
>
> I applied border to FlexTable cells using CSS styles but i am not
> able to view the border for FlexTable cells in *Mozilla FireFox* but able to
> view in IE.The cells contain empty strings like
>
> *flextable.setHTML(1, 1, " ");
> flextable.getCellFormatter().setStyleName(1,1, "print-redcolorcheckbox");*
>
> The code in CSS file is as follows:
>
> *.print-redcolorcheckbox {
>
> background-color: #FE6767;
> padding: 0.6px 0.6px 0.6px 0.6px;
> border: 1px;
> border-color: #FFFFFF;
>
> }*
>
> Please Help me its urgent...
>
> Thanks in Advance...
>
> Swathi.K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---