Tengo 5 marcos en la pagina principal mi pregunta es si puedo establecer una sola imagen de fondo detras de los marcos para no recortarla o editarla segun al tamaño de el marco.
gracias...
| |||
trabajando con imagenes Tengo 5 marcos en la pagina principal mi pregunta es si puedo establecer una sola imagen de fondo detras de los marcos para no recortarla o editarla segun al tamaño de el marco. gracias... |
| |||
Re: trabajando con imagenes este es el codigo de la pagina principal <html> <head> <title>MUEBLES ABC</title> <script language="JavaScript" type="text/JavaScript"> <!-- function MM_reloadPage(init) { //reloads the window if Nav4 resized if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) { document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }} else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload(); } MM_reloadPage(true); //--> </script> </head> <frameset rows="*" cols="*,227" framespacing="0" frameborder="NO" border="0"> <frameset rows="*,145" cols="*" framespacing="0" frameborder="NO" border="0"> <frameset rows="*" cols="147,*" framespacing="0" frameborder="NO" border="0"> <frame src="marco7.htm" name="leftFrame" scrolling="NO" noresize> <frameset rows="94,*" cols="*" framespacing="0" frameborder="NO" border="0"> <frame src="marco6.htm" name="topFrame" scrolling="NO" noresize > <frame src="marco4.htm" name="mainFrame"> </frameset> </frameset> <frame src="marco3.htm" name="bottomFrame" scrolling="NO" noresize> </frameset> <frame src="marco2.htm" name="rightFrame" scrolling="NO" noresize> </frameset> <noframes><body> </body></noframes> </html> |
| |||
Re: trabajando con imagenes mira coloque ese codigo pero no me sirve <!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 style="background: url('CARPETAediada.jpg');"> <frameset rows="*" cols="*,154" framespacing="0" frameborder="NO" border="0"> <frameset rows="*" cols="151,*" framespacing="0" frameborder="NO" border="0"> <frame src="UntitledFrame-7.htm" name="leftFrame" scrolling="NO" noresize> <frame src="Untitled-3.htm" name="mainFrame"> </frameset> <frame src="UntitledFrame-8.htm" name="rightFrame" scrolling="NO" noresize> </frameset> <noframes><body> </body></noframes> </html> |
| ||||
Re: trabajando con imagenes Es verdad, con IE6 no funciona... probaré luego con el 7 y te digo si va. Ya no le hagas mucho caso al IE6 porque el 12 de Febrero es el día de su muerte... |