IE7 works worse than IE6 on web pages - Can javascript save the situation?
- From: COHENMARVIN@xxxxxxxxx
- Date: Sat, 31 May 2008 05:31:12 -0700 (PDT)
I have a asp.net page that does something simple - when the user
clicks on a radiobutton, a panel becomes visible beneath the radio
button. There is some text below the radio button, and that is
displaced downward when the panel appears. This is what I intended.
However, this only works in IE6. I find that in IE7, the panel
appears, but it appears right on top of the text that should be
displaced to a lower position on the page.
So the panel is a transparent overlay over the text, instead of
appearing by itself, with the text lower down on the page.
I should have:
radiobutton
PANEL
Text
But instead I get:
radiobutton
PANEL over text
Is there something done differently about IE7 that would explain
this? And if so, is there a javascript solution?
Thanks,
Marv
.
- Follow-Ups:
- Prev by Date: Re: Replacing document.getElementById with $ (dollar sign)
- Next by Date: Re: Can you make them table insertRow and insertBefore (element) work together?
- Previous by thread: onchange event in IEMobile
- Next by thread: Re: IE7 works worse than IE6 on web pages - Can javascript save the situation?
- Index(es):