codigos html

6
Códigos HTML y Script

Upload: odali-suarez-a

Post on 26-Jul-2015

22 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Codigos html

Códigos HTML y Script

Page 2: Codigos html

Colocar imagen de fondo<body background="../Images/Fondo/Fondo_Contactenos.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

Page 3: Codigos html

Insertar imagen<img src="../Images/Gif/42.GIF" width="418" height="9">

Page 4: Codigos html

Hipervínculo en imagen<a href="mailto:[email protected]"><img src="../Images/Gif/EME1.GIF"

Page 5: Codigos html

Ejemplo de frames sin bordes, scroll y estático

<frameset rows="132,209*" cols="0" framespacing="0" frameborder="no" border="0"> <frame src="PW_Cabecera.htm" name="topFrame" scrolling="NO" noresize > <frameset rows="*" cols="175,560*" framespacing="0" frameborder="no" border="0"> <frame src="PW_Submenu.htm" name="leftFrame" frameborder="no" scrolling="NO" noresize> <frameset rows="*" cols="439,50*" framespacing="0" frameborder="yes" border="0"> <frame src="PW_Contenido.htm" name="mainFrame" frameborder="no" scrolling="yes" noresize> <frame src="Pw_Submenu2.htm" name="rightFrame" frameborder="no" scrolling="NO"> </frameset> </frameset></frameset><noframes><body>

Page 6: Codigos html

Script botones encendidos-apagados<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_preloadImages('../Images/botones/sub%20menu/Encendidos/submenu_02.gif','../Images/botones/sub%20menu/Encendidos/submenu_03.gif','../Images/botones/sub%20menu/Encendidos/submenu_04.gif','../Images/botones/sub%20menu/Encendidos/submenu_01.gif')"><table width="10" border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="../Images/Submenu/Submenu_01.gif" width="176" height="80"></td> </tr> <tr> <td><img src="../Images/Submenu/Submenu_02.gif" width="176" height="107"></td> </tr> <tr> <td><img src="../Images/Submenu/Submenu_03.gif" width="176" height="78"></td> </tr> <tr> <td><img src="../Images/Submenu/Submenu_04.gif" width="176" height="46"></td> </tr></table><div id="Layer4" style="position:absolute; width:38px; height:20px; z-index:4; left: 57px; top: 145px;"><a href="../Applet/Pw_instalaciones_unemi.htm" target="mainFrame" onMouseOver="MM_swapImage('Image4','','../Images/botones/sub%20menu/Encendidos/submenu_04.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../Images/botones/sub%20menu/Apagados/submenu_04.gif" name="Image4" width="109" height="37" border="0" id="Image4"></a></div><div id="Layer3" style="position:absolute; width:94px; height:30px; z-index:3; left: 40px; top: 100px;"><a href="Pw_Submenu2_Contactenos.htm" target="rightFrame" onMouseOver="MM_swapImage('Image3','','../Images/botones/sub%20menu/Encendidos/submenu_03.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../Images/botones/sub%20menu/Apagados/submenu_03.gif" name="Image3" width="109" height="35" border="0" id="Image3"></a></div><div id="Layer2" style="position:absolute; width:77px; height:28px; z-index:2; left: 21px; top: 56px;"><a href="Pw_submenu_carreras.htm" target="rightFrame" onMouseOver="MM_swapImage('Image2','','../Images/botones/sub%20menu/Encendidos/submenu_02.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../Images/botones/sub%20menu/Apagados/submenu_02.gif" name="Image2" width="109" height="35" border="0" id="Image2"></a></div><div id="Layer1" style="position:absolute; width:89px; height:37px; z-index:1; left: 8px; top: 10px;"><a href="Pw_menu_quienes_somos.htm" target="rightFrame" onMouseOver="MM_swapImage('Image1','','../Images/botones/sub%20menu/Encendidos/submenu_01.gif',1)" onMouseOut="MM_swapImgRestore()"><img src="../Images/botones/sub%20menu/Apagados/submenu_01.gif" name="Image1" width="109" height="37" border="0" id="Image1"></a></div></body></html>