[css-d] Rounded corners and Transparent GIFs

2006-03-23 Thread Michael Clayton
For my next trick, I'll need a div with rounded corners on top of a textured background. Any volunteers from the audience? My launch pad was this ALA article: http://www.alistapart.com/articles/customcorners/ I was skeptical about this being possible at all, but here is my stubborn progress:

Re: [css-d] Rounded corners and Transparent GIFs

2006-03-23 Thread Jim Davis
See this site for a css + js solution to rounded corners with transparent capability. http://pro.html.it/niftycube/ Jim On 3/23/06, Michael Clayton [EMAIL PROTECTED] wrote: For my next trick, I'll need a div with rounded corners on top of a textured background. Any volunteers from the

Re: [css-d] Rounded corners and Transparent GIFs

2006-03-23 Thread Michael Clayton
Chris: Thanks, I will investigate that book next time I'm near a book store. Jim: The javascript option is interesting, but I tend to shy away from anything that requires javascript to navigate or display correctly. Just use these methods and skip the images entirely:

Re: [css-d] Rounded corners and Transparent GIFs

2006-03-23 Thread tedd
For my next trick, I'll need a div with rounded corners on top of a textured background. Any volunteers from the audience? My launch pad was this ALA article: http://www.alistapart.com/articles/customcorners/ I was skeptical about this being possible at all, but here is my stubborn progress:

Re: [css-d] Rounded corners and Transparent GIFs

2006-03-23 Thread francky
Michael Clayton wrote: Just use these methods and skip the images entirely: http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm Thanks Don, I think that is exactly what I was looking for. I had seen that site before, but couldn't locate it again. You saved the day.