[Plone-UI] Greybox IE6 css

Veda Williams veda at onenw.org
Tue Sep 30 16:48:31 UTC 2008


I haven't tried these methods, but they have been documented as possible
options.


/* IE workarounds per:
http://www.solidstategroup.com/page/1592, see #3
http://www.alistapart.com/stories/pngopacity/
http://www.daltonlp.com/view/217
*/

/* FF overide */
#portal-logo[id] {
background-image: url(&dtml-portal_url;/logo.gif) !important;
}


On 9/30/08 2:37 AM, "David Little" <david at littled.net> wrote:

> There's also some variation on this which might help -- it uses IE's
> AlphaImageLoader filter
> (http://msdn.microsoft.com/en-us/library/ms532969.aspx):
> 
> E.g.:
> 
> .myclass {
>   background: none;
>   filter 
> :progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=scale,
>         src='http://path/to/my/png')
> 
> }
> 
> David
> 
> 
> 
> 2008/9/29 Veda Williams <veda at onenw.org>:
>> PNG 24 should also work. IE6 prefers that over PNG8.
>> 
>> 
>> On 9/29/08 7:55 AM, "David Little" <david at littled.net> wrote:
>> 
>>> Is it to do with the fact you're using a .png image as the background
>>> for the boxes? IE6 doesn't support PNG alpha transparency. I've just
>>> had a similar problem on something I'm working on. In the end I
>>> changed my image to a GIF which was fine for what I was doing.
>>> 
>>> Cheers,
>>> David
>>> 
>>> 2008/9/29 Espen Moe-Nilssen <espen at medialog.no>:
>>>> Hi
>>>> I am making a new look for greybox (which looks nice in the browsers I
>>>> like....)
>>>> In IE6 a grey field shows up.
>>>> Anyone knows where this comes from (I dont have IE6 installed here)
>>>> The url is:
>>>> http://www.vestkunst.no/brukere/espen-moe-nilssen/india
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> _______________________________________________
>>>> UI mailing list
>>>> UI at lists.plone.org
>>>> http://lists.plone.org/mailman/listinfo/ui
>>>> 
>>>> 
>>> 
>>> 
>> 
>> 
> 
> 





More information about the UI mailing list