Take a look at this layout I just made: http://www.sixless.com/sixlesslayout.html In Firefox and Safari it works perfectly. But in IE, the bottom image in the box that is supposed to make rounded corners gets all screwey. Does anyone know what's going on? Is this because of my CSS file?
I believe rounded corners don't work in IE without images or CSS hacks. http://www.html.it/articoli/niftycube/index.html
For that bottom image, do either {vertical-align: bottom;}, or {display: block;}. One or the other ought to work. cheers, gary