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!
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.
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.
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.