[WSG] Out of Office Re: WSG Digest

2010-12-24 Thread Julien Viard
Hi,

I'll be out of the office from the 22nd of December 2010 until the
12th of January 2011.

For urgent inquiries, please be in touch with Georgie at
geor...@10collective.com.au

Merry Christmas
Julien


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



[WSG] Out of Office AutoReply: WSG Digest [SEC=UNCLASSIFIED]

2010-12-24 Thread Nicholas Ellis
I will be out of the office from 24 December 2010 to 4 January 2011.

Information and anti-doping services can also be found at:

ASADA websitehttp://www.asada.gov.au/

Check your substances https://checksubstances.asada.gov.au
 
Online whereabouts   https://whereabouts.asada.gov.au


Have a safe and happy break. 


 

IMPORTANT 

The information contained in this e-mail message and any attached files may be 
confidential information and may also be the subject of legal professional 
privilege. It remains the property of the Australian Sports Anti-Doping 
Authority (ASADA). If you are not the intended recipient, any use, disclosure 
or copying of this e-mail is unauthorised.  If you have received this e-mail in 
error, you are requested to notify the sender immediately by reply e-mail and 
delete the original. For the purposes of the SPAM Act 2003, this e-mail is 
authorised by ASADA.




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



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

2010-12-24 Thread tee
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 discarded as an error in Gecko and WebKit.

Which one is that? Gradient effect shows up fine in both Safari and Chrome.
Trying to find the clue from Validator is not possible as it treated everything 
as error.

 
background-image: url(../images/base_images/icon-ui.png) ;
 
 This line overwrites the previous value of background-image rather
 than setting background-image to be multiple images.
 
 http://www.w3.org/TR/css3-background/#layering
 
 http://www.w3.org/TR/css3-background/#the-background-image
 
 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.



tee

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***