Re: [css-d] Problem with rounded corners in IE6

2006-12-09 Thread Gunlaug Sørtun
Sam Goldstein wrote: Does anyone have any idea what IE6 is doing? I've created a testpage that demonstrates the problem at http://www.wested.org/pub/docs/ie_corners.html Add a 'hasLayout'[1] trigger at the right place... #curvy_content_bottom {height: 1%;} ...and IE6 will get the idea.

[css-d] Problem with rounded corners in IE6

2006-12-08 Thread Sam Goldstein
I recently created a layout for a site which creates rounded corners using the 'Nifty Corners' method (http://www.html.it/articoli/nifty/index.html). The main content area has two divs nested inside of each other each with the rounded corners. It works fine except for in IE6 the bottom

Re: [css-d] Problem with rounded corners in IE6

2006-12-08 Thread Sandy Gonzales
I dont have a problem in ie6 doing this. this is the method i use: .bg_mid{ background: url(images/bg_detail_full_mid.gif) repeat-y; width: 715px; } .bg_top{ background: url(images/bg_detail_full_top.gif) no-repeat top; width: 715px; } .bg_bot{ background: url(images/bg_detail_full_bot.gif)