pdf inline frame and java menu problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
churt
Forum Commoner
Posts: 39
Joined: Wed Oct 04, 2006 9:59 am

pdf inline frame and java menu problem

Post by churt »

I have a php file that echos a java menu that opens to the side when hovering over an item and then an inline frame with a pdf in it. The problem is that the java menu always displays behind the pdf instead of on top. Please help.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The PDF viewer plugin renders last mostly likely. You don't have control in all probability. The only chance is using iframe rendering order to your advantage, but then it's not a php problem anymore.
User avatar
churt
Forum Commoner
Posts: 39
Joined: Wed Oct 04, 2006 9:59 am

No surprise

Post by churt »

I imagine you are correct. Already tried rendering order. Didn't help. Guess I'll try pdf to html conversion. It's just a phone list so should do ok. Thanks for the info.
Post Reply