OVH Cloud OVH Cloud

[IE6][CSS][top]

3 réponses
Avatar
Théo
Bonsoir,

Sous IE 6, il m'arrive quelque chose de particulier avec un DIV que je
n'arrive pas à positionner en top, il se met régulièrement en haut de mon
écran :o(
Mais sous IE 5.+ ca passe nickel !

Voici sa déclaration :
<div id="login" name="login" style="position: absolute; z-index: 3;
visibility: hidden; top: 100; width: 100%">
... blabla...
<table width="389" align="center" cellpadding="0" cellspacing="0">
..blabla...
</table>
</div>

Quelque chose qui cloche ?

Théo ;o)

3 réponses

Avatar
Thibaut Allender
on 8/04/2004 21:35, Théo wrote :

<div id="login" name="login" style="position: absolute; z-index: 3;
visibility: hidden; top: 100; width: 100%">



100 ? 100 quoi ? 100 patates ?
j'imagine qu'il manque "px"

--
thibaut allender | freelance | web|system developer|designer
+32 496 26 75 76 | http://capsule.org
Avatar
Bruno Patri
Le 08/04/2004 21:35, Bonjour, Théo, tu nous a dit:

Bonsoir,

Sous IE 6, il m'arrive quelque chose de particulier avec un DIV que je
n'arrive pas à positionner en top, il se met régulièrement en haut de mon
écran :o(
Mais sous IE 5.+ ca passe nickel !

Voici sa déclaration :
<div id="login" name="login" style="position: absolute; z-index: 3;
visibility: hidden; top: 100; width: 100%">
... blabla...
<table width="389" align="center" cellpadding="0" cellspacing="0">
..blabla...
</table>
</div>

Quelque chose qui cloche ?

Théo ;o)




oui cela : <div id="login" name="login" style="position: absolute;
z-index: 3; visibility: hidden; top: *100px*; width: 100%">

--
Bruno
Avatar
Théo
oui cela : <div id="login" name="login" style="position: absolute;
z-index: 3; visibility: hidden; top: *100px*; width: 100%">



Merci à vous Bruno et Thibault ...

Théo ;o)