ie7+6 issues

Hi

At this Link, ie7 is not showing most of the top right round corner images used in the page coding. While ie6 is not showing most of the top right and bottom right round corner images used.

The round corner images are used in the page background and the left bar as well as the lower body area.

While the round corners of the lower text/body are displayed ok, not all of the leftbar and main background corners are showing. Any help please?

THe correct fix involves setting overflow:visible, however my fix only targets every div to set overflow:visible and uses !important (a nono)

If I had the time I would have found out which specific element it was, but whatever :slight_smile:

That wasn’t the 100% correct way but either way, I’m guessing you’ll live with it. Glad it’s working :slight_smile:

Thanx! It solved the problem beautifully.

It’s being cut off. I needt o leave to go to work but here’s a hint

.lower_body div{overflow:visible!important;}

You are right. I’ll live with it. :slight_smile:

But could you explain please why the images were cut off? What would have been the proper way?