Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-10 Thread Kat




...morphs to this, seamlessly, on resize...

http://www.omnivision.com.au/safari/resize.png

...and to this, even if you get carried away.

http://www.omnivision.com.au/safari/extreme.png

N


Gday Nick,

I am getting a 404 on the resize.png?

Kat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-10 Thread Nick Gleitzman

Kat wrote:




http://www.omnivision.com.au/safari/resize.png
http://www.omnivision.com.au/safari/extreme.png
N


Gday Nick,

I am getting a 404 on the resize.png?

Kat



Unh. Try these:

http://www.omnivision.com.au/safari/resized.htm
http://www.omnivision.com.au/safari/extreme.htm

Apologies.

N
___
Omnivision. Websight.
http://www.omnivision.com.au/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] In the 'Wow, if only everyone did this category...

2006-10-10 Thread michael.brockington
Actually, the reason that you can't see the text in any other browser is
due to the use of a drop shadow - something else that only Safari and
its siblings renders.

Mike 

 -Original Message-
 From: listdad@webstandardsgroup.org 
 [mailto:[EMAIL PROTECTED] On Behalf Of John Faulds
 Sent: Tuesday, October 10, 2006 1:01 AM


 The reason you can't 
 see anything  
 is because the text is set to white - with a bg-image, you'd 
 be able to  
 see it.
 
 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



RE: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread michael.brockington
Title: In the 'Wow, if only everyone did this" category...



Sorry, too busy to reply - got to figure out how to work 
this into one of my designs...

  
  
  From: listdad@webstandardsgroup.org 
  [mailto:[EMAIL PROTECTED] On Behalf Of Tom 
  LivingstonSent: Monday, October 09, 2006 4:52 PMTo: 
  wsg@webstandardsgroup.orgSubject: [WSG] In the 'Wow, if only 
  everyone did this" category...
  View this in WebKit 
  browsers only. (Hence the subject of this post):http://decaffeinated.org/archives/projects/multibg/background-image.html-- 
  Tom Livingston | Senior Multimedia Artist | Media Logic | ph: 
  518.456.3015x231 | fx: 518.456.4279 | 
  mlinc.com***List 
  Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: 
  http://webstandardsgroup.org/join/unsubscribe.cfmHelp: 
  [EMAIL PROTECTED]*** 


***List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfmUnsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfmHelp: [EMAIL PROTECTED]***


Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread Mark Harris

Tom Livingston wrote:

View this in WebKit browsers only. (Hence the subject of this post):
http://decaffeinated.org/archives/projects/multibg/background-image.html


In the words of the immortal Neo, Wo!


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread Lachlan Hunt

Tom Livingston wrote:

View this in WebKit browsers only. (Hence the subject of this post):
http://decaffeinated.org/archives/projects/multibg/background-image.html


Yeah, WebKit implemented that a few months ago.  It's the new 
multiple-backgrounds syntax from the CSS3 Backgrounds draft [1].  It 
will just take a little longer for other browsers to catch up.


[1] http://www.w3.org/TR/css3-background/

--
Lachlan Hunt
http://lachy.id.au/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread Paul Novitski

At 10/9/2006 08:52 AM, Tom Livingston wrote:

View this in WebKit browsers only. (Hence the subject of this post):
http://decaffeinated.org/archives/projects/multibg/background-image.htmlhttp://decaffeinated.org/archives/projects/multibg/background-image.html


http://decaffeinated.org/archives/projects/multibg/styles.css
body {
background-image: url(tigerdisc.png), url(spotlight.png), 
url(automator.png), url(dashboard.png), url(dictionary.png), 
url(ichat.png), url(mail.png), url(quicktime.png), url(safari.png), 
url(gradient.png);
background-position: 50% 40%, 20% 65%, 15% 40%, 20% 15%, 50% 
5%, 80% 15%, 85% 40%, 80% 65%, 50% 80%, bottom left;
background-repeat: no-repeat, no-repeat, no-repeat, 
no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, repeat-x;

}


The demo says Got Safari 1.3 or above? but browsercam shows it 
works in 1.2 as well:

http://www.browsercam.com/public.aspx?proj_id=290246

Paul 




***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread dwain . alford

Lachlan Hunt wrote:

Tom Livingston wrote:

View this in WebKit browsers only. (Hence the subject of this post):
http://decaffeinated.org/archives/projects/multibg/background-image.html


Yeah, WebKit implemented that a few months ago.  It's the new 
multiple-backgrounds syntax from the CSS3 Backgrounds draft [1].  It 
will just take a little longer for other browsers to catch up.


[1] http://www.w3.org/TR/css3-background/

the decaf link came up blank in ff 2.0 rc2.  is there a setting i'm 
missing to choose between css2.1 and css3 rendering?

dwain


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread Lachlan Hunt

[EMAIL PROTECTED] wrote:

Lachlan Hunt wrote:

Tom Livingston wrote:

View this in WebKit browsers only. (Hence the subject of this post):
http://decaffeinated.org/archives/projects/multibg/background-image.html


Yeah, WebKit implemented that a few months ago.  It's the new 
multiple-backgrounds syntax from the CSS3 Backgrounds draft [1].  It 
will just take a little longer for other browsers to catch up.


[1] http://www.w3.org/TR/css3-background/

the decaf link came up blank in ff 2.0 rc2.  is there a setting i'm 
missing to choose between css2.1 and css3 rendering?


Firefox does not use WebKit, it uses Gecko.  You need to use Safari, or 
some other browser based on WebKit, to view it.


--
Lachlan Hunt
http://lachy.id.au/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread David Dorward
On Mon, Oct 09, 2006 at 06:52:45PM -0500, [EMAIL PROTECTED] wrote:

 Yeah, WebKit implemented that a few months ago.  It's the new 
 multiple-backgrounds syntax from the CSS3 Backgrounds draft [1].  It 
 will just take a little longer for other browsers to catch up.

 the decaf link came up blank in ff 2.0 rc2.  is there a setting i'm 
 missing to choose between css2.1 and css3 rendering?

Firefox uses Gecko, not WebKit. 

-- 
David Dorward  http://dorward.me.uk



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread John Faulds
the decaf link came up blank in ff 2.0 rc2.  is there a setting i'm  
missing to choose between css2.1 and css3 rendering?


Firefox (and others) don't support the multiple background property so,  
no, there's no setting you can change. The reason you can't see anything  
is because the text is set to white - with a bg-image, you'd be able to  
see it.




--
Tyssen Design
Web  print design services
www.tyssendesign.com.au
Ph: (07) 3300 3303
Mb: 0405 678 590


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread Kat

Lachlan Hunt wrote:

[EMAIL PROTECTED] wrote:



Firefox does not use WebKit, it uses Gecko.  You need to use Safari, or 
some other browser based on WebKit, to view it.




Is Gecko planning on supporting this in version 1.9?

Can anyone take pity on us without Safari and post a screen capture 
somewhere, please?


Kat



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread Lachlan Hunt

Kat wrote:

Lachlan Hunt wrote:
Firefox does not use WebKit, it uses Gecko.  You need to use Safari, 
or some other browser based on WebKit, to view it.


Is Gecko planning on supporting this in version 1.9?


https://bugzilla.mozilla.org/show_bug.cgi?id=322475

Can anyone take pity on us without Safari and post a screen capture 
somewhere, please?


http://lachy.id.au/lib/images/2006/safari-multibg-image-20061010

--
Lachlan Hunt
http://lachy.id.au/


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***



Re: [WSG] In the 'Wow, if only everyone did this category...

2006-10-09 Thread Nick Gleitzman


On 10 Oct 2006, at 12:07 PM, Lachlan Hunt wrote:

Can anyone take pity on us without Safari and post a screen capture 
somewhere, please?


http://lachy.id.au/lib/images/2006/safari-multibg-image-20061010



...morphs to this, seamlessly, on resize...

http://www.omnivision.com.au/safari/resize.png

...and to this, even if you get carried away.

http://www.omnivision.com.au/safari/extreme.png

N
___
Omnivision. Websight.
http://www.omnivision.com.au/



***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
***