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

HACK FOR IE

New Here ,
Dec 10, 2007 Dec 10, 2007
"to make sure the sub menus show above form controls, we underlay each submenu with an iframe"

When I use the mouse wheel on IE to enlarge the page, the Iframe is showing on the right of the submenus. Is there a way to fix this?
TOPICS
Server side applications
303
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 ,
Dec 10, 2007 Dec 10, 2007
Wow - what a horrible hack. Where did you find that one?

Why not just hide the form element when the submenu opens (would require
custom js)?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"mpotvin" <webforumsuser@macromedia.com> wrote in message
news:fjjmpi$6v4$1@forums.macromedia.com...
> "to make sure the sub menus show above form controls, we underlay each
> submenu
> with an iframe"
>
> When I use the mouse wheel on IE to enlarge the page, the Iframe is
> showing on
> the right of the submenus. Is there a way to fix this?
>

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 ,
Dec 10, 2007 Dec 10, 2007
This is part of the menu bar spry widget included in Dreamweaver CS3.
Functions quite well except for this anomality which of course does not appear in FF.
I could or should have used anotrher script but the site is all up now.
Not knowledgeable enough to edit the js file.
Thanks for your reply.

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 ,
Dec 10, 2007 Dec 10, 2007
LATEST
Using another script wouldn't have helped. Form elements always poke
through overlapping elements in some browsers.

Your only practical solutions are -

* redesign the page so that this doesn't happen, or
* hide the form element when the submenu opens

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"mpotvin" <webforumsuser@macromedia.com> wrote in message
news:fjjsvq$ds1$1@forums.macromedia.com...
> This is part of the menu bar spry widget included in Dreamweaver CS3.
> Functions quite well except for this anomality which of course does not
> appear
> in FF.
> I could or should have used anotrher script but the site is all up now.
> Not knowledgeable enough to edit the js file.
> Thanks for your reply.
>
>
>

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