Question : Topper not displaying as transparent

I saved the topper image as a transparent .png file so that the orange background would display behind their heads.  I added javascript to header and uploaded DD_belatedPNG.js but it doesn't seem to work.  Maybe my code is wrong?

What it is supposed to look like:
http://screencast.com/t/ZmNiOTlhYzE

Here is what it looks like
http://nsitedesigns.com/nsitedesigns/exotic/2.html

Don't worry about the nav bar being "off".  I am working on that in another question.
1:
2:
3:
4:
5:
6:
<!--[if IE 6]>
<script type="text/javascript" src="DD_belatedPNG.js"></script>
<script type="text/javascript">
  DD_belatedPNG.fix('#topper img, .header_full.png img');
</script>
<![endif]-->

Answer : Topper not displaying as transparent

I believe the header issue was fixed in another question I answered on this particular site :)

you need to create a new div to wrap your sidebar1, sidebar2, and maincontent in. Give this new div a background color of white and remove the background color of the .thrColFixHdr #container {
Random Solutions  
 
programming4us programming4us