Using FlexTable, which will be translated into <table> on the browser
later on on production will not show the border if the cell is empty i
guess, applying this:

.borderTop {
background:#FFFFFF;
border-style:solid;
border-width: 1px 0px 0px 0px;
border-color: #000000;
}

will show a top border in Safari for example, but will not show it on
both FF and Opera (I didn't check with IE) if applied to an empty cell
on FlexTable. Is there a solution to this problem?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to