Re: [Ovillo] Crear degradados

2005-08-17 Por tema Santiago Flores
No, que yo sepa no

El 17/08/05, César Gallego[EMAIL PROTECTED] escribió:
 Hola,
 
 ¿es posible con css o html crear degradados dentro de algún td, tr o tabla
 sin usar imágenes?
 
 Gracias.
 
 _
 Un amor, una aventura, compañía para un viaje. Regístrate gratis en MSN Amor
  Amistad. http://match.msn.es/match/mt.cfm?pg=channeltcid=162349
 
 ___
 Lista de distribución Ovillo
 Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
 Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
 http://ovillo.org/mailman/listinfo/ovillo

___
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://ovillo.org/mailman/listinfo/ovillo


Re: [Ovillo] Crear degradados

2005-08-17 Por tema Inti Castro
On 8/17/05, César Gallego [EMAIL PROTECTED] wrote:
 
 ¿es posible con css o html crear degradados dentro de algún td, tr o tabla 
 sin usar imágenes?
 

pues... no.

aunque ie todo lo puede (no apto para personas sensibles):

There is one way, however, that you could cause a gradient fill through the 
 script, by setting offbgcolor=transparent in the menu style and using a 
 Gradient() filter in the style's overfilter (you could also set 
 onbgcolor=transparent if you want). The following overfilter would cause a 
 yellow-to-black, top-to-bottom (vertical) gradient fill.  
 overfilter=Gradient(GradientType=0, 
 StartColorStr='#00', EndColorStr='#00');  
  Remove the border properties from the style and this gradient gives a 
 sort of glowy, metallic gold, almost 3d look to a horizintal menu.
  
  Change GradientType=1 for a horizontal gradient. Reverse the Start and 
 End colors to reverse the direction of the color change. As always, you can 
 combine this with other filters, like Shadow(), Alpha(), Pixelate(), etc.
  
  One thing... this will only work in IE5.5 and above! So it probably ain't 
 all that useful. But it might be fun to play with, and it'll help you 
 experiment with different types of filters.
 

inti castro
[EMAIL PROTECTED]
___
Lista de distribución Ovillo
Para escribir a la lista, envia un correo a Ovillo@lists.ovillo.org
Puedes modificar tus datos o desuscribirte en la siguiente dirección: 
http://ovillo.org/mailman/listinfo/ovillo