views:

69

answers:

2

I have about pulled out my hair on this one! I am trying to get Colorbox to display the borders properly in IE7 (IE6 too, but I'll take IE7, at the least!).

You can see what I am seeing here. Click on a picture in the gallery or on the login link. Either way, colorbox is supposed to be appearing correctly. It works fine in FF, but the borders vanish in IE. Does anyone know what is causing this and better yet, how to fix it?

Thank you!

A: 

See all those lines starting with ".cboxIE" at the bottom of the colorbox.css file? I'd bet money on the fact that the "filter: progid:DXImageTransform.Microsoft.AlphaImageLoader...;" property is the issue. I had a very similar issue with IE7 before - it has that property in place to fix issues with transparent PNGs for IE, but it's still broken. If you want it to look good in IE6, you'll have to use another PNG fix, but I haven't had any issues with colorbox after I took out all of the ".cboxIE" classes at the bottom of colorbox.css. Or, at least the filter property - the "background: transparent;" can probably stay.

Hope that helps!

codykrieger
A: 
Robert Fleming
Glad I was able to assist - cheers!
codykrieger