Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Menu Hiding behind pdf

New Here ,
May 30, 2006 May 30, 2006
My dropdown menu that was created with DW is hiding behind the pdf on the page and some select statements
is there a way to set the z-index to have the menu drop down infront of the page


Roach62
TOPICS
Server side applications
675
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 30, 2006 May 30, 2006
This is not a z-index issue. It's the fundamental difference between active
content and passive content, and it cannot be solved by jiggering z-indices.

But I don't think you can reliably embed a PDF file in a web page. Can you
show me what you have done, please?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"roach62" <webforumsuser@macromedia.com> wrote in message
news:e5hq3j$muq$1@forums.macromedia.com...
> My dropdown menu that was created with DW is hiding behind the pdf on the
> page
> and some select statements
> is there a way to set the z-index to have the menu drop down infront of
> the
> page
>
>
> Roach62
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 30, 2006 May 30, 2006
here is the pdf
<iframe id="pdf" name="pdf" src="../../ots/reports/<%=strReportName%>" >
</iframe>

and it does work, ther reason for the src we use xls,htm,csv for reports)

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 30, 2006 May 30, 2006
It opens Acrobat reader in the IFrame. You are a dead duck. There is
nothing you can do (that is practical) to make content from the parent page
(the page that contains the <iframe> tag) display in the space allocated to
the PDF that is shown in the <iframe>. Sorry....

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"roach62" <webforumsuser@macromedia.com> wrote in message
news:e5ht61$qrh$1@forums.macromedia.com...
> here is the pdf
> <iframe id="pdf" name="pdf" src="../../ots/reports/<%=strReportName%>" >
> </iframe>
>
> and it does work, ther reason for the src we use xls,htm,csv for reports)
>
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 30, 2006 May 30, 2006
someone told me to adjust the z-index
I ve been trying that with no luck
I have to get this to work
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
May 30, 2006 May 30, 2006
what about an <object>: tag
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 30, 2006 May 30, 2006
This someone is telling you that the someone who told you that had no
understanding of z-index. You can try more if you want, however. It is
just not a z-index issue.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"roach62" <webforumsuser@macromedia.com> wrote in message
news:e5hujb$skp$1@forums.macromedia.com...
> someone told me to adjust the z-index
> I ve been trying that with no luck
> I have to get this to work


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
May 30, 2006 May 30, 2006
LATEST
You are asking how to make something work when it's just not going to work.
Sorry.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"roach62" <webforumsuser@macromedia.com> wrote in message
news:e5huv4$t5q$1@forums.macromedia.com...
> what about an <object>: tag
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines