Retourner au contenu associé (journal : Planter les naviguateurs)
Posté par Chadom (site web personnel) le 16 octobre 2003 à 14:39. En réponse au journal Planter les naviguateurs. Évalué à 1.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Planter les naviguateurs
Posté par Chadom (site web personnel) . En réponse au journal Planter les naviguateurs. Évalué à 1.
http://totalementcretin.apinc.org/index.php?m=200310#tc152(...)
http://totalementcretin.apinc.org/test_ie.html(...)
le code :
<html>
<style type="text/css">
#three {
position: absolute;
}
#one #two {
position: absolute;
}
</style>
<body>
<div id="one">
In 'one'
<span id="two">
In 'two'
</div>
<div id="three">
In 'three'
</div>
</body>