DD_belatedPNG and DD_roundies having conflict with Cufon in Opera

dcboy

New Member
I am facing strange problem in opera while using cufon with dd_belatedPNG and dd_roundies. every thing works fine in every browser execept opera. Once I remove below two lines it cufon works with opera as well. but I need dd_roundies and png fix as well. \[code\]<script type="text/javascript" src="http://stackoverflow.com/js/DD_belatedPNG_0.0.8a-min.js"></script><script type="text/javascript" src="http://stackoverflow.com/js/DD_roundies_0.0.2a-min.js"></script>\[/code\]But I need to make cufon work with dd_roundies and png fix.no javascript error. every thing works fine in all browsers except opera. Any Idea?here is whole test page code\[code\]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><title>Untitled Document</title><script type="text/javascript" src="http://stackoverflow.com/js/cufon.js"></script><script type="text/javascript" src="http://stackoverflow.com/fonts/3/ergoe-light-cufon.js"></script><script type="text/javascript" src="http://stackoverflow.com/js/DD_belatedPNG_0.0.8a-min.js"></script><script type="text/javascript" src="http://stackoverflow.com/js/DD_roundies_0.0.2a-min.js"></script><style>h1 {font-size:136px;}</style></head><body><h1>Test Heading</h1><script> Cufon.set('fontFamily', 'ErgoeLight').replace('h1');</script></body></html>\[/code\]
 
Back
Top