IEMOBILE: Position-Relative/Absolute

PTKTheBest

Nuovo Utente
31 Mag 2009
1
0
0
Roma
www.ptkweb.it
Sul mio samsung omnia, con iemobile non riesco a far leggere il tag "position-absolute" o relative... per sovrapporre 2 div!
Non riesco in nessun modo a sovrapporre due div, anche semplicemente facendo:
PHP:
<div style="margin: 0; position: absolute;">1</div>
<div style="margin: 0; position: absolute;">2</div>
Questi non si sovrappongono, come se il "Position" non fosse letto da iemobile O.o
Il doctype che uso è l'ultimo uscito per dispositivi mobile:
PHP:
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN"
	"http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">

Come potete vedere, in alto sotto "HP" non si sovrapporre la vita, con il numero.
skyxeal scazza.png

Codice:
PHP:
<center>
<?php echo $text[19]; ?><br />
<div style="position: relative;z-index: 1;">
	<font color="#000000"><?php echo "".$status[0]."/".$status[1].""; ?></font>
</div>
<div style="position: relative;z-index: 0; margin-top: -11px;">
	<table width="49" border="0" cellpadding="0" cellspacing="0">
		<tr>
			<td>
				<img width="<?php echo intval($vita); ?>" height="10" src="./img/skin1/_life.gif" />
			<td>
			<td>
				<img width="<?php $vita = (50 - intval($vita)); echo intval($vita); ?>" height="10" src="./img/skin1/_death.gif" />
			</td>
		</tr>
	</table>
</div>
</center>
 

Discussioni simili