Re: [css-d] adding a shadow

2011-01-02 Thread Alan Gresley
On 3/01/2011 1:22 AM, Lisa Frost wrote: [snip] Thanks, i will give them all a whirl. Its not actually a requirement on the site i am using, but there is a lot of white on white and i was trying to think of a way to make the content of the site (which has a fixed width) sort of stand out from the

Re: [css-d] adding a shadow

2011-01-02 Thread Philippe Wittenbergh
On Jan 2, 2011, at 11:35 PM, David Laakso wrote: > Fails in Mac 10.4 Camino/2.0.6 [always a cheerful word from this end:-) ]... Camino 2.0.6 doesn't support the box-shadow property (Gecko 1.9.0). Philippe --- Philippe Wittenbergh http://l-c-n.com/ __

Re: [css-d] adding a shadow

2011-01-02 Thread David Laakso
http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/ Fails in Mac 10.4 Camino/2.0.6 [always a cheerful word from this end:-) ]... __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.o

Re: [css-d] adding a shadow

2011-01-02 Thread Lisa Frost
> > you can try this: > > http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/ > > (iirc, it was a bit of performance nightmare on IE, though - your > alternative is using an image) > > > > Thanks, i will give them all a whirl. Its not actually a requirement on the > site i

Re: [css-d] adding a shadow

2011-01-02 Thread Philippe Wittenbergh
On Jan 2, 2011, at 10:28 PM, Lisa Frost wrote: > Hi Philippe, > I need it to be supported by all browsers and old ones too, so my question > really is do i need to use images to accomplish this? you can try this: http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/ (iirc

Re: [css-d] adding a shadow

2011-01-02 Thread Ingo Chao
IE5.5 and up support a proprietary DropShadow filter, technically, this is more complex, but not an image. Does that fit your requirements? Anyhow, I'd vote for css3 and a degradation in IE. (Or, no shadow for the base and progressively enhance it with CSS3) Ingo 2011/1/2, Lisa Frost : > Hi Ph

Re: [css-d] adding a shadow

2011-01-02 Thread Lisa Frost
Hi Philippe, I need it to be supported by all browsers and old ones too, so my question really is do i need to use images to accomplish this? Lisa > CSS3 box-shadow > http://www.w3.org/TR/css3-background/#the-box-shadow > > (not supported by IE 8 and older) > > > > > > _

Re: [css-d] adding a shadow

2011-01-02 Thread Philippe Wittenbergh
On Jan 2, 2011, at 10:16 PM, Lisa Frost wrote: > I want to add a 'shadow' to my 'container box' that is keeping my website > centered. > > I can find plenty of tutorials on the net for adding a drop shadow to images > using css but they also use an image. > > Can a shadow be added to a div pure

[css-d] adding a shadow

2011-01-02 Thread Lisa Frost
I want to add a 'shadow' to my 'container box' that is keeping my website centered. I can find plenty of tutorials on the net for adding a drop shadow to images using css but they also use an image. Can a shadow be added to a div purely using css and no images? Anyone got a good tutorial you can