PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Autres forums > Forum Programmation & Conception > comp.info.authoring.CSS > IE 6: select menus will not let divs cover them
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
IE 6: select menus will not let divs cover them

Réponse
 
LinkBack Outils de la discussion
Vieux 12/03/2008, 15h25   #1
Steve
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut IE 6: select menus will not let divs cover them

I noticed with IE 6 that SELECT menus will not let div tags cover them/
make them invisible.

Is there a workaround for this that does not involve using the iFrame
or using javascript to shut off each SELECT?

Thanks in advance for any information

Steve
  Réponse avec citation
Vieux 12/03/2008, 16h29   #2
Jonathan N. Little
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IE 6: select menus will not let divs cover them

Steve wrote:
> I noticed with IE 6 that SELECT menus will not let div tags cover them/
> make them invisible.
>
> Is there a workaround for this that does not involve using the iFrame
> or using javascript to shut off each SELECT?
>
> Thanks in advance for any information
>


Well known IE bug, Google is your friend:


http://www.google.com/search?hl=en&q...=Google+Search
IE form controls z-index bug - Google Search


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Réponse avec citation
Vieux 14/03/2008, 14h28   #3
Steve
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IE 6: select menus will not let divs cover them

On Mar 12, 11:29 am, "Jonathan N. Little" <lws4...@central.net> wrote:
> Steve wrote:
> > I noticed with IE 6 that SELECT menus will not let div tags cover them/
> > make them invisible.

>
> > Is there a workaround for this that does not involve using the iFrame
> > or using javascript to shut off each SELECT?

>
> > Thanks in advance for any information

>
> Well known IE bug, Google is your friend:
>
> http://www.google.com/search?hl=en&q...-index+bug&btn...
> IE form controls z-index bug - Google Search


Good advice, I know, because I searched google before I came here and
the only solutions I found were using iFrames and javascript to hide
the SELECT. I was hoping for a third solution, which I believe I
wrote in my original post. Thanks anyway

  Réponse avec citation
Vieux 14/03/2008, 19h08   #4
Jonathan N. Little
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IE 6: select menus will not let divs cover them

Steve wrote:
> I was hoping for a third solution, which I believe I
> wrote in my original post. Thanks anyway
>


Okay, don't use IE ;-)


--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Réponse avec citation
Vieux 14/03/2008, 22h48   #5
Steve
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IE 6: select menus will not let divs cover them

On Mar 14, 2:08 pm, "Jonathan N. Little" <lws4...@central.net> wrote:
> Steve wrote:
> > I was hoping for a third solution, which I believe I
> > wrote in my original post. Thanks anyway

>
> Okay, don't use IE ;-)


If you can sell my boss and our clients on that I would be happy to
comply!
  Réponse avec citation
Vieux 14/03/2008, 23h34   #6
Jonathan N. Little
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: IE 6: select menus will not let divs cover them

Steve wrote:
> On Mar 14, 2:08 pm, "Jonathan N. Little" <lws4...@central.net> wrote:
>> Steve wrote:
>>> I was hoping for a third solution, which I believe I
>>> wrote in my original post. Thanks anyway

>> Okay, don't use IE ;-)

>
> If you can sell my boss and our clients on that I would be happy to
> comply!


How about toggling their visibility? Here is a rudimentary example. Does
require JavaScript

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<meta http-equiv="content-language" content="en-us">

<title>Blinker</title>

<script type="text/javascript">
function blinkme(state){
var target=document.getElementById('blink');
if(state){
target.style.visibility="visible";
}
else{
target.style.visibility="hidden";
}
}
</script>

</head>
<body>

<form>
<div id="blink">
<label for="fred">Bink in and out</label>
<select name="fred" id="fred">
<option>foo</option>
<option>bar</option>
<option>baz</option>
</select>
</div>
<div>
<input type="button" value="Bink in" onclick="blinkme(1)">
<input type="button" value="Bink out" onclick="blinkme(0)">
</div>
</form>

</body>
</html>



--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 11h16.


Édité par : vBulletin® version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,14488 seconds with 14 queries