Attempting a linear gradient background in a CellTable header as
such...
.cellTableHeader {
background: #EEE;
background: -moz-linear-gradient(center top, #FEFEFE, #F1F1F1 50%,
#E1E1E1 50%, #F4F4F4) repeat scroll 0 0 transparent;
}
FF only ever shows the #EEE background.
I don't want to use an image, just CSS gradient.
Anyone know what's going on?
mucho thanks!
--
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.