i have a problem to my script.., i want to display pdf file in my web (inside my layer), but it doesn't work. do you have an idea to fix my problem, please..! this one is the script: <style type="text/css"> #apDiv1 { position:absolute; left:543px; top:16px; width:206px; height:223px; z-index:1000; background-color:#999999; } </style> <body> <!-- embed the pdf --> <object data="pdf-php-tutorial-06.pdf" type="application/pdf" width="600" height="500" style="z-index:1" wmode="opaque"> alt : <a href="pdf-php-tutorial-06.pdf">pdf-php-tutorial-06.pdf</a> </object> <!-- layer --> <div id="apDiv1" >Whatever text or object here.</div> </body>