![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
21/12/2007, 07:12
|
| | Fecha de Ingreso: noviembre-2007
Mensajes: 13
Antigüedad: 17 años, 2 meses Puntos: 0 | |
problemas con el fondo Muy buenas, tengo un gran problema con el fondo de mi web:
el código del conjunto de marcos es el siguiente:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Documento sin título</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="80,*" cols="*" frameborder="NO" border="0" framespacing="0" style="background-image:url(hola.gif) ">
<frame src="arriba.htm" name="topFrame" scrolling="NO" noresize >
<frameset rows="*" cols="171,*" framespacing="0" frameborder="NO" border="0">
<frame src="izquierda.htm" name="leftFrame" scrolling="NO" noresize">
<frame src="centro.htm" name="mainFrame">
</frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>
en firefox se ve cojonudo, pero en internet explorer no funciona para nada el fondo.
Felices fiestasssss |