salve ho un pagina htm che contiene un frame, ora su questo frame vorrei inserire un iframe in una posizione... c'è un modo??? vi posto il codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html>
<head>
<title>Test musicale</title>
</head>
<frameset rows="100%" frameborder="no" border="0" framespacing="0">
<frame src="index.php" name="sito" id="sito" title="miosito" />
<iframe name="player" src="player.htm" width="159" height="48" style="position:absolute; top:100px; left:130px" FRAMEBORDER="0" MARGINHEIGHT="0" MARGINWIDTH="0" scrolling="No"></iframe>
</frameset>
</html>
Così viene visualizzato solo il frame senza l'iframe....

Rispondi quotando
