1

I have just included css3 pie to show shadows and gradients which seems to work great however as a result of using this my png's now do not display they just show a red 'x' in the place of the image see the link below:

http://www.floodgateone.com/lavender-blue/weddings.html

has anyone ever come across this issue before or could anyone point me in the right direction?

Flexo
  • 87,323
  • 22
  • 191
  • 272
macroj
  • 207
  • 1
  • 2
  • 9

1 Answers1

1

Try deleting the background:#666; on photo-one. See if that makes a difference.

You can also try to do this

#photo-one img { background: none }

Kind of hard to test since i use firebug for testing but the problem is not in firefox. Besides that you got more issues. You cannot see the nav in IE9

Luuk
  • 1,999
  • 3
  • 20
  • 27