Page 1 of 1
pdf inline frame and java menu problem
Posted: Thu Feb 15, 2007 12:08 pm
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.
Posted: Thu Feb 15, 2007 4:33 pm
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.
No surprise
Posted: Fri Feb 16, 2007 7:06 am
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.