Gidday guys, I've recently installed rounded corners on some Joomla modules, and have a slight problem that I'm sure must be fairly common. If I embed further DIV tags inside the module, I get the image for the bottom right-hand corner show up whenever that div is closed. You can see what I mean by looking at the "latest products" module at www.aussiebrewer.com.au Has anyone figured out a way of working around this? My method for rounded corners is fairly simple - just took it from the tutorial here: http://dev.joomla.org/content/view/1136/79/1/10/ Any suggestions at all for getting around this would be deeply appreciated. Lotsa thanks in advance, - JB
check out www.cssplay.co.uk for "snazzy corners". It uses 100% CSS technique to pull off rounded corners I've found if you wrap everything inside <p> element you get padding and won't get any overflow issues.