Re: [WSG] how do I declare gradient and image in the background property?

2010-12-26 Thread Benjamin Hawkes-Lewis
On Fri, Dec 24, 2010 at 9:27 PM, tee weblis...@gmail.com wrote:        background-image: -moz-linear-gradient(bottom, #57b0d7, #87C9EB);        background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #57b0d7),color-stop(1, #87C9EB)); One of the above lines will be

[WSG] Out of Office

2010-12-26 Thread mark
I will be out of the office until January 3rd, 2001. If you have an urgent matter contact Dan at d...@inetsgi.com or dial 402.330.0636 x1002. Thank you. *** List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm

Re: [WSG] how do I declare gradient and image in the background property?

2010-12-26 Thread tee
describes the comma-seperated syntax you want. OK, so I see, two images are possible in the background, but one for gradient and one for image is not possible especially no browser has native support for CSS3 gradient yet. Doesn't follow. moz-linear-gradient() and