da frameset a css

luigi777

Utente Attivo
14 Feb 2008
1.086
1
38
43
Massa, Italy
Salve, è possibile se c'è qualcuno che mi può convertire questo pezzo di codice fatto con i frameset in div e css.
PHP:
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1"> 
<meta name="robots" content="index, nofollow">
<meta name="description" content="">
<meta name="keywords" content="">
<title></title>
</head>
<frameset cols='120,*'>
<frame src='menu.html' frameborder='0' marginwidth='0' marginheight='0' noresize scrolling='no'>
<frame src='home.html' frameborder='0' marginwidth='6' marginheight='8' noresize name='main'>
<noframes>
<body>

</body>
</noframes>
</frameset>
</html>

ma 120 cosa sta pixel o %?

grazie mille e aspetto risposta.

buona serata.
 

Discussioni simili

M
Risposte
0
Visite
1K
HTML e CSS
Membro cancellato 49667
M